Subject:  Linear Algebra

Inverse of [[2, 1, 1], [1, 3, 2], [1, 0, 0]]

Use Gauss-Jordan elimination on the augmented [A | I] matrix.

Answer [[0, 0, 1], [-2, 1, 3], [3, -1, -5]]

Solution

  1. Matrix [[2, 1, 1], [1, 3, 2], [1, 0, 0]]
  2. Determinant det = -1
  3. Method Augment with the identity, then Gauss-Jordan eliminate.
  4. Inverse [[0, 0, 1], [-2, 1, 3], [3, -1, -5]]

Try a similar problem yourself

Use the Matrix Inverse to solve a similar problem with your own values.

Open the solver