Matrices & Determinants — NDA Mathematics
NDA does not ask you to understand matrices at any depth — it asks whether you can run a fixed sequence of mechanical rules without a sign slip: expand a determinant, apply a row property, divide by to invert, or set up Cramer's rule. There is no derivation, no proof, no calculator. The whole chapter is procedure executed at speed, and with for every wrong answer, a single dropped sign turns a 30-second gain into a net loss.
1. What NDA actually asks
Weightage: ~10% of the Mathematics paper — roughly 10–12 of the 120 questions (25–30 of 300 marks). The syllabus is Class 11–12 CBSE level, and the recurring question families are:
- Types & order — identify square, diagonal, scalar, identity, symmetric, skew-symmetric matrices; find an unknown entry using a matrix-equality condition.
- Matrix algebra — addition, scalar multiplication, and (most often) matrix multiplication: computing a product, checking whether a product is even defined, or exploiting .
- Transpose properties — especially the reversal law , and symmetric/skew-symmetric decomposition.
- Determinant evaluation — direct computation of and determinants by cofactor expansion.
- Determinant properties — , , row/column operations, triangular-matrix determinants, and the "determinant of an odd-order skew-symmetric matrix is zero" fact.
- Adjoint and inverse — computing for a (occasionally ) matrix, and properties like .
- Linear systems — Cramer's rule or the matrix-inverse method for 2 or 3 equations, and reading off consistency (unique / no solution / infinite solutions) from .
Nothing here goes beyond board-level content, but NDA compresses it into single-step MCQs that punish slow, careless arithmetic more than they reward theory.
2. Matrix operations & properties
Order and types. A matrix of order has rows and columns. The types that actually get tested:
| Type | Defining condition |
|---|---|
| Square | |
| Diagonal | square, all off-diagonal entries |
| Scalar | diagonal matrix with all diagonal entries equal |
| Identity | diagonal matrix with every diagonal entry |
| Zero/null | every entry |
| Symmetric | (so ) |
| Skew-symmetric | (so , forcing every diagonal entry to ) |
| Upper/lower triangular | all entries below/above the diagonal are |
Occasionally tested extras: orthogonal (), idempotent (), involutory (). Two matrices are equal only if they have the same order and every corresponding entry matches — NDA loves hiding a "find " question inside a matrix-equality statement.
Addition and scalar multiplication. Only matrices of the same order can be added — add entry by entry. Addition is commutative and associative. Scalar multiplication multiplies every entry by .
Multiplication — the one that trips people up. For , the inner dimensions must match (); the result takes the outer dimensions (). Entry is the dot product of row of with column of .
Critical properties: multiplication is associative () and distributive over addition, but it is not commutative — in general, and one may even be undefined while the other is defined. There is also no cancellation law: does not force or .
Transpose. swaps rows and columns. Key rules:
The last one reverses order — the single most-tested transpose fact. Every square matrix splits uniquely into a symmetric and a skew-symmetric part:
3. Determinants & their properties
A determinant is defined only for a square matrix and reduces it to a single number.
For , expand along any row or column using minors ( = determinant left after deleting row and column ) and cofactors , with the sign checkerboard
Expanding along the first row of :
You may expand along any row or column — pick the one with the most zeros to minimise work; the answer is identical.
Properties worth memorising cold:
- Two identical (or proportional) rows/columns .
- Interchanging any two rows or columns flips the sign of .
- Multiplying one row/column by multiplies by ; scaling the whole matrix gives .
- (adding a multiple of one row to another) leaves unchanged — the main tool for creating zeros before expanding.
- .
- .
- For a triangular (or diagonal) matrix, = product of the diagonal entries.
- (when exists).
- The determinant of a skew-symmetric matrix of odd order is always : since , an odd forces , i.e. . (This fails for even — a skew-symmetric matrix can have a non-zero determinant.)
4. Inverse of a matrix
A square matrix is non-singular (invertible) iff ; if it is singular and has no inverse.
Adjoint. Build the cofactor matrix (every entry replaced by its cofactor ), then transpose it:
The defining identity is , which gives the inverse formula:
Fast shortcut — swap the diagonal entries, negate the off-diagonal entries, divide by the determinant:
Useful corollaries:
- for an matrix — for , that's .
- .
- — order reverses, exactly like transpose.
- Never forget the factor — writing alone as "the inverse" is the single most common NDA slip on this topic.
5. Solving linear systems
Write the system as , where is the coefficient matrix, the column of unknowns, the column of constants.
Matrix (inverse) method. If : — a unique solution exists.
Cramer's rule (equivalent, often faster for MCQs). For let be the determinant of the coefficient matrix, and let be with the -, -, -coefficient column replaced by the constants column . Then, when :
Consistency conditions — the part NDA loves to test conceptually, not just computationally:
| Condition | Verdict |
|---|---|
| Unique solution (consistent) | |
| and at least one of | No solution (inconsistent) |
| and | Infinitely many solutions or no solution — the equations are dependent and need a direct check |
Homogeneous systems (, i.e. all constants are ) always have the trivial solution . A non-trivial solution exists if and only if .
Worked examples
Q1. Evaluate .
Show explanation
Solution. .
Q2. Evaluate .
Show explanation
Solution. Expand along row 1: .
Q3. Find for .
Show explanation
Solution. . . .
Q4 (Cramer's rule, two variables). Solve and .
Show explanation
Solution. . . . . Check: ✓, ✓.
Q5 (Cramer's rule, three variables). Solve .
Show explanation
Solution. So . Check row 2: ✓; row 3: ✓.
Q6 (consistency, no calculation shortcuts). Does have a solution?
Show explanation
Solution. . . Since but , the system is inconsistent — no solution (the lines are parallel and distinct). (A student who stops at ", so infinite solutions" gets this wrong — always check too.)
7. Common traps
- Sign errors in cofactor expansion. The checkerboard is . Losing a minus sign on the middle term is the single most frequent error in determinants — write the signs down before you compute anything.
- Forgetting the in the inverse. is not ; it is times too large. Always divide.
- Assuming . Matrix multiplication is not commutative — never reorder a product to "simplify" it.
- Multiplying matrices with mismatched inner dimensions. Write the orders down first: is defined only if , and the result is — not or .
- Writing . The order reverses: (same for inverses: ).
- Treating as automatically "infinite solutions". It can equally mean no solution — check before concluding either way.
- Applying instead of . Every one of the rows picks up a factor of , so a matrix scales its determinant by , not .
- Assuming every skew-symmetric matrix has determinant . True only for odd order; a skew-symmetric matrix generally does not.
Run through this list once before the exam and once more with 10 minutes left on the clock — nearly every wrong answer in this chapter traces back to one line on it.
