Notice
잘못된 내용 지적은 언제나 환영합니다.
Recent Posts
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 오늘의 문제
- Inkscape
- python
- HTML5.
- html
- IT
- 프로그래밍 언어
- C
- Java
- 선형대수학
- C언어
- 글이_점점_짧아지고_있습니다.
- 프로그래밍
- 점자
- 리브레위키
- 나무위키
- 확률
- ┌─┐
- 물리학
- Nemeth Braille
- 수학
- javascript
- css3
- html5
- 자바스크립트
- matlab
- C++
- LaTeX
- CSS
- 위키
- Today
- Total
목록확률 (1)
SturdyCobble's Study Note
[Python] Buffon's Needle Problem in Polygon version(Buffon's polygon)
Korean Title : [파이썬] 뷔퐁의 바늘 문제 - 다각형 버전 Buffon's Needle Problem is very popular math problem about 'probability' . (https://en.wikipedia.org/wiki/Buffon%27s_needle_problem) But it can be generalized for the regular polygon case. For example, it can be square instead of needles. This python code use Monte Carlo method to obtain the probability. And also visualize the result. """ Made By SturdyCob..
프로그래밍
2019. 9. 4. 22:08