LA2.2.4
From Exampleproblems
Since we have a real matrix, to find the adjoint it suffices to simply compute the transpose of the matrix.
Now, to find the inverse, we first calculate the determinant
| A | = 2 * 3 * 4 + 3 * 1 * 1 + 4 * 4 * 2 − 2 * 1 * 2 − 3 * 4 * 4 − 4 * 3 * 1 = 24 + 3 + 32 − 4 − 48 − 12 = − 5
Next, we find the adjugate matrix
