Exercise: Newton's Method
Write code to solve the problem.
We'll cover the following...
Question
Write a program to estimate the square root of 612 using Newton’s method, using five iterations. Here are the necessary detail on Newton’s method:
-
The square root of 612 is the root of the equation ...