+ All Categories
Home > Documents > LU Decomposition - Peoplepeople.math.gatech.edu/.../notes/Feb22.pdf · LU Decomposition An LU...

LU Decomposition - Peoplepeople.math.gatech.edu/.../notes/Feb22.pdf · LU Decomposition An LU...

Date post: 01-Jun-2020
Category:
Upload: others
View: 12 times
Download: 0 times
Share this document with a friend
14
Transcript

LU DecompositionSummary

Recall: If we want to solve Ax = b, we can:

• row reduce (A|b), or• find A−1.

Today: the method of LU decomposition.

Computational complexity of row reduction: n4/3Computational complexity of LU decomposition: 4n3/3

LU DecompositionOutline

• LU decompositions

• Using LU decompositions to solve Ax = b

• Finding LU decompositions: an example when A is square

• Finding LU decompositions: an example when A is not a square

• Application to electrical engineering (circuits)

• What do do when there are row swaps


Recommended