Study of vectors, matrices, and linear transformations.
The determinant is a special number you can calculate from a square matrix. It tells you whether a matrix can be inverted and how it transforms space (like flipping or stretching).
For a 2x2 matrix: \[ \begin{bmatrix} a & b \ c & d \end{bmatrix} \] the determinant is \( ad - bc \).
An inverse matrix is like the "undo" button. If you multiply a matrix by its inverse, you get the identity matrix (which is like the number 1 for matrices).
\[ A \cdot A^{-1} = I \]
\[\det(A) = ad - bc\]
Calculating the determinant of a 2x2 matrix.
Using the inverse matrix to solve a system of equations.
Determinants and inverses help us understand when matrices can be 'undone' and how they affect space.