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

  • 1Read a determinant as the factor by which a matrix scales area or volume, and zero determinant as information destroyed
  • 2Classify matrices by their defining equation, including symmetric, skew-symmetric, idempotent, involutory, nilpotent and orthogonal
  • 3Multiply matrices by the row-by-column rule with the dimension check applied first, and state which familiar algebraic laws fail
  • 4Evaluate determinants using row and column operations rather than full expansion, and expand along the line carrying the most zeros
  • 5Compute adjoints and inverses, and use the product rule for determinants to settle questions about scaling, adjoints and singularity
  • 6Diagnose a linear system from its determinants, distinguishing no solution from infinitely many, and treat homogeneous systems as the special case that is never inconsistent
💡
Why this chapter matters in JEE Main
In ordinary numbers ab = ac with a not zero forces b = c. With matrices it does not: take A with both rows (1,1), B the diagonal matrix with entries 2 and 1, and C with rows (1,0) and (1,1). Then AB and AC are both the matrix with rows (2,1) and (2,1), while B and C are plainly different. One number explains it, and that number is the determinant of A, which is zero. A matrix is an action, and its determinant says whether that action can be undone. This A sends every point to a single line, so once two points have arrived together nothing recovers which one you started from. That single collapse wears four costumes: cancellation fails, the inverse does not exist, an area is squashed to zero so three points come out collinear, and a system of equations stops having a unique solution. Read that way the unit stops being a shopping list of unrelated procedures.

Before you start — revise these

🔗
Solving simultaneous linear equations by elimination
🔗
The area of a triangle from coordinates, and the equation of a line
🔗
Comfort with algebraic identities such as the factorisation of a cubed plus b cubed plus c cubed minus 3abc
🔗
Basic notion of a transformation of the plane, enough to picture a square becoming a parallelogram

Matrices and Determinants

In ordinary numbers, with forces . Cancel and move on.

Try it with matrices.

So , and is very far from the zero matrix. Cancel and you conclude , which is plainly false.

One number explains it.

A matrix is an action, and its determinant says whether that action can be undone. This sends every point to , collapsing the whole plane onto a single line. Once two different points have been sent to the same place, no amount of cleverness recovers which one you started from, so there is nothing to cancel with.

That single collapse wears four costumes, and the syllabus puts them in one unit for exactly that reason.

meansWhich is why
the action is not reversible does not give
no inverse matrix exists would have to undo the collapse
an area has been squashed flatthree points come out collinear
the equations lost independencethe system has no unique solution

Roughly two of the twenty-five Mathematics questions come from here, and the arithmetic is heavy enough that method choice decides whether you finish in one minute or four.

1. Matrices and Their Types

Matrix. A rectangular array of numbers, of order meaning rows and columns. It is not a number and has no value; it is an arrangement.

TypeDefining condition
Row / columnone row, or one column
Square; only these have determinants
Diagonalsquare, all off-diagonal entries zero
Scalardiagonal with all diagonal entries equal
Identity scalar with every diagonal entry
Symmetric, so
Skew-symmetric, so
Idempotent
Involutory
Nilpotent for some
Orthogonal, so

Trap. Skew-symmetry forces , so every diagonal entry of a skew-symmetric matrix is zero. Questions are built on that single consequence.

Transpose : rows become columns. Two facts about it are worth committing.

The order reversal in the first is not a typo; it is forced by the shapes.

Illustration 1

Show that is symmetric and that is symmetric, for any matrix , square or not.

For the sum, transpose it and use the rule that transposing twice returns the original.

For the product, use the order-reversing rule.

The second result holds even when is : then is and is , and both are symmetric while being different sizes.

This is why every decomposition question works. Any square matrix splits into a symmetric part and a skew part in exactly one way, and the halves are forced on you by adding and subtracting the two expressions.

Illustration 2

Identify the type of each matrix, and show that an orthogonal matrix always has determinant .

, so is idempotent.

, so is involutory; it is also orthogonal, since .

, so is nilpotent, and it is a second witness that does not force or to be zero.

For orthogonality, take determinants of and use the two rules that a product multiplies and a transpose preserves.

Determinant means an orthogonal matrix scales no area at all, which fits: it is a rotation or a reflection, and neither stretches anything.

2. Algebra of Matrices

Addition, subtraction and scalar multiplication act entrywise and require identical orders.

The row-by-column rule

The entry in row , column of the product comes from row of against column of .

The inner numbers must match; the outer numbers survive. That one line settles every "is this product defined" question.

