To find the inverse of the matrix using Gauss-Jordan elimination, we can follow these steps:

  1. Form the augmented matrix by appending the identity matrix to :

  2. Apply row operations to transform the left part of the augmented matrix into the identity matrix.

    • Step 1: Subtract the first row from the second row:

      This gives:

    • Step 2: Divide the second row by :

      This gives:

    • Step 3: Subtract the second row from the first row:

      This gives:

The left part of the augmented matrix is now the identity matrix, and the right part is the inverse of .

Therefore, the inverse matrix is:

Thus, the inverse of the matrix is .