swap the first two rows, then eliminate
diagonal matrix:a matrix filled with
left/right multiplying a diagonal matrix corresponds to row/column scaling, example:
upper/lower trangular matrix: a matrix filled with
example:
strictly upper/lower trangular matrix: a matrix filled with
example:
the inverse of a diagonal matrix is still diagonal
the inverse of an upper/lower triangular matrix is still upper/lower triangular
the product of an upper/lower triangular matrices is still upper/lower triangular
Transform the matrix into a triangular/diagonal matrix by using elementary row operations
swap two rows
let
then
multiply the
let
then
adding a multiple of one row to anther row
let
then
find determinants of I, II and III
find inverses of I, II and III
keep applying I/II/III to
when there are
put
apply elementary row operations on both simultaneously
eleminate
then the transformed
find the inverse of the following matrix
Gaussian elimination
elementary row operations and their matrix forms
computation of the inverse using eliminations