10 min read
Glossary
Look up any term from this course. Each entry links back to the lesson that taught it.
| Term | Definition | Lesson |
|---|---|---|
| 3×3 determinant | Expand along the first row with signs + − +: each entry times its minor. | The Determinant of a 3×3 Matrix |
| Area scale factor | How much a transformation multiplies area by: |det(M)| for a transformation matrix M. | Area Scale Factor and the Determinant |
| Combined transformation | Applying two transformations in sequence, equivalent to multiplying their matrices together (second transformation's matrix on the left). | Enlargement and Combined Transformations |
| Determinant | For A = , det(A) = ad − bc — a single number revealing key properties of A. | The Determinant of a 2×2 Matrix |
| Enlargement (scaling) matrix | The matrix , which scales every point by factor from the origin. | Enlargement and Combined Transformations |
| Identity matrix | The matrix , which leaves any matrix unchanged under multiplication. | The Identity Matrix |
| Inverse matrix | For A with det(A) ≠ , = ( ÷ det(A)) × — a matrix that undoes A. | The Inverse of a 2×2 Matrix |
| Matrix | A rectangular array of numbers arranged in rows and columns. | What Is a Matrix? |
| Matrix equation (AX = B) | A way of writing simultaneous equations as a single matrix equation, solved with X = A⁻¹B. | Solving Simultaneous Equations With Matrices |
| Matrix multiplication | Combining rows of the first matrix with columns of the second: multiply pairs, then add. | Matrix Multiplication |
| Order of a matrix | The size of a matrix, written as rows × columns. | What Is a Matrix? |
| Reflection matrix | A matrix that reflects points in a line, such as for reflection in the -axis. | Reflection and Rotation Matrices |
| Rotation matrix | A matrix that rotates points about the origin by a fixed angle, such as for ° anticlockwise. | Reflection and Rotation Matrices |
| Scalar multiplication | Multiplying every element of a matrix by the same single number. | Scalar Multiplication |
| Singular matrix | A matrix with determinant , which cannot be inverted. | Singular Matrices |
| Transformation matrix | A matrix that, multiplied by a point, produces a transformed point — a reflection, rotation, or enlargement. | Introduction to Matrix Transformations |
More lessons in Matrices and Determinants · Previous: Course Exam
