When can two matrices be added?
Both have the same dimensions
When can two matrices be subtracted?
Both have same dimensions
When can two matrices be multiplied?
When AB, Amount of columns in A = Amount of Rows in B
What is the formula for the determinant in 2x2 Matrix
ad - bc
How to get the determinant for 3x3 matrix and beyond
+a * determinant of matrix not in a’s row or column - b * determinant of matrix not in b’s row or column * + c * determinant of matrix not in c’s row or column - d * determinant of matrix not in d’s row of column etc.
Formula for Inverse of 2x2 Matrix
1/the determinant * the matrix but b and c are negative.