Question: Learn from Wikipedia about Newton's method. Write a function with name NewtonMetho, taking arguments 1) a function f,2 ) an initial guess x0,3 ) error
Learn from Wikipedia about Newton's method. Write a function with name "NewtonMetho", taking arguments 1) a function f,2 ) an initial guess x0,3 ) error tolerance 1E6. Use Newton's method to find a root of the polynomial f(x)=x3x2 You might pick x0=1.5, and error tolerance as 1E6. You may use a while loop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
