Matrix Inversion Algorithm

checklist
Mark Yourself Question
  1. Grab a piece of paper and try this problem yourself.
  2. When you're done, check the "I have answered this question" box below.
  3. View the solution and report whether you got it right or wrong.

Example: Matrix Inverse Algorithm

Find the inverse of A=[1325]A=\left[\begin{array}{rr}1 & 3\\2 & 5\end{array}\right] using the formula for a 2×22\times2 matrix, and using the Gauss-Jordan elimination algorithm.
More Matrix Inverse Algorithm Questions: