Newton’s Method vs. Steepest Descent
python
Newton’s Method vs. Steepest Descent In the last question, you calculated the first iteration of Newton’s Method and Steepest Descent for the following function: – sin(r) cos In this question, you need to implement both of these methods to find the minimum of this function. You should start each method with
OR
OR