As you recall, when we were studying DO loops for the first time we looked at how to implement a function that computes square roots via the technique of successive approximation. That program appears in ``sroot1.f'' (or view it directly). Refamiliarize yourself with the SROOT function so that you can answer the following questions.
Take a look at ``sroot2.f'' (or view it directly). It embodies a better approach to computing square roots. Run it on the numbers from above to see how it works. Then try to answer the following questions.
Hamlet Project