Mathematics · JEE

Matrices and Determinants Formula Sheet for JEE

62+ JEE formulas in this unit

Quick answer

The Matrices and Determinants JEE formula sheet lists 62+ important formulas for JEE Main and Advanced, including essential identities from Matrices, algebra of matrices, type of matrices, Determinants and matrices of order two and three, Evaluation of determinants, Area of triangles using determinants, and more. Revise essential formulas first, then practise MCQs on Goodmarks.

Download-free JEE mathematics formula revision for Matrices and Determinants. This unit-wise formula list covers 62+ exam-relevant results across Matrices, algebra of matrices, type of matrices, Determinants and matrices of order two and three, Evaluation of determinants, Area of triangles using determinants, and more, organised by subtopic for quick last-minute revision.

JEE Formula Sheet

62 formulas across 6 subtopics — organised for JEE Main & Advanced revision

Practise MCQs for this unit
Essential: 41Important: 19Supplementary: 2

Matrices, algebra of matrices, type of matrices

A=[aij]m×nA=[a_{ij}]_{m\times n} has order m×nm\times n with mm rows and nn columns.
Variables
aija_{ij}: entry in the ii-th row and jj-th column.
Conditions
Applicable to any matrix.
Where used in JEE
Identifying dimensions, checking possibility of operations.
A=B    A=B\iff both have the same order and aij=bija_{ij}=b_{ij} for all i,ji,j.
Variables
A=[aij], B=[bij]A=[a_{ij}],\ B=[b_{ij}].
Conditions
Matrices must be of the same order.
Where used in JEE
Finding unknown entries, solving matrix equations.
(A±B)ij=aij±bij(A\pm B)_{ij}=a_{ij}\pm b_{ij}.
Variables
A=[aij], B=[bij]A=[a_{ij}],\ B=[b_{ij}].
Conditions
AA and BB must have the same order.
Where used in JEE
Basic matrix algebra, simplification of expressions.
(kA)ij=kaij(kA)_{ij}=k a_{ij}.
Variables
kk: scalar, A=[aij]A=[a_{ij}].
Conditions
Applicable to any matrix.
Where used in JEE
Linear combinations of matrices, solving equations.
If AA is of order m×nm\times n and BB is of order n×pn\times p, then ABAB is of order m×pm\times p and (AB)ij=k=1naikbkj(AB)_{ij}=\sum_{k=1}^{n} a_{ik}b_{kj}.
Variables
A=[aik], B=[bkj]A=[a_{ik}],\ B=[b_{kj}].
Conditions
Number of columns of AA equals number of rows of BB.
Where used in JEE
Product evaluation, matrix equations, linear systems.
[abcd][efgh]=[ae+bgaf+bhce+dgcf+dh]\begin{bmatrix}a&b\\c&d\end{bmatrix}\begin{bmatrix}e&f\\g&h\end{bmatrix}=\begin{bmatrix}ae+bg&af+bh\\ce+dg&cf+dh\end{bmatrix}
Variables
a,b,c,d,e,f,g,ha,b,c,d,e,f,g,h: matrix entries.
Conditions
Both matrices are of order 2×22\times 2.
Where used in JEE
Direct computation of matrix products in JEE problems.
In general, ABBAAB\ne BA.
Variables
A,BA,B: matrices of compatible orders.
Conditions
Both products must be defined when compared.
Where used in JEE
Counterexamples, simplification cautions, solving equations.
(AB)C=A(BC)(AB)C=A(BC).
Variables
A,B,CA,B,C: matrices of compatible orders.
Conditions
All products involved must be defined.
Where used in JEE
Rearranging products, powers of matrices.
A(B+C)=AB+ACA(B+C)=AB+AC, (A+B)C=AC+BC(A+B)C=AC+BC.
Variables
A,B,CA,B,C: matrices of compatible orders.
Conditions
The sums and products involved must be defined.
Where used in JEE
Expansion and simplification of matrix expressions.
k(AB)=(kA)B=A(kB)k(AB)=(kA)B=A(kB).
Variables
kk: scalar, A,BA,B: compatible matrices.
Conditions
ABAB must be defined.
Where used in JEE
Factorization and simplification.
AB=OAB=O does not necessarily imply A=OA=O or B=OB=O.
Variables
OO: zero matrix.
Conditions
Compatible dimensions.
Where used in JEE
True/false statements, conceptual questions.
If A=[aij]A=[a_{ij}], then AT=[aji]A^T=[a_{ji}].
Variables
ATA^T: transpose of AA.
Conditions
Applicable to any matrix.
Where used in JEE
Symmetric/skew-symmetric matrices, product transpose.
(A+B)T=AT+BT(A+B)^T=A^T+B^T, (kA)T=kAT(kA)^T=kA^T.
Variables
A,BA,B: same order, kk: scalar.
Conditions
A+BA+B must be defined.
Where used in JEE
Simplification involving transpose.
(AB)T=BTAT(AB)^T=B^T A^T.
Variables
A,BA,B: compatible matrices.
Conditions
ABAB must be defined.
Where used in JEE
Manipulating matrix products, proving symmetry.
Double transposeSupplementary
(AT)T=A(A^T)^T=A.
Variables
AA: any matrix.
Where used in JEE
Simplification of transpose expressions.
AA is symmetric     AT=A\iff A^T=A.
Variables
AA: square matrix.
Conditions
Defined only for square matrices.
Where used in JEE
Classification of matrices, decomposition questions.
AA is skew-symmetric     AT=A\iff A^T=-A.
Variables
AA: square matrix.
Conditions
Defined only for square matrices.
Where used in JEE
Classification and decomposition of matrices.
For skew-symmetric AA, aii=0a_{ii}=0 for all ii.
Variables
aiia_{ii}: diagonal entries of AA.
Conditions
Over real numbers or any field of characteristic not equal to 2.
Where used in JEE
Forming/sketching skew-symmetric matrices.
A=12(A+AT)+12(AAT)A=\frac{1}{2}(A+A^T)+\frac{1}{2}(A-A^T)
Variables
First term is symmetric, second term is skew-symmetric.
Conditions
Applicable to any square matrix over characteristic not equal to 2.
Where used in JEE
Expressing a matrix as sum of symmetric and skew-symmetric matrices.
For identity matrix InI_n, AIn=ImA=AAI_n=I_mA=A whenever orders are compatible.
Variables
InI_n: identity matrix of order nn.
Conditions
If AA is m×nm\times n, then AInAI_n and ImAI_mA are defined.
Where used in JEE
Matrix equations, inverses, simplification.
An=AAAA^n=A\cdot A\cdots A (nn factors), with A0=IA^0=I.
Variables
AA: square matrix, nN{0}n\in\mathbb{N}\cup\{0\}.
Conditions
Defined only for square matrices.
Where used in JEE
Recurrence relations, algebraic identities in matrices.
Row matrix: order 1×n1\times n; column matrix: order m×1m\times 1; square matrix: order n×nn\times n; rectangular matrix: m×n, mnm\times n,\ m\ne n; zero matrix: all entries 00; diagonal matrix: aij=0a_{ij}=0 for iji\ne j; scalar matrix: aij=0a_{ij}=0 for iji\ne j, a11=a22==ann=ka_{11}=a_{22}=\cdots=a_{nn}=k; identity matrix: scalar matrix with k=1k=1; upper triangular: aij=0a_{ij}=0 for i>ji>j; lower triangular: aij=0a_{ij}=0 for i<ji<j.
Variables
aija_{ij}: entries of the matrix.
Conditions
As stated for each type.
Where used in JEE
Recognition and use of structural properties.

