Answered step by step
Verified Expert Solution
Question
1 Approved Answer
example 1 3 Analysis Consider the following question: You shoot a square (-1,1)2. Suppose your shot is uniform in this square, then what is the
example 1
3 Analysis Consider the following question: You shoot a square (-1,1)2. Suppose your shot is uniform in this square, then what is the probability you have a successful shot? We say your shot is successful, if your shot belongs to the unit ball B1. The answer is Area of B Prob of succesful shot = - Area of (-1,1)2 = : This means that, as long as one can approximate probability of successful shot, one can approximate a by multiplying 4. This can be done by computer: N is total number of samples >n is number of hits Algorithm 1 MC estimation of 1: procedure MCPI(N) 2: no 3: for i = 1...N do 4: generate two numbers X, Y from U(-1,1) 5: if x2 + y2 n is number of hits Algorithm 1 MC estimation of 1: procedure MCPI(N) 2: no 3: for i = 1...N do 4: generate two numbers X, Y from U(-1,1) 5: if x2 + y2Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started