1- Matrix algebra Flashcards
How are matrices denoted?
Bold capital letters
How are vectors denoted?
Bold lowercase letters, we assume they are column vectors
When are 2 matrices conformable in addition?
When they have the same number of rows and columns
What are the 2 main properties of matrix addition?
Commutative & Associative
What does Commutative in addition mean?
It doesn’t matter which matrix is first
What does Associative in addition mean?
With several matrices it doesn’t matter which terms are added first
What does transposing do?
Transposing swaps rows and columns i.e. first row becomes first column etc
What is the reversal rule for transposing? C=AB
C’ = B’A’ = (AB)’
What happens when any matrix is multiplied by the identity matrix I?
It stays the same AI = IA = A
What is the result of an inverse square matrix multiplied by itself?
Identity matrix
What are the 3 steps to invert a square matrix?
- Swap principal diagonal elements
- Make the other diagonal negative
- Multiply by the determinant
What is the determinant of a square matrix?
1 over product of principal diagonal minus product of secondary diagonal
What is the inverse of an inverse matrix?
The original
What is the transpose of an inverse?
The inverse of the transpose, they are interchangeable
What is the reversal rule for inverting matrices?
(AB)⁻¹ = B⁻¹A⁻¹