Determinants and matrices of order two and three

abcd=adbc\begin{vmatrix}a&b\\c&d\end{vmatrix}=ad-bc
Variables
a,b,c,da,b,c,d: entries of the matrix.
Conditions
Applicable to matrices of order 2×22\times 2.
Where used in JEE
Inverse, area, solving linear equations, expansion.
abcdefghi=a(eifh)b(difg)+c(dheg)\begin{vmatrix}a&b&c\\d&e&f\\g&h&i\end{vmatrix}=a(ei-fh)-b(di-fg)+c(dh-eg)
Variables
a,b,c,d,e,f,g,h,ia,b,c,d,e,f,g,h,i: entries of the matrix.
Conditions
Applicable to matrices of order 3×33\times 3.
Where used in JEE
Direct determinant calculation in JEE problems.
abcdefghi=aei+bfg+cdhcegbdiafh\begin{vmatrix}a&b&c\\d&e&f\\g&h&i\end{vmatrix}=aei+bfg+cdh-ceg-bdi-afh
Variables
a,b,c,d,e,f,g,h,ia,b,c,d,e,f,g,h,i: entries of the matrix.
Conditions
Applicable only for 3×33\times 3 determinants.
Where used in JEE
Quick evaluation of determinants of order 3.
The minor of aija_{ij} is Mij=M_{ij}= determinant obtained by deleting the ii-th row and jj-th column.
Variables
MijM_{ij}: minor of aija_{ij}.
Conditions
For a square determinant.
Where used in JEE
Cofactors, adjoint, Laplace expansion.
Cij=(1)i+jMijC_{ij}=(-1)^{i+j}M_{ij}.
Variables
CijC_{ij}: cofactor, MijM_{ij}: minor.
Conditions
For a square determinant.
Where used in JEE
Expansion of determinant, adjoint, inverse.

