Chapter 1.7 Flashcards
A lower triangular matrix
A square matrix where all the entries above the main diagonal are zero.
how does multiplication with diagonal matrices work
To multiply a matrix A on the left with a diagonal matrix D. Simply multiply each succesive row of A with the succesive diagonal entries of D. To multiply a matrix A on the right with a diagonal matrix D. Simply multiply each succesive column of A with the succesive diagonal entries of D.
An upper diagonal matrix
A square matrix where all the entries below the main diagonal are zero.
Triangular matrices (4)
1) The transpose of a lower triangular matrix is an upper triangular matrix and the transpose of an upper triangular mattix is a lower triangular matrix.
2) The product of two upper triangular matrices is upper triangular and the product of two lower triangular matrices is lower triangular.
3) A triangular matrix is invertible iff all the entries on the main diagonal are nonzero
4) The inverse of an invertible lower triangular matrix is lower triangular and the inverse of an invertible upper triangular matrix is upper triangular.
Def: symmetric matrices
A square matrix is said to be symmetric of A = transpose(A)
If A and B are symmetric matrices with the same size, and if k is any scalar then (3)
1) Transpose(A) is symmetric
2) A + B and A - B are symmetric
3) kA is symmetric
The product of two symmetric matrices is symmetric iff
The matrices commute
If A is an invertible symmetric matrix then
Inv(A) is symmetric
If A is an invertible matrix then what can be said of A*transpose(A)
Atranspose(A) and transpose(A)A are also invertible