Verify the matrix is square and 3×3
Compute the determinant of the matrix
If the determinant is 0, the inverse does not exist
Find the matrix of minors
Apply the checkerboard of signs to get the cofactor matrix
Transpose the cofactor matrix to get the adjugate matrix
Divide the adjugate matrix by the determinant
Write the result as the inverse matrix