Evaluation of determinants

det(A)=j=1naijCij=i=1naijCij\det(A)=\sum_{j=1}^{n} a_{ij}C_{ij}=\sum_{i=1}^{n} a_{ij}C_{ij}.
Variables
CijC_{ij}: cofactor of aija_{ij}.
Conditions
For any square matrix AA.
Where used in JEE
Evaluation by suitable row/column expansion.
[+++++]\begin{bmatrix}+&-&+\\-&+&-\\+&-&+\end{bmatrix}
Variables
Signs correspond to (1)i+j(-1)^{i+j}.
Conditions
Useful for cofactor expansion.
Where used in JEE
Avoiding sign errors in determinant and adjoint problems.
det(In)=1\det(I_n)=1, and for diagonal or triangular matrix AA, det(A)=i=1naii\det(A)=\prod_{i=1}^{n} a_{ii}.
Variables
aiia_{ii}: diagonal entries.
Conditions
For square diagonal, upper triangular, or lower triangular matrices.
Where used in JEE
Fast determinant evaluation.
det(AT)=det(A)\det(A^T)=\det(A).
Variables
AA: square matrix.
Where used in JEE
Simplification and property-based evaluation.
If two rows or two columns are interchanged, determinant changes sign.
Conditions
For any determinant.
Where used in JEE
Row/column operation based evaluation.
If any two rows or any two columns are identical, then det(A)=0\det(A)=0.
Conditions
For any square matrix.
Where used in JEE
Testing singularity, simplifying determinants.
If one row/column is a scalar multiple of another, then det(A)=0\det(A)=0.
Conditions
For any square matrix.
Where used in JEE
Detecting zero determinant quickly.
If every entry of a row or column has common factor kk, then det(A)=kdet(B)\det(A)=k\det(B), where BB is obtained by factoring out kk.
Variables
kk: scalar.
Where used in JEE
Simplifying determinant values.
Adding to one row (or column) a scalar multiple of another row (or column) leaves the determinant unchanged.
Conditions
Operation must be of the form RiRi+kRjR_i\to R_i+kR_j or CiCi+kCjC_i\to C_i+kC_j, iji\ne j.
Where used in JEE
Evaluation of determinants by reduction.
If one row or column is multiplied by kk, the determinant is multiplied by kk.
Variables
kk: scalar.
Where used in JEE
Tracking determinant change under operations.
det(AB)=det(A)det(B)\det(AB)=\det(A)\det(B).
Variables
A,BA,B: square matrices of same order.
Conditions
Both must be square of same order.
Where used in JEE
Inverse, product determinants, theoretical questions.
For AA of order n×nn\times n, det(kA)=kndet(A)\det(kA)=k^n\det(A).
Variables
kk: scalar, nn: order of square matrix.
Where used in JEE
Parameter-based determinant problems.
det(Am)=(detA)m\det(A^m)=(\det A)^m.
Variables
AA: square matrix, mNm\in\mathbb{N}.
Where used in JEE
Powers of matrices and determinant relations.
AA is singular     det(A)=0\iff \det(A)=0; AA is non-singular     det(A)0\iff \det(A)\ne 0.
Variables
AA: square matrix.
Where used in JEE
Existence of inverse, consistency and uniqueness tests.

Area of triangles using determinants

