Linear Systems Ax=b

Lecture 1

 

Stacks Image 3366

 

[ view ]

 
LINEAR SYSTEMS OF EQUATIONS: This lecture provides an introduction to linear systems of equations and vector/matrix manipulations

 

MATLAB COMMANDS

n/a

 

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

 

Stacks Image 3423

 

[ 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

 

Lecture 3

 

Stacks Image 3471

 

[ view ]

 
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

 

Supplementary Videos

 

Stacks Image 3554
View
Using LU decomposition
Code: file.m
© 2015 kutz