180 likes | 380 Views
Applied Linear Algebra. Review. LU Factorization. If a square matrix can strict upper triangular form, U, without interchanging any rows, then A can be factored as A=LU, where L is a low triangular matrix. Ax= b L(Ux )= b Solve Ly= b then y = Ux. Elementary Matrices.
E N D
Applied Linear Algebra Review
LU Factorization • If a square matrix can strict upper triangular form, U, without interchanging any rows, then A can be factored as A=LU, where L is a low triangular matrix. Ax=b L(Ux)=b Solve Ly=b then y=Ux
Elementary Matrices • An elementary matrix of type I is a matrix obtained by interchanging two rows of I
Elementary Matrices Row 1 and Row 2 are switched! Column 1 and Column 2 are switched!
Elementary Matrices • An elementary matrix of type I is a matrix obtained by interchanging two rows of I • An elementary matrix of type II is a matrix obtained by multiplying a row of I by a nonzero constant
Elementary Matrices Row 2 is multiplied by 3! Column 2 is multiplied by 3!
Elementary Matrices • An elementary matrix of type I is a matrix obtained by interchanging two rows of I • An elementary matrix of type II is a matrix obtained by multiplying a row of I by a nonzero constant. • An elementary matrix of type III is a matrix obtained from I by adding a multiple of one row to another row.
Elementary Matrices 4 times Row 3 is added to Row 1 4 times Column 1 is added to column 3