Area=12x1y11x2y21x3y31=12x1(y2y3)+x2(y3y1)+x3(y1y2)\text{Area}=\frac{1}{2}\left|\begin{vmatrix}x_1&y_1&1\\x_2&y_2&1\\x_3&y_3&1\end{vmatrix}\right|=\frac{1}{2}|x_1(y_2-y_3)+x_2(y_3-y_1)+x_3(y_1-y_2)|
Variables
(x1,y1),(x2,y2),(x3,y3)(x_1,y_1),(x_2,y_2),(x_3,y_3): vertices of triangle.
Conditions
Points lie in a plane.
Where used in JEE
Coordinate geometry and determinant-based area questions.
x1y11x2y21x3y31=0    the three points are collinear\begin{vmatrix}x_1&y_1&1\\x_2&y_2&1\\x_3&y_3&1\end{vmatrix}=0\iff \text{the three points are collinear}
Variables
(x1,y1),(x2,y2),(x3,y3)(x_1,y_1),(x_2,y_2),(x_3,y_3): three points.
Conditions
In the plane.
Where used in JEE
Testing collinearity, line geometry.

Adjoint and inverse of a square matrix

adj(A)=(Cij)T\operatorname{adj}(A)=(C_{ij})^T, where CijC_{ij} is the cofactor of aija_{ij}.
Variables
adj(A)\operatorname{adj}(A): adjoint (adjugate) of AA.
Conditions
Defined for square matrices.
Where used in JEE
Finding inverse by adjoint method.
adj[abcd]=[dbca]\operatorname{adj}\begin{bmatrix}a&b\\c&d\end{bmatrix}=\begin{bmatrix}d&-b\\-c&a\end{bmatrix}
Variables
a,b,c,da,b,c,d: entries of the matrix.
Conditions
For a 2×22\times 2 matrix.
Where used in JEE
Quick inverse of order 2 matrices.
Aadj(A)=adj(A)A=det(A)IA\,\operatorname{adj}(A)=\operatorname{adj}(A)A=\det(A)I.
Variables
II: identity matrix of same order as AA.
Conditions
AA must be square.
Where used in JEE
Deriving inverse, matrix identities.
A1=1det(A)adj(A)A^{-1}=\dfrac{1}{\det(A)}\operatorname{adj}(A).
Variables
A1A^{-1}: inverse of AA.
Conditions
Exists only if det(A)0\det(A)\ne 0.
Where used in JEE
Finding inverse of 2x2 and 3x3 matrices.
A1A^{-1} exists     det(A)0\iff \det(A)\ne 0.
Variables
AA: square matrix.
Where used in JEE
Checking invertibility before solving matrix equations.
AA1=A1A=IAA^{-1}=A^{-1}A=I, (A1)1=A(A^{-1})^{-1}=A, (AB)1=B1A1(AB)^{-1}=B^{-1}A^{-1}.
Variables
A,BA,B: invertible square matrices.
Conditions
Required inverses must exist.
Where used in JEE
Simplifying matrix equations, product inverses.
(AT)1=(A1)T(A^T)^{-1}=(A^{-1})^T.
Variables
AA: invertible square matrix.
Conditions
A1A^{-1} must exist.
Where used in JEE
Problems involving transpose and inverse together.
det(A1)=1det(A)\det(A^{-1})=\dfrac{1}{\det(A)}.
Variables
AA: invertible square matrix.
Conditions
det(A)0\det(A)\ne 0.
Where used in JEE
Determinant-inverse relation questions.
[abcd]1=1adbc[dbca]\begin{bmatrix}a&b\\c&d\end{bmatrix}^{-1}=\frac{1}{ad-bc}\begin{bmatrix}d&-b\\-c&a\end{bmatrix}
Variables
a,b,c,da,b,c,d: entries of the matrix.
Conditions
adbc0ad-bc\ne 0.
Where used in JEE
Direct inverse calculation, solving two-variable linear systems.
(kA)1=1kA1(kA)^{-1}=\dfrac{1}{k}A^{-1}.
Variables
kk: nonzero scalar, AA: invertible matrix.
Conditions
k0k\ne 0 and A1A^{-1} exists.
Where used in JEE
Simplification of inverse expressions.

Test of consistency and solution of simultaneous linear equations in two or three variables using matrices

