"

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 BA=In.

 

An nxn matrix A is invertible if and only if the reduced row echelon form of A is In.

Important Properties of Invertible Matrices

  • If A is invertible, then Ax=b has the unique solution x=A1b
  • If A is 2×2 there is an easy formula for it’s inverse, that should be memorized: If A=[abcd], then A1=1adbc[dbca]
  • If A is an nxn invertible matrix, then we can find the inverse using row reduction: [A|In][I|A1].
  • If A, B are nxn invertible matrices, then AB is invertible and (AB)1=B1A1 (Compare this with finding the inverse of a composition: If f and g are invertible functions and fg is defined, then it is invertible, and (fg)1=g1f1.

 

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

License

Icon for the Creative Commons Attribution 4.0 International License

Math 220, Matrices Copyright © 2018 by Kristen Pueschel is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.