3 x 4 A 4 x 2 B = 3 x 2 inner: 4 = 4 outer 3 and 2 survive 4 x 2 B 3 x 4 A inner: 2 is not 3 BA is undefined AB existing tells you nothing about whether BA does, let alone whether they agree

Matrix multiplication is associative and distributive, but three familiar properties fail.

PropertyStatusWitness
failsshears in different directions
or failstwo singular matrices
failsany singular

All three failures have the same root, and it is the one from the opening: a singular matrix destroys information.

Illustration 3

Show that and do not commute, even though both are invertible.

Both have determinant , so neither destroys anything, and yet the products differ.

Non-commutativity is therefore a separate phenomenon from singularity. shears horizontally and shears vertically, and doing them in the other order lands somewhere else, exactly as turning then walking differs from walking then turning.

Trap. is false in general. The correct expansion is , and the middle terms combine only if and commute.

3. Determinants of Order Two and Three

A determinant is a number extracted from a square matrix. A matrix is an array; its determinant is a value.

For order three, expand along any row or column using cofactors, where the cofactor is the minor with the sign attached.

The sign pattern alternates from the top left, and expanding along the row or column containing the most zeros saves the most work.

sign board +-+ -+- +-+ always starts + at the top left the minor of the middle entry delete its row and its column what is left is the minor pick the emptiest row 214 050 371 two zeros, so one product, not six a cofactor is a minor with the sign board's symbol attached, and expansion may run along any row or column so always choose the line already carrying the most zeros, or manufacture them first

Illustration 4

Evaluate .

Expanding along the first row costs three determinants. The second row already carries two zeros, so expand along it instead.

The middle entry sits at position , whose sign board symbol is .

One product replaced six. Expansion along any row or column gives the same value, so the only question is which line costs least, and a row of zeros with one survivor costs almost nothing.

4. Properties That Make Evaluation Fast

Full expansion of a determinant is six products. Properties usually replace all six with one.

Operation on the determinantEffect
Swap two rows (or columns)sign changes
Multiply one row by value multiplied by
Add a multiple of one row to anothervalue unchanged
Two rows identical or proportionalvalue is
A full row of zerosvalue is
Transpose the whole matrixvalue unchanged

The third row of that table is the workhorse: it lets you manufacture zeros for free before expanding.

Trap. is not . Every one of the rows gets multiplied, so the factor comes out times.

Illustration 5

Evaluate without full expansion.

Every column sums to , which is the signal to add all rows into one.

Take the common factor out of the new first row.

Now clear the first row with column operations, which change nothing.

Expanding along the first row now costs one determinant.

The factor appeared before any expansion, which is the whole point. It also predicts the answer's structure: is known to have as a factor.

Illustration 6

Given for a matrix, use to explain why a singular matrix can never have an inverse.

Suppose is singular, so , and suppose an inverse existed with .

No number satisfies that, so no such exists. The multiplicative property turned a matrix question into an arithmetic impossibility.

The same property gives the scaling result instantly: , because tripling a matrix triples all three rows.

5. The Determinant as a Scale Factor

Geometrically, a matrix maps the unit square to a parallelogram, and is that parallelogram's area. In three dimensions it is a volume.

The sign records orientation: negative means the plane was flipped over.

det = 2, reversible det = 0, information destroyed 1 area 2 every point has exactly one source area 0 two points arrive together, so nothing can be undone the determinant is the area scale factor, and zero is the only value that cannot be reversed

Area of a triangle

Setting that determinant to zero is the collinearity condition: zero area means the three points lie on a line. This is the third costume, and it is the same collapse as before.

Illustration 7

Find the area of the triangle with vertices , and , then shift all three vertices by and recompute.

Subtract the first row from the other two, which changes nothing and kills the last column.

After the shift the vertices are , and . Subtracting the first row from the others gives exactly the same two rows and as before.

The translation cancelled in the row differences, so the area is unchanged, as geometry demands. That is also why the row-subtraction step is worth doing first: it strips out the position of the triangle and leaves only its shape.

6. Adjoint and Inverse

Adjoint. is the transpose of the matrix of cofactors. Compute every cofactor, arrange them, then transpose.

Singular means and no inverse exists. Non-singular means and the inverse exists and is unique.

ResultStatement
Inverse of a product
Determinant of the adjoint
Determinant of the inverse

Illustration 8

For a matrix the inverse has a shortcut: swap the diagonal entries, negate the other two, divide by the determinant. Show where it comes from, and why it does not extend to .

The cofactors of are , , , , arranged as . Transposing gives the adjoint.

The shortcut works because each cofactor of a matrix is a single entry, so no determinants are involved at all.