A system of linear equations can be written as AX=BAX=B.
Variables
AA: coefficient matrix, XX: column matrix of variables, BB: constant column matrix.
Conditions
Dimensions must be compatible.
Where used in JEE
Solving simultaneous linear equations using matrices.
If AX=BAX=B and A1A^{-1} exists, then X=A1BX=A^{-1}B.
Variables
AA: coefficient matrix, XX: variable column matrix, BB: constant column matrix.
Conditions
AA must be square and non-singular.
Where used in JEE
Solving systems with unique solution.
For a1x+b1y+c1=0, a2x+b2y+c2=0a_1x+b_1y+c_1=0,\ a_2x+b_2y+c_2=0, with D=a1b1a2b2D=\begin{vmatrix}a_1&b_1\\a_2&b_2\end{vmatrix}, Dx=c1b1c2b2D_x=\begin{vmatrix}-c_1&b_1\\-c_2&b_2\end{vmatrix}, Dy=a1c1a2c2D_y=\begin{vmatrix}a_1&-c_1\\a_2&-c_2\end{vmatrix}, then x=DxD, y=DyDx=\dfrac{D_x}{D},\ y=\dfrac{D_y}{D}.
Variables
DD: determinant of coefficients.
Conditions
D0D\ne 0.
Where used in JEE
Direct solution of 2-variable linear equations.
For AX=BAX=B, if D=det(A)0D=\det(A)\ne 0, then x=DxD, y=DyD, z=DzDx=\dfrac{D_x}{D},\ y=\dfrac{D_y}{D},\ z=\dfrac{D_z}{D}, where Dx,Dy,DzD_x,D_y,D_z are obtained by replacing the corresponding coefficient columns of AA by the constants column.
Variables
DD: determinant of coefficient matrix.
Conditions
Applicable to a square system with D0D\ne 0.
Where used in JEE
Direct solution of 3-variable linear equations.
For a1x+b1y+c1=0a_1x+b_1y+c_1=0 and a2x+b2y+c2=0a_2x+b_2y+c_2=0: unique solution if a1a2b1b2\dfrac{a_1}{a_2}\ne\dfrac{b_1}{b_2}; no solution if a1a2=b1b2c1c2\dfrac{a_1}{a_2}=\dfrac{b_1}{b_2}\ne\dfrac{c_1}{c_2}; infinitely many solutions if a1a2=b1b2=c1c2\dfrac{a_1}{a_2}=\dfrac{b_1}{b_2}=\dfrac{c_1}{c_2}.
Variables
ai,bi,cia_i,b_i,c_i: coefficients and constants.
Conditions
Denominators considered only when defined; equivalent determinant form may also be used.
Where used in JEE
Testing consistency of pair of linear equations.
Unique solution if D0D\ne 0; no solution if D=0D=0 and at least one of Dx,Dy0D_x,D_y\ne 0; infinitely many solutions if D=Dx=Dy=0D=D_x=D_y=0.
Variables
DD: coefficient determinant, Dx,DyD_x,D_y: Cramer determinants.
Conditions
For a 2×\times2 linear system.
Where used in JEE
Determinant-based test of consistency.
For a 3-variable system AX=BAX=B: unique solution if det(A)0\det(A)\ne 0; if det(A)=0\det(A)=0, then the system may be either inconsistent or have infinitely many solutions.
Variables
AA: coefficient matrix.
Conditions
For square systems of order 3.
Where used in JEE
Quick test before applying inverse/Cramer method.
For homogeneous system AX=OAX=O: trivial solution always exists; non-trivial solution exists if det(A)=0\det(A)=0. If det(A)0\det(A)\ne 0, only trivial solution exists.
Variables
OO: zero column matrix.
Conditions
For square homogeneous linear systems.
Where used in JEE
Existence of non-zero solutions in parameter problems.

Frequently asked questions

What are the important Matrices and Determinants formulas for JEE?

This page lists 62+ JEE-relevant Matrices and Determinants formulas organised by subtopic. Start with essential formulas, then important identities before supplementary shortcuts.

Is this Matrices and Determinants formula sheet aligned with JEE Main?

Yes. Every formula is mapped to the JEE Main Mathematics syllabus for Matrices and Determinants, covering Matrices, algebra of matrices, type of matrices, Determinants and matrices of order two and three, Evaluation of determinants, Area of triangles using determinants, and more.

How should I revise the Matrices and Determinants formula sheet before JEE?

Revise essential formulas daily, important ones every 2–3 days, and supplementary results weekly. After each pass, solve 10–15 MCQs to test recall under exam conditions.

Where can I practise Matrices and Determinants MCQs after revising formulas?

Use the Online Practice or MCQs pages for the same unit on Goodmarks to convert formula recall into problem-solving speed.

Does this replace NCERT for Matrices and Determinants?

No — use this formula sheet for quick revision alongside NCERT and your coaching notes. Formulas here are a condensed reference, not a substitute for concept building.