Study of vectors, matrices, and linear transformations.
A matrix is a neat way to organize numbers into rows and columns, like a spreadsheet in math. We usually write a matrix as a big rectangle: \[ A = \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix} \]
Matrices help us solve systems of equations, rotate shapes, and even encrypt messages!
When you multiply matrices, the rows of the first matrix combine with the columns of the second. This lets you do cool things like rotating a picture or transforming data.
Adding two 2x2 matrices entrywise.
Multiplying a matrix by a scalar to scale all its values.
Matrices organize numbers and let us perform operations like addition and multiplication.