Problem 421. Multiply to the limit?
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
James
on 29 Aug 2012
Check out
http://pi.physik.uni-bonn.de/~dieckman/InfProd/InfProd.html#InfinitexProducts for a hint
Rafael S.T. Vieira
on 8 Nov 2020
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).
Solution Comments
Show commentsProblem Recent Solvers39
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1854 Solvers
-
10659 Solvers
-
Numbers with prime factors 2, 3 and 5.
572 Solvers
-
Number of 1s in a binary string
9547 Solvers
-
MATCH THE STRINGS (2 CHAR) very easy
291 Solvers
More from this Author100
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!