Week Three Matrix Flashcards
1
Q
What is an identity matrix. What happens when you multiply a matrix by the identity matrix
A
A matrix where the leading diagonal has ones and the rest of the entries are zero. Multiplying a matrix with the identity matrix does not change the matrix.
2
Q
What is an symmetric and anti symmetric matrices
A
Symmetric matrix = A = A^T
And
Anti Symmetric matrix = A = -A^T
3
Q
What is a determinants?
A
For 2D it is the factor by which the area changes
And
For 3D it is the factor by which the volume changes
4
Q
How do you know if a matrix is invert able
A
If the determinant does not equal zero