Computational Linear Algebra

Lecture 1: view

 

Stacks Image 86854

 
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 86868
View
Matrix Modeling
Code: file.m

 

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

 

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

Lecture 2: view

 

Stacks Image 86896

 
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 86911

 
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 86925
View
Using LU decomposition
Code: file.m
© 2016 kutz