Evaluate cube root of 30 to four decimal places by using Newton-Raphson method, (upto fourth iterations) with all steps
Answers
Answered by
6
Answer:
Newton-Raphson Method in Python
Plot the function to visualize how the equation behaves and where any roots may be located. It looks like the function equals 0 when y is about 2. To find the root of the equation, use the uniroot function with a starting value of 2 and upper bound of 3.
Similar questions