Matrices & Determinants Reference Cheat Sheet
A printable reference covering matrix dimensions, operations, multiplication, identity matrices, determinants, inverses, and linear systems for grades 10-12.
Related Labs
Related Worksheets
Related Infographics
Matrices organize numbers into rows and columns so they can represent data, transformations, and systems of equations. This cheat sheet helps students remember the notation, rules, and formulas needed for common matrix and determinant problems. It is especially useful because matrix operations have strict size rules that are easy to mix up. A clear reference can prevent small notation mistakes from becoming wrong solutions. The main ideas include matrix order, addition, scalar multiplication, matrix multiplication, determinants, and inverses. For a matrix, the determinant formula is , and it tells whether an inverse exists. Matrix multiplication uses row-by-column dot products, so in general . Inverses can be used to solve matrix equations and linear systems when the determinant is not zero.
Key Facts
- A matrix with rows and columns has order .
- Matrices can be added or subtracted only when they have the same order, so is defined only if both matrices are .
- Scalar multiplication means multiplying every entry by the same number, so if , then .
- Matrix multiplication is defined only when the number of columns in equals the number of rows in .
- If is and is , then has order .
- For , the determinant is .
- For with , the inverse is .
- A square matrix has an inverse only if .
Vocabulary
- Matrix
- A matrix is a rectangular array of numbers arranged in rows and columns.
- Entry
- An entry is one value inside a matrix, often written as for the entry in row and column .
- Order
- The order of a matrix describes its size as rows by columns, written .
- Determinant
- The determinant is a number found from a square matrix that helps decide whether the matrix has an inverse.
- Identity Matrix
- An identity matrix is a square matrix with s on the main diagonal and s elsewhere, and it acts like the number in multiplication.
- Inverse Matrix
- An inverse matrix is a matrix that satisfies .
Common Mistakes to Avoid
- Adding matrices with different orders is wrong because matrix addition requires matching positions in matrices of the same size.
- Multiplying corresponding entries to find is wrong because matrix multiplication uses row-by-column dot products, not entry-by-entry multiplication.
- Assuming is wrong because matrix multiplication is usually not commutative and the two products may be different or not both defined.
- Forgetting to check before finding is wrong because a matrix with determinant has no inverse.
- Using the inverse formula without switching and or changing the signs of and is wrong because for a matrix.
Practice Questions
- 1 Find for and .
- 2 Compute if and .
- 3 Find and decide whether exists for .
- 4 Explain why may be undefined even when both and are valid matrices.