9. Use Newton's method to find the fourth root of 17 to seven decimal places. (Hint: to do this, consider the function f
Posted: Thu Jul 14, 2022 4:03 pm
9. Use Newton's method to find the fourth root of 17 to seven decimal places. (Hint: to do this, consider the function f(x)=x4−17 and "solve" the equation f(x)=0 using Newton's method and choosing x1=2. Find some iterations until two consecutive approximations agree to seven decimal places. Do show your intermediate iterations.) Do use a scientific calculator here (for iterationsonly; not for finding 417 ). (8 pts )