For a matrix each of the nine cofactors is itself a determinant, so no rearrangement of entries can produce them. There is no shortcut, and the adjoint has to be computed properly.

7. Consistency and Solving Linear Systems

Write with the coefficient matrix. Cramer's rule uses determinants alone.

where and replaces the -th column of by the constants.

CaseDiagnosisSolutions
consistent, independentexactly one
, some inconsistentnone
, all consistent, dependentinfinitely many

The same three cases are reached by the matrix inversion method, which is what a JEE question usually names.

That derivation quietly assumes exists, which is why the method answers only the first row of the table. When there is nothing to multiply by, and the question becomes which of the other two rows applies.

Trap. The last row is usually infinitely many, not always. All determinants can vanish while the equations still contradict each other, so a system that reaches that row must be checked directly by substitution.

What the three cases look like

Each equation in three unknowns is a plane, and the solution set is where all three meet.

unique solution infinitely many no solution determinant not zero they cross at one point every determinant zero they share a whole line determinant zero, others not three parallel lines, no meeting the same collapse: once the determinant vanishes, one point is no longer the answer

Illustration 9

Two systems share the same coefficients. Explain why one has no solution and the other has infinitely many.

Both have , so neither has a unique solution. The constants decide the rest.

In (i), doubling the first equation gives , contradicting . The two lines are parallel and distinct, and confirms it.

In (ii), the second equation is twice the first, so it adds nothing. Here and as well, and every point of the line is a solution.

Homogeneous systems

, with all constants zero.

always works, so a homogeneous system is never inconsistent. The only question is whether anything else works.

Illustration 10

Solve and , and say what the answer looks like geometrically.

so non-trivial solutions exist. The second equation is twice the first, so there is really only one condition.

Both "planes" are the same line through the origin, and the solution set is that entire line rather than a point.

Note what could not have happened. Two parallel but distinct lines would need different constants, and homogeneous systems have none: every equation is forced through the origin, which is why they always have at least the trivial solution.

Illustration 11

Find for without computing an adjoint, using .

Here and , so the identity reads .

Verify it once: , and .

Now rearrange to isolate and read off the inverse.

Check: .

The identity holds for every matrix, so it also gives , and any power in terms of and , which is far faster than repeated multiplication.

Summary

A matrix is an action; its determinant is the number saying whether the action can be undone. Zero means information was destroyed.

That single collapse explains all four failures: no cancellation, no inverse, zero area, no unique solution.

Only square matrices have determinants. Skew-symmetric matrices have zero diagonals, and any square matrix splits uniquely into symmetric and skew parts.

For products, inner dimensions must match and outer ones survive. and both reverse the order.

in general even for invertible matrices, so .

Idempotent, involutory, nilpotent and orthogonal are defined by one equation each, and an orthogonal matrix has determinant plus or minus one because it scales no area.

Expand along the row or column already carrying the most zeros; a cofactor is a minor with the sign board's symbol attached.

Row and column operations beat expansion. Adding a multiple of one row to another leaves the value unchanged, and manufacturing zeros first turns six products into one.

, not . And , which is why a singular matrix can never have an inverse.

The determinant is an area scale factor, so the triangle formula and the collinearity condition are the same statement read two ways.

gives the inverse. The swap-and-negate shortcut works only because its cofactors are single entries.

The matrix inversion method gives , but its derivation assumes the inverse exists, so it answers the unique-solution case only.

Non-zero gives a unique solution. When , the decide between no solution and infinitely many, and the all-zero case still deserves a substitution check.

Homogeneous systems are never inconsistent; is exactly the condition for a non-trivial solution.

The identity holds for every matrix and turns inverses and powers into linear combinations of and .

Key formulas & results

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

The organising principle
a matrix is an action, and its determinant says whether the action can be undone
Zero determinant means information was destroyed. That one collapse is why cancellation fails, why an inverse does not exist, why three points are collinear and why a system loses its unique solution.
Determinant of order two and three
ad - bc for order two; for order three, expand as a sum of entries times their cofactors
A cofactor is a minor with the sign board symbol attached, alternating from plus at the top left. Expansion may run along any row or column, so choose the one with most zeros.
Dimension rule for products
(m x n)(n x p) = (m x p): inner numbers must match, outer numbers survive
AB existing tells you nothing about whether BA does. If A is 3 by 4 and B is 4 by 2 then AB is 3 by 2 and BA is undefined.
Order-reversing rules
The reversal is forced by the shapes rather than being a convention. Both are heavily examined in proof-style questions.
What fails for matrices
AB is not BA; AB = O does not force A or B to be O; AB = AC does not force B = C
All three failures trace to singularity, except non-commutativity, which happens even for invertible matrices: a horizontal shear followed by a vertical one is not the same as the reverse.
Symmetric and skew decomposition
A = (A + A^T)/2 + (A - A^T)/2
The first half is symmetric and the second skew, and the split is unique. Every diagonal entry of a skew-symmetric matrix is zero, since a_ii equals minus a_ii.
Row and column operations
swapping changes the sign; scaling a row scales the value; adding a multiple of one row to another leaves the value unchanged
The third is the workhorse: manufacture zeros for free before expanding. Two proportional rows, or a row of zeros, make the determinant zero outright.
Scaling and products
Not k times det A: every one of the n rows is multiplied. The product rule proves that a singular matrix has no inverse, since 0 times anything cannot equal det I = 1.
Area and collinearity
Area = half the modulus of the determinant with rows (x_i, y_i, 1); the points are collinear when it is zero
Subtracting the first row from the other two removes the triangle's position and leaves only its shape, which is why translating all three vertices changes nothing.
Adjoint and inverse
Also \det(\text{adj}A) = (\det A)^{n-1} and \det(A^{-1}) = 1/\det A. The two by two swap-and-negate shortcut works only because its cofactors are single entries.
Consistency of a linear system
Geometrically: three planes meeting at a point, forming a prism with no common point, or sharing a whole line. The last case still deserves a substitution check.
Homogeneous systems
They are never inconsistent, because every equation passes through the origin. Parallel-but-distinct planes need different constants, and there are none.
The two by two power identity
Holds for every two by two matrix. For A with rows (2,3) and (1,2) it gives A^2 = 4A - I, hence A inverse equals 4I - A, with no adjoint computed and no division.
⚠️

Traps JEE Main sets — and how to dodge them

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

WATCH OUT
Cancelling a matrix from both sides of AB = AC
Cancellation needs A to be invertible, not merely non-zero. With A having both rows (1,1), the products AB and AC agree while B and C differ, because det A is zero and the action collapses the plane onto a line. Check the determinant before cancelling anything.
Why it happens: The arithmetic habit is deep and the matrices look non-zero.
WATCH OUT
Writing det(kA) as k times det A
Every row is multiplied by k, and the determinant is linear in each row separately, so the factor emerges n times. For a three by three matrix det(3A) is 27 det A. This is among the most frequently set one-line traps in the unit.
Why it happens: Scalar multiplication looks like it should factor out once, as it does for a single row.
WATCH OUT
Expanding (A+B) squared as A squared plus 2AB plus B squared
The correct expansion is A squared plus AB plus BA plus B squared, and the middle terms merge only when A and B commute. Matrices with determinant 1 can still fail to commute, so invertibility is no protection here.
Why it happens: The binomial expansion is automatic and its use of commutativity is invisible.
WATCH OUT
Concluding infinitely many solutions the moment every determinant vanishes
All determinants can vanish while the equations still contradict one another, particularly with three equations where two are proportional and the third clashes. When you land in that row, substitute back and check directly rather than quoting the table.
Why it happens: The three-row table is memorised as a complete decision procedure.
WATCH OUT
Treating the matrix inversion method as available whenever a system is given
Those two lines assume the inverse exists. If det A is zero there is nothing to multiply by, and the method has no answer to give. Compute the determinant first; only then decide between inversion, Cramer's rule and a direct check.
Why it happens: X equals A inverse times B looks universal, and the derivation is two lines.
WATCH OUT
Forgetting that a skew-symmetric matrix has zeros on its diagonal
Setting i equal to j gives a_ii equals minus a_ii, so a_ii is zero. That is why a skew-symmetric matrix of odd order has determinant zero, and why questions about traces of skew matrices have an immediate answer.
Why it happens: The condition is stated as a relation between a_ij and a_ji, and the case i equals j goes unnoticed.

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 and Determinants?

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

12 questions~8 min

5-minute revision

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

  • A matrix is an action; its determinant says whether the action can be undone
  • Zero determinant wears four costumes: no cancellation, no inverse, zero area, no unique solution
  • Only square matrices have determinants; a matrix is an array, a determinant is a number
  • Skew-symmetric matrices have zero diagonals; every square matrix splits uniquely into symmetric and skew parts
  • Inner dimensions must match, outer ones survive; transposes and inverses of products reverse the order
  • AB is not BA even for invertible matrices, so the square of a sum has four terms
  • Adding a multiple of one row to another changes nothing; use it to manufacture zeros before expanding
  • det(kA) is k to the n times det A, and det(AB) is the product of the determinants
  • The triangle area formula and the collinearity condition are one statement read two ways
  • A times its adjoint is det A times the identity; that is where the inverse formula comes from
  • Delta decides between one solution and not one; the Delta_i decide between none and infinitely many
  • Homogeneous systems are never inconsistent, so Delta equals zero is exactly the non-trivial-solution condition

