The determinant of the input matrix. Non-zero means the matrix is invertible.
Invertible 3x3 matrix: det(A) = 22, adjoint and inverse computed above.
Next stepUse A⁻¹ = adj(A) / 22 to solve the system Ax = b: multiply both sides by A⁻¹ to get x = A⁻¹ b.