📐 3x3 Matrix Inverse Calculator

Step-by-step: determinant → minors → cofactors → adjugate → inverse

✨ To find the inverse of a 3x3 matrix \( A \), we compute the determinant \( D \). If \( D \neq 0 \), the inverse exists and is given by \( A^{-1} = \frac{1}{D} \text{adj}(A) \), where \( \text{adj}(A) \) is the adjugate (transpose of the cofactor matrix).
\( A = \begin{bmatrix} 2 & -1 & 3 \\ 1 & 0 & 2 \\ -2 & 4 & 1 \end{bmatrix} \)
Find the inverse matrix. Click "Show me" for each step.

📖 Step-by-Step Solution

STEP 1: Calculate the determinant D of the given matrix
STEP 2: Determine the matrix of minors M
STEP 3: Determine the matrix of cofactors C (using sign chart)
STEP 4: Determine the adjugate matrix (transpose of cofactor matrix)
STEP 5: Calculate the inverse using \( A^{-1} = \frac{1}{D} \text{adj}(A) \)