9231 · 1.4
Matrices — FAQ
Frequently asked questions for 9231 Matrices. Direct answers first, then deeper explanation — then practise with marking.
Why isn't matrix multiplication commutative?
The process of matrix multiplication (row-by-column) is order-dependent. The element in row 1, column 1 of AB is (row 1 of A) • (column 1 of B), while for BA it's (row 1 of B) • (column 1 of A). These involve different numbers and will generally produce different results. For example, if and , then but .
What do I do if the determinant is zero when I'm trying to solve a system of equations?
If , the matrix inverse method fails because doesn't exist. This means the system does not have a unique solution. It will either have no solutions (inconsistent system) or infinitely many solutions (dependent system). To determine which, you would need to use other methods, such as Gaussian elimination, and analyse the geometric interpretation (e.g., parallel planes, planes intersecting in a line).
Can I just use my calculator to find the inverse of a 3x3 matrix in an exam?
No. Exam questions are designed to test your understanding of the process. Marks are awarded for showing the correct method: calculating the determinant, finding the matrix of cofactors, forming the adjugate matrix, and then stating the inverse. You should absolutely use your calculator to check your final answer, but you cannot skip the working.