By the end of this chapter you'll be able to…

  • 1Classify matrices by type (square, diagonal, scalar, identity, symmetric, skew-symmetric) and solve matrix-equality problems for unknown entries
  • 2Perform matrix addition, scalar multiplication and multiplication correctly, including checking whether a product is even defined and finding its order
  • 3Apply transpose rules — especially the reversal law (AB)ᵀ = BᵀAᵀ — and decompose any square matrix into symmetric + skew-symmetric parts
  • 4Evaluate 2×2 and 3×3 determinants by cofactor expansion, and use determinant properties (|kA| = kⁿ|A|, |AB| = |A||B|, row operations) to simplify computation
  • 5Compute the adjoint and inverse of a matrix (2×2 fluently, 3×3 when required) and apply |adj A| = |A|ⁿ⁻¹
  • 6Solve 2- and 3-variable linear systems using Cramer's rule or the matrix-inverse method, and correctly classify a system as unique / no-solution / infinite-solutions from Δ, Δx, Δy, Δz
💡
Why this chapter matters in NDA
Matrices & Determinants carries 10% of NDA Mathematics — by weight it sits below Algebra (20%), Trigonometry (18%), Analytical Geometry (15%) and both calculus topics, but it is the most mechanical, least ambiguous topic in the entire paper. Every question reduces to a short, memorisable rule — a sign checkerboard, a division by |A|, a Δ/Δx ratio — with none of the multi-step reasoning that trigonometry or calculus demands. That makes it one of the best marks-per-minute-of-revision topics available: a candidate who drills the property list can answer these questions in well under a minute each, which matters enormously in a 150-minute, no-calculator, 120-question paper.

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:

  1. Types & order — identify square, diagonal, scalar, identity, symmetric, skew-symmetric matrices; find an unknown entry using a matrix-equality condition.
  2. Matrix algebra — addition, scalar multiplication, and (most often) matrix multiplication: computing a product, checking whether a product is even defined, or exploiting .
  3. Transpose properties — especially the reversal law , and symmetric/skew-symmetric decomposition.
  4. Determinant evaluation — direct computation of and determinants by cofactor expansion.
  5. Determinant properties, , row/column operations, triangular-matrix determinants, and the "determinant of an odd-order skew-symmetric matrix is zero" fact.
  6. Adjoint and inverse — computing for a (occasionally ) matrix, and properties like .
  7. 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:

TypeDefining condition
Square
Diagonalsquare, all off-diagonal entries
Scalardiagonal 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 triangularall 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:

ConditionVerdict
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

Question 1 of 6

Q1. Evaluate .

Show explanation

Solution. .

Question 2 of 6

Q2. Evaluate .

Show explanation

Solution. Expand along row 1: .

Question 3 of 6

Q3. Find for .

Show explanation

Solution. . . .

Question 4 of 6

