Lecture · 18 min · advanced
Matrices
Row reduction, invertibility, and solving Ax = b
Elimination, $Ax = b$, and the invertible matrix
A matrix is a linear map written down. Multiplying by is “apply the map.” Solving is “find which inputs land on .” Gaussian elimination is the algorithm; invertibility is the geometric question of whether the map is one-to-one and onto.
On the board today
- —Read as a linear combination of the columns of .
- —Row-reduce a small system.
- —Know equivalent tests for invertibility of a square matrix.
is in the column space. is solvable iff is in that span.
For square , the following are equivalent: is invertible; has a unique solution for every ; the columns are independent; ; is not an eigenvalue. Elimination either produces pivots (invertible) or a zero row (singular). The inverse, when it exists, is the unique matrix with .
Worked example · A $2 \times 2$ inverse
Invert .
- 1., so invertible.
- 2.The formula gives .
Check: .
Pause the lecture
If is singular, how many solutions can have?
Common mistake. Writing for a non-square matrix, or assuming implies without using that are square. For square matrices the two-sided inverse is automatic.