Monday, July 1, 2013

project euler problem 235

An Arithmetic Geometric sequence

This problem needs some numerical analysis work. I checked the discussion. Some of the people used bisection method. But I would recommend Newton-Raphson method. It is way faster.

No comments:

Post a Comment