Matrices Flashcards
Square Matrix:
Numbers of rows and columns are the same
Zero Matrix:
All values are zero
Identity Matrix:
Leading diagonal is all 1, all other terms are zero
Order of a matrix:
Rows x Columns
Two Matrices can be multiplied if:
The number of columns in the first = number of rows in the second
axb * bxc
Determinant of 2x2 is:
Product of leading diagonal - product of other diagonal
If det = 0
Singular
If det not= 0
Non-Singular
Singular means
Does not have an inverse
Non-Singular means
Has an inverse
Determinant of 3x3:
(Minor of the top left term) - (the minor of the top middle term) + (the minor of the top right term)
Inverse of a 2x2:
(d -b) * 1/det
(-c a)
(AB)⁻¹=
B⁻¹A⁻¹
Inverse of 3x3:
Find DetA
Matrix of Minors
Matrix of Cofactors
Transpose Matrix of Cofactors
Transposed Matrix * 1/DetA