9.1 Matrices & Determinants
Key Takeaways
- Matrices and Determinants is a named item in the NTS Algebra block, which carries 33% of the Quantitative segment.
- Two matrices can be multiplied only when the column count of the first equals the row count of the second, and the product has the outer dimensions.
- Matrix multiplication is associative and distributive but not commutative: AB and BA are usually different.
- The determinant of a 2 by 2 matrix is ad minus bc, and a matrix is singular and has no inverse exactly when that value is zero.
- The inverse of a 2 by 2 matrix swaps the leading diagonal, negates the other diagonal, and divides by the determinant.
Matrices & Determinants
The NTS Algebra block reads: "Fundamental of Geometry, Practical Geometry, Areas and Volumes, Matrices and Determinants, Basic Statistics, Arithmetic and Geometric Sequences, Linear Graphs, Sets and Functions" — 33% of the quantitative segment. Matrices are standard Pakistani intermediate mathematics, which is exactly why they appear here and never in GRE-derived material. If your preparation came from an international source, this topic is a blind spot.
Order, Equality and Special Types
A matrix of $m$ rows and $n$ columns has order $m \times n$. Rows first, always.
| Type | Condition |
|---|---|
| Row matrix | one row, order $1 \times n$ |
| Column matrix | one column, order $m \times 1$ |
| Square matrix | $m = n$ |
| Diagonal matrix | square, all off-diagonal entries zero |
| Identity matrix $I$ | diagonal with every diagonal entry 1 |
| Null matrix | every entry zero |
| Symmetric | $A = A^{T}$ |
Two matrices are equal only if they have the same order and every corresponding entry matches.
The transpose $A^{T}$ turns rows into columns. Note the reversal rule: $(AB)^{T} = B^{T}A^{T}$.
Addition and Scalar Multiplication
Addition and subtraction are entry-by-entry and require identical order:
A scalar multiplies every entry: $3\begin{bmatrix} 2 & -1 \ 0 & 4\end{bmatrix} = \begin{bmatrix} 6 & -3 \ 0 & 12\end{bmatrix}$. Multiplying only the first row or the diagonal is a common slip.
Matrix Multiplication
Conformability: an $m \times n$ matrix can multiply an $n \times p$ matrix, giving an $m \times p$ result. The inner dimensions must match and they vanish; the outer dimensions survive.
Each entry of the product is a row-by-column dot product:
Reversing the order gives a different answer:
Matrix multiplication is not commutative. It is associative, $(AB)C = A(BC)$, and distributive over addition. NTS items frequently ask which algebraic property fails, and the answer is commutativity.
Determinants
For a $2 \times 2$ matrix:
For a $3 \times 3$ matrix, expand along the first row using minors and the alternating sign pattern $+,-,+$:
Useful Determinant Facts
- Only square matrices have determinants.
- If any row or column is entirely zero, $|A| = 0$.
- If two rows or two columns are identical, $|A| = 0$.
- $|AB| = |A| \times |B|$.
- $|A^{T}| = |A|$.
- Multiplying a single row by $k$ multiplies the determinant by $k$; multiplying the whole $n \times n$ matrix by $k$ multiplies the determinant by $k^{n}$.
A matrix with $|A| = 0$ is called singular and has no inverse.
The Inverse of a 2 by 2 Matrix
In words: swap the leading diagonal, negate the other diagonal, divide by the determinant.
For $A = \begin{bmatrix} 4 & 3 \ 2 & 5 \end{bmatrix}$, the determinant is $4(5) - 3(2) = 14$, so
The defining property is $AA^{-1} = A^{-1}A = I$, and the reversal rule applies here too: $(AB)^{-1} = B^{-1}A^{-1}$.
Solving a Linear System by Matrices
Solve $;3x + 2y = 16;$ and $;x + 4y = 12$.
Write it as $AX = B$:
So $x = 4$, $y = 2$. Substituting back: $3(4) + 2(2) = 16$ ✓ and $4 + 4(2) = 12$ ✓.
Cramer's rule reaches the same place by replacing one column at a time:
Interpretation worth remembering: if $|A| = 0$ the system has no unique solution — either no solution at all or infinitely many, because the two lines are parallel or coincident. NTS asks this as a conceptual item without any computation.
Matrix P has order 4 by 3 and matrix Q has order 3 by 5. What is the order of the product PQ?
For what value of k is the matrix with first row (k, 6) and second row (3, 4) singular?
Which property does matrix multiplication fail to satisfy in general?
The determinant of a 2 by 2 matrix A is 7. What is the determinant of 3A?