Linear Systems Ax=b

Lecture 1: view

 

Stacks Image 3366

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

 

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

 

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

Lecture 2: view

 

Stacks Image 3423

 
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 3471

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