This document provides 9 MATLAB exercises involving solving systems of linear equations and fitting polynomials to data points:
1) Use rref and A\B commands to solve a system of linear equations.
2) Find the reduced row echelon form of a matrix and solve the corresponding linear system.
3) Solve a 4x4 system of linear equations displaying more significant digits.
4) Determine which matrices are row equivalent to a given matrix.
5) Form the augmented matrix of a system and solve it using rref.
6) Fit a 4th degree polynomial to 5 data points.
7) Fit a 2nd degree polynomial to 3 data points.
8) Fit a 6th degree