Angelica Jolly
05-15-2009, 02:28 AM
Hi,
Can anyone write a c++ programme which allows the user to solve the following non-linear equation:
f(x) = sin(2 x / 5) - x + 1 = 0
to an accuracy of 10^(-5) using both the Bisection Method and the Newton-Raphson method.
The user has to input the appropriate initial estimates to the actual root.
Thanks For The Help!
Can anyone write a c++ programme which allows the user to solve the following non-linear equation:
f(x) = sin(2 x / 5) - x + 1 = 0
to an accuracy of 10^(-5) using both the Bisection Method and the Newton-Raphson method.
The user has to input the appropriate initial estimates to the actual root.
Thanks For The Help!