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
- 프로그래밍 언어
- 글이_점점_짧아지고_있습니다.
- python
- LaTeX
- 점자
- 리브레위키
- C언어
- 물리학
- Nemeth Braille
- IT
- C++
- 프로그래밍
- HTML5.
- 나무위키
- Inkscape
- ┌─┐
- matlab
- 위키
- 선형대수학
- javascript
- 오늘의 문제
- Java
- html5
- CSS
- html
- C
- css3
- 확률
- 수학
- 자바스크립트
- 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