Free Mathematics Class 12 CBSE notes · practise this chapter with an AI quiz

← All study notes

How a Matrix Inverse Solves a Whole System of Equations at Once

Build the adjoint of a square matrix and verify A(adj A) = |A|I, tell singular from non-singular matrices and compute inverses, decide whether a linear system is consistent, and solve systems with a unique solution by the matrix method.

How can matrices solve a system of equations in one go?

A set of linear equations can be written as a single matrix equation . If has an inverse, the solution is simply — and determinants tell us when that inverse exists.

This part covers the adjoint, singular matrices and the inverse, the consistency of linear systems, and the matrix method.

How do you construct the adjoint of a square matrix and verify that A(adj A) = (adj A)A = |A|I?

**The adjoint of a square matrix is the transpose of its matrix of cofactors, and multiplying a matrix by its adjoint in either order gives times the identity matrix.

Construction.** Replace every entry by its cofactor, then take the transpose:



Shortcut for order 2. For , swap the diagonal entries and change the signs of the other two:



Worked example — verify. Let , so and .



An everyday example. A cook who has scaled up every ingredient can recover the original recipe by reversing the steps and then dividing — the adjoint handles the reversal, and the scaling.

The substance. For order 3, forgetting the final transpose leaves the cofactor matrix, which is not the adjoint.

How do you tell singular from non-singular matrices and find an inverse using the adjoint?

**A square matrix is singular if its determinant is zero and non-singular otherwise, and only a non-singular matrix has an inverse, given by .

Classification:

-
Singular** — ; no inverse
- Non-singular; invertible, with

Worked example — an inverse. For with :



Worked example — a singular matrix. , so has no inverse — its second row is times its first.

An everyday example. Converting a recipe from 4 servings to 10 and back again works because the scaling can be undone; a step that throws information away, like a singular matrix, cannot be reversed.

The substance. **Check before computing an inverse** — the adjoint exists even when the inverse does not.

How do determinants decide whether a system of linear equations is consistent and how many solutions it has?

**For : if the system is consistent with a unique solution; if , compute — a non-zero result means no solution, and a zero result means infinitely many solutions or none.

The test:**

- unique solution
- and no solution
- and infinitely many solutions or none; check further

Worked example — inconsistent. and .



The system is inconsistent: the lines are parallel.

Worked example — infinitely many. For and , , and both equations describe the same line.

An everyday example. If one shop says 1 pen and 2 pencils cost ₹30, and another says 2 pens and 4 pencils cost ₹70, no single set of prices fits both — the system is inconsistent.

The substance. ** alone never decides between no solution and infinitely many** — the extra check is essential.

How do you solve a system of linear equations by the matrix-inverse method?

**Write the system as , check that , find using the adjoint, and compute to read off the unique solution.

Worked example — two variables.** Solve and .





So and . Check: and .

Three variables. The same steps work for a system, using all nine cofactors.

An everyday example. A shopkeeper who knows the total cost of two different mixes of rice and dal can find the price per kilogram of each by solving exactly this kind of system.

The substance. **The method needs ** — when the determinant is zero, use the consistency test instead.
Exam tip

What earns full marks on the adjoint, inverse and matrix method?

**Find first and write it down — if it is zero, say so and switch to the consistency test instead of forcing an inverse.

-
Adjoint**: transpose of the cofactor matrix; for order 2, swap and and negate and
- Identity:
- Inverse: , only when
- Consistency: gives a unique solution; with gives none
- Matrix method: , then substitute back

The trap. Computing instead of . Order matters — the inverse goes on the left.
Did you know

How can a matrix inverse unlock a secret code?

One classic way to scramble a message turns letters into numbers — A as 1, B as 2 and so on — groups them in pairs, and multiplies each pair by a fixed encoding matrix.

The scrambled numbers look random. Anyone who knows the matrix can unscramble them by multiplying by its inverse, recovering the original pairs.

This only works if the encoding matrix is non-singular — a singular matrix would send different messages to the same code, and no inverse could separate them again.
Exam relevance

How are the adjoint, inverse and linear systems tested in JEE Main?

Determinants completes the JEE Main unit Matrices and Determinants, and the adjoint-inverse results are among its most used tools.

What gets asked. Properties such as and , values of a parameter for which a system has a unique solution, no solution or infinitely many, and specific entries of an inverse. JEE Advanced regularly tests the consistency of systems containing a parameter.

Question types. Multiple-choice and numerical-value questions, often built around a parameter in the coefficient matrix.

The trap that costs marks. **Concluding infinitely many solutions just because .**
Key takeaways

What must you be able to do from this part?

- Adjoint: transpose of the cofactor matrix;
- Inverse: only for non-singular ;
- Consistency: gives a unique solution; needs the check
- Matrix method: ; and give ,

For which value of does the system , fail to have a unique solution — and is it then inconsistent?

Ready to put this into practice?

Create a personalized quiz on this exact topic — free to start.

Create your own quiz on Determinants — Part 2Create a free account
← Back to all articles