PRETTY_MAT_ID = printSimpleMatrix(MAT)
What is the determinant of PRETTY_MAT_ID
?
The determinant of any 3x3 matrix can be computed the following way:
printSimpleMatrixDet(HINT_MAT)
= matrix3x3DetHint(HINT_MAT, true)
= matrix3x3DetHint(HINT_MAT)
In this specific case,
printSimpleMatrixDet(MAT)
= matrix3x3DetHint(MAT, true)
= matrix3x3DetHint(MAT)
= SOLN