Lecture 1: view

 

Stacks Image 9

 
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

 

Stacks Image 23
View
Matrix Modeling
Code: file.m

 

Stacks Image 32
View
Condition numbers 1
Code: file.m

 

Stacks Image 41
View
Condition numbers 2
Code: file.m

Lecture 2: view

 

Stacks Image 51

 
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

 

Lecture 3: view

 

Stacks Image 66

 
LU MATRIX DECOMPOSITION FOR AX=B: The work horse for solving linear systems is the LU decomposition, which is considered in detail in this lecture.

 

MATLAB COMMANDS

LU

MATLAB CODE

 

Supplementary Videos

 

Stacks Image 80
View
Using LU decomposition
Code: file.m