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

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