Question: Write a MATLAB script to use the gradient descent method to minimize two different functions: f(x) = 10x 1 2 + 10x 2 2 and
Write a MATLAB script to use the gradient descent method to minimize two different functions: f(x) = 10x12 + 10x22 and f(x) = 10x12 + x22. For each function, use x0= [0.5, 10]T as the starting point and ||
f(x)|| -6 as the stopping criterion. Plot the trajectories of the iterates in your x1-x2 plane.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
