Addition and Subtraction of Matrices
Add or subtract corresponding elements
Scalar Multiplication
Use the scalar(a number) to multiply each element in the matrix.
Equivalent Matrices
Corresponding elements are equal
Matrix Multiplication
Rows of the first matrix by column of second matrix
Determinant of 2*2 matrix
ad-bc
Singular matrix
Determinant equals 0
Have no inverse
Amount of a 2*2 matrix
a b adjoins = d -b
c d -c a
Inverse of a 2*2 matrix
1/determinant(adjoint)
Solving simultaneous equations using matrices
B=A^-1C