Hey, im stuck on a couple of problems using Newton's Method
hope you can help!
1) Use Newton's Method to solve e^x = 3-2x
2)
a) apply Newton's Method to the equation x^2 - a = 0 to drive the following square root algorithm
Xn+1 = (Xn + a/Xn) / 2
b) use (a) to compute sqt. (1000) correct to 6 decimal places.
Thank you
hope you can help!
1) Use Newton's Method to solve e^x = 3-2x
2)
a) apply Newton's Method to the equation x^2 - a = 0 to drive the following square root algorithm
Xn+1 = (Xn + a/Xn) / 2
b) use (a) to compute sqt. (1000) correct to 6 decimal places.
Thank you