mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Added some missing static files
This commit is contained in:
parent
91be2d9667
commit
5097c69635
38 changed files with 3000131 additions and 30 deletions
|
@ -46,7 +46,7 @@ The formula for a circle centered at the origin with radius one is $$x^2 + y^2 =
|
|||
|
||||
Let us focus again on the first quadrent, and do a Monte Carlo simulation to find the area of the quarter-circle
|
||||
|
||||

|
||||

|
||||
|
||||
We can do this by what is called the dart board method. We generate a random x and y between 0 and 1. If it satisfies the inequality $$x^2 + y^2 \leq 1$$ then it counts as being inside the circle, if not then it lies outside the circle.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue