Question: the power series for pi is shown below. write and m file that applies this series until the last term divided by the current estimate
the power series for pi is shown below. write and m file that applies this series until the last term divided by the current estimate of pi is less than 10^-8 using a for loop
pi = sqrt(12) * sum( (-3)^-k / (2k +1) ) from k = 0 to k = inf
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
