Imagine organizing student test scores, traffic data, or even transforming images with computers — all of these can be done using matrices. A matrix is a simple but powerful tool for storing and working with data in rows and columns. In this lesson, we’ll explore what matrices are, how to operate on them, and how to find the determinant of a 2×2 matrix.
By the end of this lesson, you will:
A matrix is a rectangular array of numbers arranged in rows and columns.
Example:
This is a 2×2 matrix (2 rows, 2 columns).
You can only add or subtract matrices of the same order (same size).
Example:
Multiply each element in the matrix by a number (called a scalar).
Example:
To multiply A × B, the number of columns in A must equal the number of rows in B.
Example:
Note: Matrix multiplication is not commutative (i.e., AB ≠ BA)
For matrix , the determinant is:
Example:
🅰️ A. Add or Subtract
🅱️ B. Scalar and Matrix Multiplication
🅾️ C. Determinants
Think about how spreadsheets, traffic patterns, or even graphics in video games use grids. How might matrices help solve real-world problems?