Lecture 1: view
 
 
LINEAR SYSTEMS OF EQUATIONS: This lecture provides an introduction to linear systems of equations and vector/matrix manipulations
 
MATLAB COMMANDS
n/a
MATLAB CODE
 
Supplementary Videos
 
 
 
Lecture 2: view
 
 
GAUSSIAN ELIMINATION FOR AX=B: We consider the classic solution technique of Gaussian elimination for solving linear systems of equations.
 
MATLAB COMMANDS
X=A\B
MATLAB CODE