Q4 (Cramer's rule, two variables). Solve and .

Show explanation

Solution. . . . . Check: ✓, ✓.

Question 5 of 6

Q5 (Cramer's rule, three variables). Solve .

Show explanation

Solution. So . Check row 2: ✓; row 3: ✓.

Question 6 of 6

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.

Key formulas & results

Everything to memorise for the exam hall, in one card. Screenshot this for revision.

Determinant of a 2×2 matrix
|a b; c d| = ad − bc
The building block for every larger determinant and for the 2×2 inverse shortcut.
Determinant of a 3×3 matrix (expand along row 1)
|a1 b1 c1; a2 b2 c2; a3 b3 c3| = a1(b2c3−b3c2) − b1(a2c3−a3c2) + c1(a2b3−a3b2)
Sign checkerboard is + − + / − + − / + − +. Expand along whichever row/column has the most zeros.
Scaling and product properties
|kA| = kⁿ|A| for n×n · |AB| = |A||B| · |Aᵀ| = |A| · |A⁻¹| = 1/|A|
kⁿ, not k — every one of the n rows contributes a factor of k. A 3×3 matrix scales its determinant by k³.
Triangular/diagonal determinant
For upper/lower triangular or diagonal A, |A| = product of diagonal entries
Fastest possible determinant evaluation — always check for triangular structure first.
Skew-symmetric odd-order determinant
If Aᵀ = −A and A is n×n with n odd, then |A| = 0
Proof: |A| = |Aᵀ| = |−A| = (−1)ⁿ|A|; odd n forces |A| = −|A| ⇒ |A| = 0. Fails for even n.
Adjoint
adj(A) = transpose of the cofactor matrix [Cᵢⱼ], where Cᵢⱼ = (−1)^(i+j) Mᵢⱼ; also A·adj(A) = adj(A)·A = |A| I
Compute all cofactors first, THEN transpose. Forgetting the transpose step scrambles off-diagonal entries.
Inverse of a matrix
A⁻¹ = adj(A) / |A|, valid only when |A| ≠ 0
2×2 shortcut: for A = [a b; c d], A⁻¹ = 1/(ad−bc) × [d −b; −c a] — swap diagonal, negate off-diagonal, divide by det.
Determinant of the adjoint
|adj(A)| = |A|ⁿ⁻¹ for an n×n matrix
For 3×3: |adj A| = |A|². Common trap: using |A| or |A|³ instead of |A|².
Reversal laws
(AB)ᵀ = BᵀAᵀ · (AB)⁻¹ = B⁻¹A⁻¹
Both transpose and inverse of a product reverse the order — like removing shoes before socks.
Symmetric–skew-symmetric decomposition
A = ½(A + Aᵀ) + ½(A − Aᵀ), where the first part is symmetric and the second is skew-symmetric
Unique decomposition for any square matrix; the skew-symmetric part always has a zero diagonal.
Cramer's rule
For a1x+b1y+c1z=d1 etc.: x = Δx/Δ, y = Δy/Δ, z = Δz/Δ, where Δ is the coefficient determinant and Δx/Δy/Δz replace the respective column with the constants
Faster than computing A⁻¹ explicitly when only one or two variables are asked for.
Consistency conditions
Δ≠0 ⇒ unique solution · Δ=0 & any of Δx,Δy,Δz ≠0 ⇒ no solution · Δ=0 & all of Δx,Δy,Δz=0 ⇒ infinite solutions or dependent system (check directly)
Homogeneous system AX=O: trivial solution always exists; non-trivial solutions exist iff |A| = 0.
⚠️

Traps NDA sets — and how to dodge them

These are the exact option-traps and misreads that cost marks under negative marking.

WATCH OUT
Using adj(A) itself as A⁻¹, forgetting the 1/|A| factor
A⁻¹ = adj(A)/|A| — always. adj(A) is exactly |A| times too large. Before writing a final inverse, ask: 'did I divide by the determinant?'
WATCH OUT
Dropping or misapplying the alternating sign pattern in cofactor expansion
The checkerboard is + − + / − + − / + − +. Write the three signs down before computing any minor — the middle term of a first-row expansion is always subtracted.
WATCH OUT
Assuming AB = BA
Matrix multiplication is not commutative in general — never reorder a product 'to simplify'. Even the orders of AB and BA can differ if A and B are not both square.
WATCH OUT
Multiplying matrices whose inner dimensions don't match, or getting the product's order wrong
Write the orders first: A(m×n)·B(p×q) is defined only if n = p, and the result is m×q — not n×q or m×p. Check this before doing a single multiplication.
WATCH OUT
Writing (AB)ᵀ = AᵀBᵀ instead of BᵀAᵀ
Both the transpose and the inverse of a product reverse order: (AB)ᵀ = BᵀAᵀ and (AB)⁻¹ = B⁻¹A⁻¹. Memorise this as a pair.
WATCH OUT
Concluding 'Δ = 0 ⇒ infinite solutions' without checking Δx, Δy, Δz
Δ = 0 with even one of Δx, Δy, Δz nonzero means NO solution (parallel/inconsistent planes), not infinite. Infinite solutions require Δ = Δx = Δy = Δz = 0.
WATCH OUT
Applying |kA| = k|A| instead of |kA| = kⁿ|A|
Every one of the n rows of an n×n matrix is scaled by k, so the determinant picks up a factor of k for each row: |kA| = kⁿ|A|. For a 3×3 matrix that's k³, not k.

Exam-pattern practice

PYQ-style questions with full solutions. Work through them as a readiness check — mark yourself honestly and get your gap report at the end.

Readiness check

Are you exam-ready for Matrices & Determinants?

11 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

11 questions~8 min worth ~5 marks in NDA exams

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • 2×2 determinant: ad − bc. 3×3: expand along any row/column with the +,−,+ / −,+,− / +,−,+ sign checkerboard.
  • |kA| = kⁿ|A| (not k|A|) · |AB| = |A||B| · |Aᵀ| = |A| · |A⁻¹| = 1/|A|.
  • Triangular/diagonal matrix: determinant = product of diagonal entries — check this shortcut first.
  • adj(A) = TRANSPOSE of the cofactor matrix. A⁻¹ = adj(A)/|A| — never skip the division.
  • 2×2 inverse shortcut: swap the diagonal, negate the off-diagonal, divide by ad−bc.
  • |adj A| = |A|ⁿ⁻¹ — for 3×3 that's |A|².
  • (AB)ᵀ = BᵀAᵀ and (AB)⁻¹ = B⁻¹A⁻¹ — order reverses in both.
  • Cramer's rule: x = Δx/Δ, y = Δy/Δ, z = Δz/Δ, valid when Δ ≠ 0.
  • Δ=0 & any Δx/Δy/Δz ≠0 → no solution. Δ=0 & all three =0 → infinite (dependent) system.
  • Skew-symmetric matrix of ODD order has determinant 0 (not guaranteed for even order).
  • Matrix multiplication: check inner dimensions match FIRST; it is not commutative and has no cancellation law (AB=O does not imply A=O or B=O).

NDA question blueprint

How this topic is asked, tier by tier — so you can prep to the pattern.

Typical weightage: 25–30 of 300 Mathematics marks (10–12 questions × 2.5 marks, no partial credit)

Question styleMarks eachTypical countWhat it tests
Types, order & matrix algebra2.5~3Special matrix types, matrix equality, addition/multiplication, transpose properties
Determinant evaluation & properties2.5~32×2/3×3 computation, |kA|/|AB| properties, triangular shortcuts, skew-symmetric determinant fact
Adjoint & inverse2.5~22×2 inverse shortcut, occasional 3×3 adjoint/inverse, |adj A| = |A|ⁿ⁻¹
Linear systems2.5~2-3Cramer's rule, matrix-inverse method, consistency classification (unique/none/infinite)
Prep strategy
  • Week 1: drill the property list (Section 3 formulas) daily until |kA|=kⁿ|A|, the reversal laws, and the sign checkerboard are reflexive — this chapter is almost pure recall.
  • Week 2: time yourself on 2×2 inverses (target under 20 seconds) and 3×3 determinants (target under 60 seconds); speed here directly buys time for calculus and geometry elsewhere in the paper.
  • In the final week, drill the consistency-condition trap specifically — set up 10 systems with Δ = 0 and force yourself to check Δx/Δy/Δz every time before answering.

Exam-hall strategy

Battle-tested tips from mentors and toppers for this topic under the sectional clock.

  1. Before expanding any 3×3 determinant, write the +,−,+ / −,+,− / +,−,+ sign pattern on scratch space — this single habit eliminates most sign errors.
  2. Check for triangular/diagonal structure or a row/column of zeros before expanding anything — either shortcut turns a 90-second computation into a 10-second one.
  3. For inverse questions, always write '÷ |A|' as a separate, deliberate last step — never let the adjoint be your final answer.
  4. When a question asks for only one variable from a linear system, use Cramer's rule for that variable alone (Δ and one Δ-column) rather than solving the full system.
  5. If Δ = 0, don't guess between 'no solution' and 'infinite solutions' — compute at least one of Δx, Δy, Δz to decide.
  6. No calculator is allowed — keep numbers small by choosing which row/column to expand along wisely, and double-check arithmetic on 2×2 sub-determinants, which is where most errors actually occur.

Beyond the exam

Where this skill shows up in the job you're competing for — and in life.

Fire-control and targeting systems

Ballistic and radar fire-control computations solve systems of linear equations in real time to predict intercept points — exactly the AX = B setup this chapter teaches, scaled up to many variables and solved by machine instead of by hand.

Structural and mechanical engineering

Analysing forces in a truss or a load-bearing frame (relevant to the Corps of Engineers) reduces to a system of simultaneous equations in the unknown forces — solved via the same consistency logic (Δ ≠ 0 for a determinate, stable structure).

Cryptography and secure communication

Classical matrix-based ciphers (Hill cipher) encode messages by multiplying a plaintext vector by a key matrix; decoding requires the key matrix's inverse — if the key matrix is singular, the cipher cannot be decoded, mirroring the |A| ≠ 0 condition exactly.

Computer graphics and simulation

Every 3D simulation, flight simulator, and CAD model moves objects by multiplying coordinate vectors by transformation matrices; rotations, in particular, are represented by orthogonal matrices (AAᵀ = I) — a direct application of a 'special type' from Section 2.

Where else this topic is tested

Prepare once, score in every exam that asks it.

CDS (Combined Defence Services) Elementary MathematicsVery high — near-identical syllabus and question style
AFCAT (technical/numerical sections)Medium — lighter treatment, mostly 2×2 and basic properties
JEE Main (Matrices & Determinants)Conceptual overlap — same rules at higher computational difficulty
CUET MathematicsHigh — same NCERT-level content and question style

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Not deeper — if anything, slightly shallower in scope (no elementary-row-operation inverse method, no area-of-triangle-via-determinant derivations expected as MCQs) but faster in execution. NDA sticks to Class 11–12 CBSE content: types, operations, transpose, 2×2/3×3 determinants, adjoint/inverse, and Cramer's rule/consistency. The difficulty comes from speed and zero calculator access, not from extra theory.

Know both, but expect the 2×2 shortcut (swap diagonal, negate off-diagonal, divide by ad−bc) to be tested far more often, since it takes 15 seconds. 3×3 adjoint/inverse questions do appear but are rarer — practise the full cofactor-matrix-then-transpose method enough times that you don't fumble the transpose step under time pressure.

Yes, almost always — especially when the question only asks for one variable (e.g. 'find y'), since you only need to compute Δ and Δy, not the full A⁻¹ and a matrix multiplication. Reserve the inverse method for questions that explicitly ask you to state X = A⁻¹B or find A⁻¹ itself.

Forgetting to divide by |A| when writing the inverse — giving adj(A) as the final answer. It's an easy trap because the adjoint computation is the hard part, and after all that cofactor work it's tempting to stop one step early. Always circle back and divide.

No — NDA is entirely MCQ, so you only need to apply the properties correctly and fast, never prove them. Save proof practice for board-exam prep; for NDA, drill recognition and application instead.
Header Logo