Chapter 5: Matrices Flashcards
1
Q
Three properties of matrix inverses, if A and B are non-singular nxn matrices
A
(A^-1)^-1 = A
(AB)^-1 = B^-1A^-1
(A^T)^-1 = (A^-1)^T
2
Q
When are the three properties of matrix inverses true?
A
If the two matrices are non-singular nxn matrices
3
Q
Is every square matrix invertible?
A
No. A matrix without an inverse is a singular matrix. If the inverse exists, then AA^-1= identity matrix, I.
4
Q
When can you not invert a matrix?
A
If it’s determinant is 0
5
Q
What are the three properties of transpose matrices?
A
(A+B)^T = A^T + B^T
(A^T)^T = A
(AB)^T = B^T A^T