If y = 4*x*x/pi/pi then what is the ultimate limiting result of (1+y/1/1)(1+y/3/3)(1+y/5/5)(1+y/7/7)... ... within 1000*eps?
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers42
Suggested Problems
-
Project Euler: Problem 16, Sums of Digits of Powers of Two
185 Solvers
-
64 Solvers
-
Sum the entries of each column of a matrix which satisfy a logical condition.
176 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
14246 Solvers
-
Sum the elements in either diagonal of a square matrix
222 Solvers
More from this Author99
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Check out
http://pi.physik.uni-bonn.de/~dieckman/InfProd/InfProd.html#InfinitexProducts for a hint
My solution is the longest, and I followed James' tip. My tip is that there is a MATLAB function (Elementary Math) that computes this value with one call (no loops are required).