The Gradient Method for Quadratic Functions
Completion requirements
A didactic MATLAB implementation of the gradient (steepest descent) method for quadratic functions, with either fixed or exact stepsize. Includes the streamlined version that does just one O(n^2) operations per iteration.
Click GMQ.m link to view the file.