JEE Main question blueprint

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

Typical weightage: 8

Question styleMarks eachTypical countWhat it tests
Determinants: evaluation and properties31
Adjoint, inverse and matrix algebra31
Consistency of linear systems21

Exam-hall strategy

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

  1. Compute the determinant before choosing any method. It decides whether inversion and Cramer's rule are even available, and it is the answer to collinearity, singularity and non-trivial-solution questions outright.
  2. Never expand a three by three determinant before looking for structure. Equal column sums, proportional rows, or a row with two zeros each replace six products with one, and the row operation that adds a multiple of another row is free.
  3. For any question about the nature of a system, translate to planes: one point, a shared line, or a prism with no common point. The geometry disambiguates the algebra faster than re-reading the three-row table.
  4. When a question involves the adjoint, look for A times adj A equals det A times I before computing a single cofactor. Most adjoint questions are about determinants of adjoints and never require the adjoint itself.
  5. Keep a two by two counterexample memorised for each failed law: two shears that do not commute, two nilpotent matrices whose product is zero, and a singular matrix that breaks cancellation. Options in this unit are frequently decided by producing one.

Beyond the exam

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

Computer graphics stores every rotation

Computer graphics stores every rotation, scale and shear as a matrix, and the determinant tells the renderer whether a transformation has flipped a surface inside out, which is how back-facing triangles are discarded

Structural engineering solves large linear systems for th…

Structural engineering solves large linear systems for the forces in a frame, and a coefficient determinant approaching zero is the warning that the structure is a mechanism rather than a rigid frame

Economics uses the same consistency analysis in input-out…

Economics uses the same consistency analysis in input-output models, where a singular coefficient matrix means the sectors are not independent and the production targets cannot be met in exactly one way

Where else this topic is tested

Prepare once, score in every exam that asks it.

JEE Main
JEE Advanced
CBSE Class 12 Boards
BITSAT
WBJEE

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Because cancelling by a really means multiplying by its reciprocal, and not every non-zero matrix has one. For numbers, non-zero and invertible are the same condition, so the distinction never surfaces. For matrices they come apart: the matrix with both rows equal to (1,1) is far from zero but sends every point to the line y equals x, so two different inputs arrive at the same output. Nothing can undo that, and the determinant being zero is exactly the signal. Once you have checked the determinant is non-zero, cancellation is perfectly valid, and it is really multiplication by the inverse on the correct side.

Compute the determinant first, because both methods need it and both fail in the same circumstances. If it is non-zero, either works; Cramer's rule is usually faster for two unknowns and for questions that ask for only one of the variables, since you need just one extra determinant. Matrix inversion is better when the same coefficient matrix is reused with several different right-hand sides, because the inverse is computed once. If the determinant is zero, neither method applies and the question has become a consistency question rather than a solving question, answered by looking at the Delta_i and, in the all-zero case, by substituting back.

The factor by which the matrix scales area, in two dimensions, or volume in three. Feed the unit square to a two by two matrix and it comes out a parallelogram whose area is the modulus of the determinant. A determinant of 2 doubles areas, a determinant of one half halves them, and a negative determinant additionally flips the plane over, which is why the sign records orientation. Zero is the only value that cannot be undone, because it means the square was squashed completely flat and its area destroyed. This reading also explains why an orthogonal matrix has determinant plus or minus one: rotations and reflections move things without stretching them.

The one already carrying the most zeros, because every zero entry contributes a term of zero and costs nothing to evaluate. A three by three determinant with two zeros in one row collapses to a single two by two determinant instead of three. If no line has zeros, make some: adding a multiple of one row to another leaves the value unchanged, so you can engineer a zero deliberately before expanding. Look also for structural signals, such as every column summing to the same expression, which invites adding all rows into one and taking out a common factor. Choosing well routinely turns a four-minute expansion into a one-minute one.

The two by two case is safe to use and easy to justify: expanding A squared minus the trace times A plus the determinant times the identity gives the zero matrix for a general two by two matrix, and you can verify it on the spot in one line if a question makes you nervous. It is worth knowing because it converts inverses and high powers into linear combinations of A and I. For the matrix with rows (2,3) and (1,2) the trace is 4 and the determinant is 1, so A squared equals 4A minus I, and rearranging gives A inverse equals 4I minus A with no adjoint computed. The general n by n version is a university topic and is not needed for JEE Main.
Header Logo