3.1 Invertibility
Reading
Try out the Preview Activity and read Chapter 3 Section 1 in Understanding Linear Algebra by David Austin.
An nxn matrix A is invertible if there is a matrix B so that .
An nxn matrix A is invertible if and only if the reduced row echelon form of A is .
Important Properties of Invertible Matrices
- If A is invertible, then
has the unique solution - If A is 2×2 there is an easy formula for it’s inverse, that should be memorized: If
, then - If A is an nxn invertible matrix, then we can find the inverse using row reduction:
. - If A, B are nxn invertible matrices, then AB is invertible and
(Compare this with finding the inverse of a composition: If f and g are invertible functions and is defined, then it is invertible, and .
Computation Examples:
Finding 2×2 matrix inverse, from formula
Finding 2×2 matrix inverse, by row reduction
Finding 3×3 matrix inverse, by row reduction, using Sage
Finding 3×3 matrix inverse, by row reduction, showing row reduction