JAMB Mathematics · Section I
Study notes for Matrices and Determinants: — part of the JAMB UTME Mathematics syllabus. 3 learning objectives with explanations and exam tips.
A matrix is simply an arrangement of numbers in rows and columns, like a table. When you perform operations on matrices, you're doing addition, subtraction, multiplication, or division with these rectangular arrays. Addition and subtraction work straightforwardly—you combine or subtract corresponding elements from the same positions. Multiplication is trickier because you multiply rows by columns following specific rules. Division of matrices doesn't exist directly, but you use the inverse of a matrix instead.
Think of a shopkeeper in Lagos managing inventory. She could arrange her stock of rice, beans, and garlic across three shops in a matrix, then add or subtract quantities when restocking. The determinant of a matrix is a special number calculated from its elements that tells you important properties, particularly useful for solving systems of equations.
Master the order of elements when adding or subtracting—position matters critically.
A determinant is a special number you calculate from a square matrix. Think of it like the "fingerprint" of a matrix that tells you important information about it. For a 2×2 matrix, calculating the determinant is straightforward: multiply the diagonal elements from top-left to bottom-right, then subtract the product of the other diagonal. If your matrix represents a business's inventory costs in Lagos and Abuja, the determinant helps you check if the system has a unique solution or not.
For larger matrices like 3×3, the process gets more involved using expansion along rows or columns. The determinant tells you whether a matrix is invertible and reveals geometric properties like whether a transformation changes area or volume. It's fundamental for solving simultaneous equations using Cramer's rule.
Think of a matrix inverse like the undo button on your phone. If a matrix does something to your data, its inverse undoes it. For a 2×2 matrix, finding the inverse follows a straightforward formula.
For matrix A = [a b; c d], the inverse A⁻¹ = (1/determinant) × [d -b; -c a]. First, calculate the determinant: ad - bc. If this equals zero, the matrix has no inverse. Otherwise, swap the diagonal elements, negate the off-diagonal elements, then multiply everything by 1/determinant.
Consider a trader in Lagos using matrices to track goods. If a matrix represents his inventory transformation, the inverse helps him work backwards to find original quantities. This same principle applies throughout engineering and economics.