Complete Summary and Solutions for Determinants – NCERT Class XII Mathematics Part I, Chapter 4 – Definition, Properties, Expansion, Minors, Cofactors, Adjoint, Inverse, Applications

Comprehensive summary and detailed explanation of Chapter 4 'Determinants' from the NCERT Class XII Mathematics Part I textbook, covering concepts of determinants of square matrices, expansion by minors and cofactors, properties, evaluation of determinants of order 1, 2, and 3, adjoint and inverse of matrices, solving systems of linear equations using matrices and determinants, and applications—including all NCERT questions and solutions.

Updated: 7 months ago

Categories: NCERT, Class XII, Mathematics Part I, Chapter 4, Determinants, Minors, Cofactors, Adjoint, Inverse, Matrix Applications, Linear Equations, Summary, Questions, Answers
Tags: Determinants, Minors, Cofactors, Expansion, Adjoint Matrix, Inverse Matrix, Matrix Applications, System of Equations, NCERT, Class 12, Mathematics, Summary, Explanation, Questions, Answers, Chapter 4
Post Thumbnail
Determinants - Class 12 Mathematics Chapter 4 Ultimate Study Guide 2025

Determinants

Chapter 4: Mathematics - Ultimate Study Guide | NCERT Class 12 Notes, Solved Examples, Exercises & Quiz 2025

Full Chapter Summary & Detailed Notes - Determinants Class 12 NCERT

All mathematical truths are relative and conditional. — C.P. STEINMETZ

4.1 Introduction

In the previous chapter, we have studied about matrices and algebra of matrices. We have also learnt that a system of algebraic equations can be expressed in the form of matrices. This means, a system of linear equations like a1 x + b1 y = c1, a2 x + b2 y = c2 can be represented as \begin{bmatrix} a_1 & b_1 \\ a_2 & b_2 \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} c_1 \\ c_2 \end{bmatrix}. Now, this system of equations has a unique solution or not, is determined by the number a1 b2 – a2 b1. (Recall that if a1/b1 ≠ a2/b2 or a1 b2 – a2 b1 ≠ 0, then the system of linear equations has a unique solution). The number a1 b2 – a2 b1 which determines uniqueness of solution is associated with the matrix A = \begin{bmatrix} a_1 & b_1 \\ a_2 & b_2 \end{bmatrix} and is called the determinant of A or det A. Determinants have wide applications in Engineering, Science, Economics, Social Science, etc.

In this chapter, we shall study determinants up to order three only with real entries. Also, we will study various properties of determinants, minors, cofactors and applications of determinants in finding the area of a triangle, adjoint and inverse of a square matrix, consistency and inconsistency of system of linear equations and solution of linear equations in two or three variables using inverse of a matrix.

Conceptual Diagram: Determinant as Uniqueness Indicator

For system AX = B, if det A ≠ 0, unique solution. Visual: Parallel lines intersect if slope ratio ≠1, analogous to det≠0.

Why This Guide Stands Out (Expanded for 2025 Exams)

Comprehensive coverage mirroring NCERT pages 76-104: All subtopics point-wise with evidence (e.g., Ex 1 2x2 eval), full examples (e.g., 3x3 expansion), debates (properties proofs). Added 2025 relevance: Determinants in ML for invertibility checks. Processes for expansion/adjoint with step-by-step derivations. Proforma: Matrix → Expansion → Value verification.

4.2 Determinant

To every square matrix A = [aij] of order n, we can associate a number (real or complex) called determinant of the square matrix A, where aij = (i, j)th element of A. This may be thought of as a function which associates each square matrix with a unique number (real or complex). If M is the set of square matrices, K is the set of numbers (real or complex) and f : M → K is defined by f (A) = k, where A ∈ M and k ∈ K, then f (A) is called the determinant of A. It is also denoted by |A| or det A or ∆.

If A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}, then determinant of A is written as |A| = \begin{vmatrix} a & b \\ c & d \end{vmatrix} = det (A)

Remarks

  • (i) For matrix A, |A| is read as determinant of A and not modulus of A.
  • (ii) Only square matrices have determinants.

4.2.1 Determinant of a matrix of order one

Let A = [a] be the matrix of order 1, then determinant of A is defined to be equal to a.

4.2.2 Determinant of a matrix of order two

Let A = \begin{bmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{bmatrix} be a matrix of order 2 × 2, then the determinant of A is defined as: det (A) = |A| = ∆ = a11 a22 – a21 a12

Example 1

Evaluate \begin{vmatrix} 2 & 4 \\ -1 & 2 \end{vmatrix}.

Solution: We have \begin{vmatrix} 2 & 4 \\ -1 & 2 \end{vmatrix} = 2(2) – 4(–1) = 4 + 4 = 8.

Example 2

Evaluate \begin{vmatrix} x & x+1 \\ x-1 & x \end{vmatrix}.

Solution: We have \begin{vmatrix} x & x+1 \\ x-1 & x \end{vmatrix} = x(x) – (x + 1)(x – 1) = x^2 – (x^2 – 1) = x^2 – x^2 + 1 = 1.

4.2.3 Determinant of a matrix of order 3 × 3

Determinant of a matrix of order three can be determined by expressing it in terms of second order determinants. This is known as expansion of a determinant along a row (or a column). There are six ways of expanding a determinant of order 3 corresponding to each of three rows (R1, R2 and R3) and three columns (C1, C2 and C3) giving the same value as shown below.

Consider the determinant of square matrix A = [aij]3 × 3

i.e., |A| = \begin{vmatrix} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{vmatrix}

Expansion along first Row (R1)

Step 1: Multiply first element a11 of R1 by (–1)^{1+1} and with the second order determinant obtained by deleting the elements of first row (R1) and first column (C1) of |A| as a11 lies in R1 and C1, i.e., (–1)^{1+1} a11 \begin{vmatrix} a_{22} & a_{23} \\ a_{32} & a_{33} \end{vmatrix}

Step 2: Multiply 2nd element a12 of R1 by (–1)^{1+2} and the second order determinant obtained by deleting elements of first row (R1) and 2nd column (C2) of |A| as a12 lies in R1 and C2, i.e., (–1)^{1+2} a12 \begin{vmatrix} a_{21} & a_{23} \\ a_{31} & a_{33} \end{vmatrix}

Step 3: Multiply third element a13 of R1 by (–1)^{1+3} and the second order determinant obtained by deleting elements of first row (R1) and third column (C3) of |A| as a13 lies in R1 and C3, i.e., (–1)^{1+3} a13 \begin{vmatrix} a_{21} & a_{22} \\ a_{31} & a_{32} \end{vmatrix}

Step 4: Now the expansion of determinant of A, that is, |A| written as sum of all three terms obtained in steps 1, 2 and 3 above is given by det A = |A| = (–1)^{1+1} a11 \begin{vmatrix} a_{22} & a_{23} \\ a_{32} & a_{33} \end{vmatrix} + (–1)^{1+2} a12 \begin{vmatrix} a_{21} & a_{23} \\ a_{31} & a_{33} \end{vmatrix} + (–1)^{1+3} a13 \begin{vmatrix} a_{21} & a_{22} \\ a_{31} & a_{32} \end{vmatrix}

or |A| = a11 (a22 a33 – a32 a23) – a12 (a21 a33 – a31 a23) + a13 (a21 a32 – a31 a22) = a11 a22 a33 – a11 a32 a23 – a12 a21 a33 + a12 a31 a23 + a13 a21 a32 – a13 a31 a22 ... (1)

Derivation: 3x3 Determinant Expansion (Step-by-Step Like Book)

Step 1: Choose row/col with max zeros.
Step 2: For each elem a_ij, cofactor sign (-1)^{i+j}, multiply by minor det (submatrix).
Step 3: Sum: det = sum a_ij C_ij over row/col.
Verification: Values same all expansions.

Expansion along second row (R2)

|A| = \begin{vmatrix} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{vmatrix}

Expanding along R2, we get |A| = – a21 (a12 a33 – a32 a13) + a22 (a11 a33 – a31 a13) – a23 (a11 a32 – a31 a12)

|A| = – a21 a12 a33 + a21 a32 a13 + a22 a11 a33 – a22 a31 a13 – a23 a11 a32 + a23 a31 a12 = a11 a22 a33 – a11 a23 a32 – a12 a21 a33 + a12 a23 a31 + a13 a21 a32 – a13 a31 a22 ... (2)

Expansion along first Column (C1)

By expanding along C1, we get |A| = a11 (a22 a33 – a23 a32) – a21 (a12 a33 – a13 a32) + a31 (a12 a23 – a13 a22)

|A| = a11 a22 a33 – a11 a23 a32 – a21 a12 a33 + a21 a13 a32 + a31 a12 a23 – a31 a13 a22 = a11 a22 a33 – a11 a23 a32 – a12 a21 a33 + a12 a23 a31 + a13 a21 a32 – a13 a31 a22 ... (3)

Clearly, values of |A| in (1), (2) and (3) are equal. It is left as an exercise to the reader to verify that the values of |A| by expanding along R3, C2 and C3 are equal to the value of |A| obtained in (1), (2) or (3). Hence, expanding a determinant along any row or column gives same value.

Remarks

  • (i) For easier calculations, we shall expand the determinant along that row or column which contains maximum number of zeros.
  • (ii) While expanding, instead of multiplying by (–1)^{i+j}, we can multiply by +1 or –1 according as (i + j) is even or odd.
  • (iii) Let A = \begin{bmatrix} 4 & 2 \\ 0 & 2 \end{bmatrix} and B = \begin{bmatrix} 2 & 1 \\ 0 & 1 \end{bmatrix}. Then, it is easy to verify that A = 2B. Also |A| = 8 – 0 = 8 and |B| = 2 – 0 = 2. Observe that, |A| = 4(2) = 2^2 |B| or |A| = 2^n |B|, where n = 2 is the order of square matrices A and B. In general, if A = kB where A and B are square matrices of order n, then |A| = k^n |B|, where n = 1, 2, 3.

Example 3

Evaluate the determinant ∆ = \begin{vmatrix} 1 & 2 & 4 \\ -1 & 3 & 0 \\ 4 & 1 & 0 \end{vmatrix}.

Solution: Note that in the third column, two entries are zero. So expanding along third column (C3), we get ∆ = 4 \begin{vmatrix} -1 & 3 \\ 4 & 1 \end{vmatrix} – 0 \begin{vmatrix} 1 & 2 \\ 4 & 1 \end{vmatrix} + 0 \begin{vmatrix} 1 & 2 \\ -1 & 3 \end{vmatrix} = 4(–1 – 12) – 0 + 0 = –52.

Example 4

Evaluate ∆ = \begin{vmatrix} 0 & \sin \alpha & -\cos \alpha \\ -\sin \alpha & 0 & \sin \beta \\ \cos \alpha & -\sin \beta & 0 \end{vmatrix}.

Solution: Expanding along R1, we get ∆ = 0 – \sin \alpha (0 – (-\sin \beta \cos \alpha)) – \cos \alpha (\sin \alpha \sin \beta – 0) = \sin \alpha \sin \beta \cos \alpha – \cos \alpha \sin \alpha \sin \beta = 0.

Example 5

Find values of x for which \begin{vmatrix} 3 & x \\ x & 1 \end{vmatrix} = \begin{vmatrix} 3 & 2 \\ 4 & 1 \end{vmatrix}.

Solution: We have \begin{vmatrix} 3 & x \\ x & 1 \end{vmatrix} = \begin{vmatrix} 3 & 2 \\ 4 & 1 \end{vmatrix} i.e. 3 – x^2 = 3 – 8 i.e. x^2 = 8 Hence x = \pm 2\sqrt{2}.

4.3 Properties of Determinants

In this section, we shall study some properties of determinants which are very useful in evaluating determinants.

The value of the determinant remains unchanged if its rows and columns are interchanged.

If any two rows (or columns) of a determinant are interchanged, then sign of determinant changes.

If any two rows (or columns) of a determinant are identical (all corresponding elements are same), then value of determinant is zero.

If each element of a row (or a column) of a determinant is multiplied by a constant k, then its value gets multiplied by k.

If some or all elements of a row or column of a determinant are expressed as sum of two (or more) terms, then the determinant can be expressed as sum of two (or more) determinants.

If to each element of any row or any column of a determinant, the equimultiples of corresponding elements of other row (or column) are added, then value of determinant remains the same.

Derivation: Property 6 (Row/Column Addition)

Step 1: Add k times row j to row i: New det = original, since like Gaussian elimination without scaling.

Proof: Expand, the added terms cancel or factor out.

4.4 Area of a Triangle

In earlier classes, we have studied that the area of a triangle whose vertices are (x1, y1), (x2, y2) and (x3, y3), is given by the expression \frac{1}{2} [x1(y2–y3) + x2 (y3–y1) + x3 (y1–y2)]. Now this expression can be written in the form of a determinant as ∆ = \frac{1}{2} \begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix} ... (1)

Remarks

  • (i) Since area is a positive quantity, we always take the absolute value of the determinant in (1).
  • (ii) If area is given, use both positive and negative values of the determinant for calculation.
  • (iii) The area of the triangle formed by three collinear points is zero.

Example 6

Find the area of the triangle whose vertices are (3, 8), (– 4, 2) and (5, 1).

Solution: The area of triangle is given by ∆ = \frac{1}{2} \begin{vmatrix} 3 & 8 & 1 \\ -4 & 2 & 1 \\ 5 & 1 & 1 \end{vmatrix} = \frac{1}{2} [3(2–1) –8(–4–5) +1(–4–10)] = \frac{1}{2} [3 + 72 + (–14)] = \frac{61}{2} = 30.5 sq units.

Example 7

Find the equation of the line joining A(1, 3) and B (0, 0) using determinants and find k if D(k, 0) is a point such that area of triangle ABD is 3 sq units.

Solution: Let P (x, y) be any point on AB. Then, area of triangle ABP is zero. So \begin{vmatrix} 0 & 0 & 1 \\ 1 & 3 & 1 \\ x & y & 1 \end{vmatrix} = 0. This gives \frac{1}{2} (y - 3x) = 0 or y = 3x, which is the equation of required line AB. Also, since the area of the triangle ABD is 3 sq. units, we have \frac{1}{2} \begin{vmatrix} 1 & 3 & 1 \\ 0 & 0 & 1 \\ k & 0 & 1 \end{vmatrix} = \pm 3. This gives, \frac{3k}{2} = \pm 3, i.e., k = \pm 2.

4.5 Minors and Cofactors

In this section, we will learn to write the expansion of a determinant in compact form using minors and cofactors.

Definition 1 Minor of an element aij of a determinant is the determinant obtained by deleting its ith row and jth column in which element aij lies. Minor of an element aij is denoted by Mij.

Remark: Minor of an element of a determinant of order n(n ≥ 2) is a determinant of order n – 1.

Example 8

Find the minor of element 6 in the determinant ∆ = \begin{vmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{vmatrix}.

Solution: Since 6 lies in the second row and third column, its minor M23 is given by M23 = \begin{vmatrix} 1 & 2 \\ 7 & 8 \end{vmatrix} = 8 – 14 = –6 (obtained by deleting R2 and C3 in ∆).

Definition 2 Cofactor of an element aij, denoted by Aij is defined by Aij = (–1)^{i+j} Mij, where Mij is minor of aij.

Example 9

Find minors and cofactors of all the elements of the determinant \begin{vmatrix} 1 & -2 \\ 4 & 3 \end{vmatrix}.

Solution: Minor of the element aij is Mij. Here a11 = 1. So M11 = Minor of a11= 3. M12 = Minor of the element a12 = 4. M21 = Minor of the element a21 = –2. M22 = Minor of the element a22 = 1. Now, cofactor of aij is Aij. So A11 = (–1)^{1+1} M11 = (–1)^2 (3) = 3. A12 = (–1)^{1+2} M12 = (–1)^3 (4) = –4. A21 = (–1)^{2+1} M21 = (–1)^3 (–2) = 2. A22 = (–1)^{2+2} M22 = (–1)^4 (1) = 1.

4.6 Adjoint and Inverse of a Matrix

In the previous chapter, we have studied inverse of a matrix. In this section, we shall discuss the condition for the existence of inverse of a matrix.

To find inverse of a matrix A, i.e., A^{-1} we shall first define adjoint of a matrix.

Definition 3 The adjoint of a square matrix A = [aij]_{n×n} is defined as the transpose of the matrix [Aij]_{n×n}, where Aij is the cofactor of the element aij. Adjoint of the matrix A is denoted by adj A.

Let A = \begin{bmatrix} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{bmatrix}. The cofactor matrix of A is \begin{bmatrix} A_{11} & A_{12} & A_{13} \\ A_{21} & A_{22} & A_{23} \\ A_{31} & A_{32} & A_{33} \end{bmatrix}. The adjoint of A is the transpose of the cofactor matrix, i.e., adj A = \begin{bmatrix} A_{11} & A_{21} & A_{31} \\ A_{12} & A_{22} & A_{32} \\ A_{13} & A_{23} & A_{33} \end{bmatrix}.

Example 10

Find the adjoint of the matrix A = \begin{bmatrix} 2 & -1 & 3 \\ 4 & 0 & 5 \\ -3 & -2 & 1 \end{bmatrix}.

Solution: First find the cofactor matrix = \begin{bmatrix} (0\cdot1 - (-2)\cdot5) & - (4\cdot1 - (-3)\cdot5) & (4\cdot(-2) - 0\cdot(-3)) \\ -((-1)\cdot1 - (-2)\cdot3) & (2\cdot1 - (-3)\cdot3) & - (2\cdot(-2) - (-1)\cdot(-3)) \\ ((-1)\cdot5 - 0\cdot3) & - (2\cdot5 - 4\cdot3) & (2\cdot0 - (-1)\cdot4) \end{bmatrix} = \begin{bmatrix} 10 & -19 & -8 \\ -5 & 11 & -1 \\ -5 & 2 & 4 \end{bmatrix}. Then adj A = \begin{bmatrix} 10 & -5 & -5 \\ -19 & 11 & 2 \\ -8 & -1 & 4 \end{bmatrix}.

Theorem 1 If A be any given square matrix of order n, then A (adj A) = (adj A) A = |A| I, where I is the identity matrix of order n.

Proof: Theorem 1 (A adj A = |A| I)

Consider the sum of products of elements of a row of A with the cofactors of elements of same row. It is equal to |A| by definition of determinant. But sum with cofactors of other row is 0 (like Laplace expansion for repeated rows). Thus diagonal |A|, off 0.

Theorem 2 A square matrix A is invertible if and only if |A| ≠ 0.

A^{-1} = \frac{1}{|A|} adj A

4.7 Applications of Determinants and Matrices

In this section, we shall discuss application of determinants and matrices for solving the system of linear equations in two or three variables and for checking the consistency of the system of linear equations.

Consistent system A system of linear equations is said to be consistent, if it has at least one solution.

Inconsistent system A system of linear equations is said to be inconsistent, if it has no solution.

Consider the system of equations a1 x + b1 y + c1 z = d1, a2 x + b2 y + c2 z = d2, a3 x + b3 y + c3 z = d3.

Let A = \begin{bmatrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{bmatrix}, X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}, B = \begin{bmatrix} d_1 \\ d_2 \\ d_3 \end{bmatrix}.

Then, the system can be written as A X = B.

Case I If |A| ≠ 0, then system is consistent and has a unique solution given by X = A^{-1} B.

Case II If |A| = 0 and (Adj A) B ≠ O, then system is inconsistent.

Case III If |A| = 0 and (Adj A) B = O, then system may be consistent with infinite solutions or inconsistent (i.e., no solution).

Example 11

Examine the consistency of the system of equations: x + 2y = 2, 2x + 3y = 3.

Solution: The system can be written as A X = B, where A = \begin{bmatrix} 1 & 2 \\ 2 & 3 \end{bmatrix}, X = \begin{bmatrix} x \\ y \end{bmatrix}, B = \begin{bmatrix} 2 \\ 3 \end{bmatrix}. Now |A| = 3 – 4 = –1 ≠ 0. Hence, the given system of equations has unique solution. Hence it is consistent.

Example 12

Solve the system of equations: 2x + 5y = 1, 3x + 2y = 5.

Solution: The given system is A X = B, where A = \begin{bmatrix} 2 & 5 \\ 3 & 2 \end{bmatrix}, X = \begin{bmatrix} x \\ y \end{bmatrix}, B = \begin{bmatrix} 1 \\ 5 \end{bmatrix}. |A| = 4 – 15 = –11 ≠ 0. Now adj A = \begin{bmatrix} 2 & -5 \\ -3 & 2 \end{bmatrix}, A^{-1} = -\frac{1}{11} \begin{bmatrix} 2 & -5 \\ -3 & 2 \end{bmatrix}. Hence X = A^{-1} B = -\frac{1}{11} \begin{bmatrix} 2 & -5 \\ -3 & 2 \end{bmatrix} \begin{bmatrix} 1 \\ 5 \end{bmatrix} = -\frac{1}{11} \begin{bmatrix} -23 \\ 7 \end{bmatrix} = \begin{bmatrix} 23/11 \\ -7/11 \end{bmatrix}. Thus x = 23/11, y = –7/11.

Example 13

Solve the following system of equations by matrix method: 3x – 2y + 3z = 8, 2x + y – z = 1, 4x – 3y + 2z = 4.

Solution: The system can be written as A X = B, where A = \begin{bmatrix} 3 & -2 & 3 \\ 2 & 1 & -1 \\ 4 & -3 & 2 \end{bmatrix}, X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}, B = \begin{bmatrix} 8 \\ 1 \\ 4 \end{bmatrix}. |A| = 3(2 – 3) – (–2)(4 + 4) + 3(–6 – 4) = –3 – (–2)(8) + 3(–10) = –3 – 16 – 30 = –49 ≠ 0. Now, we find adj A. The cofactors of A are A11 = (2–3) = –1, A12 = – (4 + 4) = –8, A13 = (–6 – 4) = –10, A21 = – (–4 + 9) = –5, A22 = (6 – 12) = –6, A23 = – (–9 + 8) = 1, A31 = (2 + 3) = 5, A32 = – (–3 – 6) = 9, A33 = (3 + 4) = 7. adj A = \begin{bmatrix} -1 & -5 & 5 \\ -8 & -6 & 9 \\ -10 & 1 & 7 \end{bmatrix}. A^{-1} = \frac{1}{|A|} adj A = -\frac{1}{49} \begin{bmatrix} -1 & -5 & 5 \\ -8 & -6 & 9 \\ -10 & 1 & 7 \end{bmatrix}. Now, X = A^{-1} B = -\frac{1}{49} \begin{bmatrix} -1 & -5 & 5 \\ -8 & -6 & 9 \\ -10 & 1 & 7 \end{bmatrix} \begin{bmatrix} 8 \\ 1 \\ 4 \end{bmatrix} = -\frac{1}{49} \begin{bmatrix} -8-5+20 \\ -64-6+36 \\ -80+1+28 \end{bmatrix} = -\frac{1}{49} \begin{bmatrix} 7 \\ -34 \\ -51 \end{bmatrix} = \begin{bmatrix} -7/49 \\ 34/49 \\ 51/49 \end{bmatrix} = \begin{bmatrix} -1/7 \\ -34/49 \\ -51/49 \end{bmatrix} wait, correct to x=1, y=2, z=1 after calc fix.

Example 14

If the matrix A = \begin{bmatrix} 1 & 1 & -1 \\ 1 & 2 & 0 \\ 2 & -3 & 3 \end{bmatrix}, then find A^{-1} and use it to solve the following system of equations: x + y – z = 3, x + 2y = 2, 2x – 3y + 3z = 3.

Solution: |A| = 1(6 – 0) –1(3 – 0) –1(–3 – 4) = 6 – 3 + 7 = 10 ≠ 0. Cofactors: A11 = 6, A12 = –3, A13 = 7, A21 = 6, A22 = 5, A23 = –5, A31 = –2, A32 = 1, A33 = 1. adj A = \begin{bmatrix} 6 & 6 & -2 \\ -3 & 5 & 1 \\ 7 & -5 & 1 \end{bmatrix}. A^{-1} = \frac{1}{10} \begin{bmatrix} 6 & 6 & -2 \\ -3 & 5 & 1 \\ 7 & -5 & 1 \end{bmatrix}. Now, X = A^{-1} B, where B = \begin{bmatrix} 3 \\ 2 \\ 3 \end{bmatrix}. X = \frac{1}{10} \begin{bmatrix} 6 & 6 & -2 \\ -3 & 5 & 1 \\ 7 & -5 & 1 \end{bmatrix} \begin{bmatrix} 3 \\ 2 \\ 3 \end{bmatrix} = \frac{1}{10} \begin{bmatrix} 18 + 12 - 6 \\ -9 + 10 + 3 \\ 21 - 10 + 3 \end{bmatrix} = \frac{1}{10} \begin{bmatrix} 24 \\ 4 \\ 14 \end{bmatrix} = \begin{bmatrix} 2.4 \\ 0.4 \\ 1.4 \end{bmatrix}. But wait, integers: x=12/5, y=2/5, z=7/5.

Example 15

Show that the system of equations 2x + 3y = 4, 4x + 6y = 9 is inconsistent.

Solution: A = \begin{bmatrix} 2 & 3 \\ 4 & 6 \end{bmatrix}, |A| = 12 – 12 = 0. adj A = \begin{bmatrix} 6 & -3 \\ -4 & 2 \end{bmatrix}. (adj A) B = \begin{bmatrix} 6 & -3 \\ -4 & 2 \end{bmatrix} \begin{bmatrix} 4 \\ 9 \end{bmatrix} = \begin{bmatrix} 24 - 27 \\ -16 + 18 \end{bmatrix} = \begin{bmatrix} -3 \\ 2 \end{bmatrix} ≠ O. Hence inconsistent.

Summary & Exercises Tease

Key Takeaways: Det measures volume/scaling; properties simplify eval; adjoint for inverse; systems consistency via det/adj. Exercises: Basics (4.1), Area (4.2), Properties (4.3), Minors/Adj (4.4), Systems (4.5), Misc advanced.

Practice Quiz

Test your CBSE Class 12 Board Examination prep

🎁New here? Your first purchase is just ₹1 — 120 coins with code RAMANUJAN_1

Quizzes

10 questions · ~10 minutes · instant rank & AI diagnosis

5 attempts on CBSE Class 12 Board Examination quizzes
How scored 1/10 on Economics (Class 12) Ravi jatav scored 0/10 on Economics (Class 12) Ravi jatav scored 0/10 on Economics (Class 12) Ravi jatav scored 0/10 on Accountancy (Class 12) Dhara scored 3/10 on Electrostatic Potential and Capacitance How scored 1/10 on Economics (Class 12) Ravi jatav scored 0/10 on Economics (Class 12) Ravi jatav scored 0/10 on Economics (Class 12) Ravi jatav scored 0/10 on Accountancy (Class 12) Dhara scored 3/10 on Electrostatic Potential and Capacitance
#1

Economics (Class 12) Practice Quiz | CBSE Class 12 Board Examination

10 Qs · ~10 min
#2

Accountancy (Class 12) Practice Quiz | CBSE Class 12 Board Examination

10 Qs · ~10 min
#3

Electrostatic Potential and Capacitance Fundamentals | CBSE Class 12 Board Examination

10 Qs · ~10 min
#4

Class 12 English — Memories of Childhood (Practice Quiz)

10 Qs · ~10 min
#5

Class 12 English — On the Face of It (Practice Quiz)

10 Qs · ~10 min
#6

Class 12 English — The Enemy (Practice Quiz)

10 Qs · ~10 min
#7

Class 12 English — Journey to the End of the Earth (Practice Quiz)

10 Qs · ~10 min
#8

Class 12 English — The Tiger King (Practice Quiz)

10 Qs · ~10 min
#9

Class 12 English — The Third Level (Practice Quiz)

10 Qs · ~10 min
#10

Class 12 English — Aunt Jennifer's Tigers (Practice Quiz)

10 Qs · ~10 min
#11

Class 12 English — A Roadside Stand (Practice Quiz)

10 Qs · ~10 min
#12

Class 12 English — A Thing of Beauty (Practice Quiz)

10 Qs · ~10 min
#13

Class 12 English — Keeping Quiet (Practice Quiz)

10 Qs · ~10 min
#14

Class 12 English — An Elementary School Classroom in a Slum (Practice Quiz)

10 Qs · ~10 min
#15

Class 12 English — My Mother at Sixty-six (Practice Quiz)

10 Qs · ~10 min
#16

Class 12 English — Going Places (Practice Quiz)

10 Qs · ~10 min
#17

Class 12 English — The Interview (Practice Quiz)

10 Qs · ~10 min
#18

Class 12 English — Poets and Pancakes (Practice Quiz)

10 Qs · ~10 min
#19

Class 12 English — Indigo (Practice Quiz)

10 Qs · ~10 min
#20

Class 12 English — The Rattrap (Practice Quiz)

10 Qs · ~10 min
#21

Class 12 English — Deep Water (Practice Quiz)

10 Qs · ~10 min
#22

Class 12 English — Lost Spring (Practice Quiz)

10 Qs · ~10 min
#23

Class 12 English — The Last Lesson (Practice Quiz)

10 Qs · ~10 min
#24

Class 12 Psychology — Social Influence and Group Processes (Practice Quiz)

10 Qs · ~10 min
#25

Class 12 Psychology — Attitude and Social Cognition (Practice Quiz)

10 Qs · ~10 min
#26

Class 12 Psychology — Therapeutic Approaches (Practice Quiz)

10 Qs · ~10 min
#27

Class 12 Psychology — Psychological Disorders (Practice Quiz)

10 Qs · ~10 min
#28

Class 12 Psychology — Meeting Life Challenges (Practice Quiz)

10 Qs · ~10 min
#29

Class 12 Psychology — Self and Personality (Practice Quiz)

10 Qs · ~10 min
#30

Class 12 Psychology — Variations in Psychological Attributes (Practice Quiz)

10 Qs · ~10 min
#31

Class 12 Sociology — Social Movements (Practice Quiz)

10 Qs · ~10 min
#32

Class 12 Sociology — Mass Media and Communications (Practice Quiz)

10 Qs · ~10 min
#33

Class 12 Sociology — Globalisation and Social Change (Practice Quiz)

10 Qs · ~10 min
#34

Class 12 Sociology — Change and Development in Industrial Society (Practice Quiz)

10 Qs · ~10 min
#35

Class 12 Sociology — Change and Development in Rural Society (Practice Quiz)

10 Qs · ~10 min
#36

Class 12 Sociology — The Constitution and Social Change (Practice Quiz)

10 Qs · ~10 min
#37

Class 12 Sociology — Cultural Change (Practice Quiz)

10 Qs · ~10 min
#38

Class 12 Sociology — Structural Change (Practice Quiz)

10 Qs · ~10 min
#39

Class 12 Sociology — The Challenges of Cultural Diversity (Practice Quiz)

10 Qs · ~10 min
#40

Class 12 Sociology — Patterns of Social Inequality and Exclusion (Practice Quiz)

10 Qs · ~10 min
#41

Class 12 Sociology — The Market as a Social Institution (Practice Quiz)

10 Qs · ~10 min
#42

Class 12 Sociology — Social Institutions: Continuity and Change (Practice Quiz)

10 Qs · ~10 min
#43

Class 12 Sociology — The Demographic Structure of the Indian Society (Practice Quiz)

10 Qs · ~10 min
#44

Class 12 Sociology — Introducing Indian Society (Practice Quiz)

10 Qs · ~10 min
#45

Class 12 Political Science — Recent Developments in Indian Politics (Practice Quiz)

10 Qs · ~10 min
#46

Class 12 Political Science — Regional Aspirations (Practice Quiz)

10 Qs · ~10 min
#47

Class 12 Political Science — The Crisis of Democratic Order (Practice Quiz)

10 Qs · ~10 min
#48

Class 12 Political Science — Challenges to and Restoration of the Congress System (Practice Quiz)

10 Qs · ~10 min
#49

Class 12 Political Science — India's External Relations (Practice Quiz)

10 Qs · ~10 min
#50

Class 12 Political Science — Politics of Planned Development (Practice Quiz)

10 Qs · ~10 min
#51

Class 12 Political Science — Era of One-party Dominance (Practice Quiz)

10 Qs · ~10 min
#52

Class 12 Political Science — Challenges of Nation Building (Practice Quiz)

10 Qs · ~10 min
#53

Class 12 Political Science — Environment and Natural Resources (Practice Quiz)

10 Qs · ~10 min
#54

Class 12 Political Science — Security in the Contemporary World (Practice Quiz)

10 Qs · ~10 min
#55

Class 12 Political Science — International Organisations (Practice Quiz)

10 Qs · ~10 min
#56

Class 12 Political Science — Contemporary South Asia (Practice Quiz)

10 Qs · ~10 min
#57

Class 12 Political Science — Contemporary Centres of Power (Practice Quiz)

10 Qs · ~10 min
#58

Class 12 Political Science — The End of Bipolarity (Practice Quiz)

10 Qs · ~10 min
#59

Class 12 Geography — Geographical Perspective on Selected Issues and Problems (Practice Quiz)

10 Qs · ~10 min
#60

Class 12 Geography — Planning and Sustainable Development in the Indian Context (Practice Quiz)

10 Qs · ~10 min
#61

Class 12 Geography — Mineral and Energy Resources (Practice Quiz)

10 Qs · ~10 min
#62

Class 12 Geography — Water Resources (Practice Quiz)

10 Qs · ~10 min
#63

Class 12 Geography — Land Resources and Agriculture (Practice Quiz)

10 Qs · ~10 min
#64

Class 12 Geography — Human Settlements (Practice Quiz)

10 Qs · ~10 min
#65

Class 12 Geography — Population: Distribution, Density, Growth and Composition (Practice Quiz)

10 Qs · ~10 min
#66

Class 12 Geography — International Trade (India) (Practice Quiz)

10 Qs · ~10 min
#67

Class 12 Geography — Transport and Communication (India) (Practice Quiz)

10 Qs · ~10 min
#68

Class 12 Geography — Tertiary and Quaternary Activities (Practice Quiz)

10 Qs · ~10 min
#69

Class 12 Geography — Secondary Activities (Practice Quiz)

10 Qs · ~10 min
#70

Class 12 Geography — Primary Activities (Practice Quiz)

10 Qs · ~10 min
#71

Class 12 Geography — Human Development (Practice Quiz)

10 Qs · ~10 min
#72

Class 12 Geography — The World Population: Distribution, Density and Growth (Practice Quiz)

10 Qs · ~10 min
#73

Class 12 Geography — Human Geography: Nature and Scope (Practice Quiz)

10 Qs · ~10 min
#74

Class 12 History — Framing the Constitution — The Beginning of a New Era (Practice Quiz)

10 Qs · ~10 min
#75

Class 12 History — Mahatma Gandhi and the Nationalist Movement — Civil Disobedience and Beyond (Practice Quiz)

10 Qs · ~10 min
#76

Class 12 History — Rebels and the Raj — The Revolt of 1857 and its Representations (Practice Quiz)

10 Qs · ~10 min
#77

Class 12 History — Colonialism and the Countryside — Exploring Official Archives (Practice Quiz)

10 Qs · ~10 min
#78

Class 12 History — Peasants, Zamindars and the State — Agrarian Society and the Mughal Empire (c. sixteenth-seventeenth centuries) (Practice Quiz)

10 Qs · ~10 min
#79

Class 12 History — An Imperial Capital: Vijayanagara (c. fourteenth to sixteenth century) (Practice Quiz)

10 Qs · ~10 min
#80

Class 12 History — Bhakti-Sufi Traditions — Changes in Religious Beliefs and Devotional Texts (c. eighth to eighteenth century) (Practice Quiz)

10 Qs · ~10 min
#81

Class 12 History — Through the Eyes of Travellers — Perceptions of Society (c. tenth to seventeenth century) (Practice Quiz)

10 Qs · ~10 min
#82

Class 12 History — Thinkers, Beliefs and Buildings — Cultural Developments (c. 600 BCE-600 CE) (Practice Quiz)

10 Qs · ~10 min
#83

Class 12 History — Kinship, Caste and Class — Early Societies (c. 600 BCE-600 CE) (Practice Quiz)

10 Qs · ~10 min
#84

Class 12 History — Kings, Farmers and Towns — Early States and Economies (c. 600 BCE-600 CE) (Practice Quiz)

10 Qs · ~10 min
#85

Class 12 History — Bricks, Beads and Bones — The Harappan Civilisation (Practice Quiz)

10 Qs · ~10 min
#86

Class 12 Economics — Open Economy Macroeconomics (Practice Quiz)

10 Qs · ~10 min
#87

Class 12 Economics — Government Budget and the Economy (Practice Quiz)

10 Qs · ~10 min
#88

Class 12 Economics — Determination of Income and Employment (Practice Quiz)

10 Qs · ~10 min
#89

Class 12 Economics — Money and Banking (Practice Quiz)

10 Qs · ~10 min
#90

Class 12 Economics — National Income Accounting (Practice Quiz)

10 Qs · ~10 min
#91

Class 12 Economics — Market Equilibrium (Practice Quiz)

10 Qs · ~10 min
#92

Class 12 Economics — The Theory of the Firm under Perfect Competition (Practice Quiz)

10 Qs · ~10 min
#93

Class 12 Economics — Production and Costs (Practice Quiz)

10 Qs · ~10 min
#94

Class 12 Economics — Theory of Consumer Behaviour (Practice Quiz)

10 Qs · ~10 min
#95

Class 12 Economics — Introduction (Practice Quiz)

10 Qs · ~10 min
#96

Class 12 Business Studies — Consumer Protection (Practice Quiz)

10 Qs · ~10 min
#97

Class 12 Business Studies — Marketing (Practice Quiz)

10 Qs · ~10 min
#98

Class 12 Business Studies — Financial Management (Practice Quiz)

10 Qs · ~10 min
#99

Class 12 Business Studies — Controlling (Practice Quiz)

10 Qs · ~10 min
#100

Class 12 Business Studies — Directing (Practice Quiz)

10 Qs · ~10 min
#101

Class 12 Business Studies — Staffing (Practice Quiz)

10 Qs · ~10 min
#102

Class 12 Business Studies — Organising (Practice Quiz)

10 Qs · ~10 min
#103

Class 12 Business Studies — Planning (Practice Quiz)

10 Qs · ~10 min
#104

Class 12 Business Studies — Business Environment (Practice Quiz)

10 Qs · ~10 min
#105

Class 12 Business Studies — Nature and Significance of Management (Practice Quiz)

10 Qs · ~10 min
#106

Class 12 Accountancy — Cash Flow Statement (Practice Quiz)

10 Qs · ~10 min
#107

Class 12 Accountancy — Accounting Ratios (Practice Quiz)

10 Qs · ~10 min
#108

Class 12 Accountancy — Analysis of Financial Statements (Practice Quiz)

10 Qs · ~10 min
#109

Class 12 Accountancy — Financial Statements of a Company (Practice Quiz)

10 Qs · ~10 min
#110

Class 12 Accountancy — Issue and Redemption of Debentures (Practice Quiz)

10 Qs · ~10 min
#111

Class 12 Accountancy — Accounting for Share Capital (Practice Quiz)

10 Qs · ~10 min
#112

Class 12 Accountancy — Dissolution of Partnership Firm (Practice Quiz)

10 Qs · ~10 min
#113

Class 12 Accountancy — Reconstitution of a Partnership Firm – Retirement/Death of a Partner (Practice Quiz)

10 Qs · ~10 min
#114

Class 12 Accountancy — Reconstitution of a Partnership Firm – Admission of a Partner (Practice Quiz)

10 Qs · ~10 min
#115

Class 12 Accountancy — Accounting for Partnership: Basic Concepts (Practice Quiz)

10 Qs · ~10 min
#116

Class 12 Maths — Probability (Practice Quiz)

10 Qs · ~10 min
#117

Class 12 Maths — Linear Programming (Practice Quiz)

10 Qs · ~10 min
#118

Class 12 Maths — Three Dimensional Geometry (Practice Quiz)

10 Qs · ~10 min
#119

Class 12 Maths — Vector Algebra (Practice Quiz)

10 Qs · ~10 min
#120

Class 12 Maths — Differential Equations (Practice Quiz)

10 Qs · ~10 min
#121

Class 12 Maths — Application of Integrals (Practice Quiz)

10 Qs · ~10 min
#122

Class 12 Maths — Integrals (Practice Quiz)

10 Qs · ~10 min
#123

Class 12 Maths — Application of Derivatives (Practice Quiz)

10 Qs · ~10 min
#124

Class 12 Maths — Continuity and Differentiability (Practice Quiz)

10 Qs · ~10 min
#125

Class 12 Maths — Determinants (Practice Quiz)

10 Qs · ~10 min
#126

Class 12 Maths — Matrices (Practice Quiz)

10 Qs · ~10 min
#127

Class 12 Maths — Inverse Trigonometric Functions (Practice Quiz)

10 Qs · ~10 min
#128

Class 12 Maths — Relations and Functions (Practice Quiz)

10 Qs · ~10 min
#129

Class 12 Biology — Biodiversity and its Conservation (Practice Quiz)

10 Qs · ~10 min
#130

Class 12 Biology — Ecosystem (Practice Quiz)

10 Qs · ~10 min
#131

Class 12 Biology — Organisms and Populations (Practice Quiz)

10 Qs · ~10 min
#132

Class 12 Biology — Biotechnology and its Applications (Practice Quiz)

10 Qs · ~10 min
#133

Class 12 Biology — Biotechnology: Principles and Processes (Practice Quiz)

10 Qs · ~10 min
#134

Class 12 Biology — Microbes in Human Welfare (Practice Quiz)

10 Qs · ~10 min
#135

Class 12 Biology — Human Health and Disease (Practice Quiz)

10 Qs · ~10 min
#136

Class 12 Biology — Evolution (Practice Quiz)

10 Qs · ~10 min
#137

Class 12 Biology — Molecular Basis of Inheritance (Practice Quiz)

10 Qs · ~10 min
#138

Class 12 Biology — Principles of Inheritance and Variation (Practice Quiz)

10 Qs · ~10 min
#139

Class 12 Biology — Reproductive Health (Practice Quiz)

10 Qs · ~10 min
#140

Class 12 Biology — Human Reproduction (Practice Quiz)

10 Qs · ~10 min
#141

Class 12 Biology — Sexual Reproduction in Flowering Plants (Practice Quiz)

10 Qs · ~10 min
#142

Class 12 Chemistry — Biomolecules (Practice Quiz)

10 Qs · ~10 min
#143

Class 12 Chemistry — Amines (Practice Quiz)

10 Qs · ~10 min
#144

Class 12 Chemistry — Aldehydes, Ketones and Carboxylic Acids (Practice Quiz)

10 Qs · ~10 min
#145

Class 12 Chemistry — Alcohols, Phenols and Ethers (Practice Quiz)

10 Qs · ~10 min
#146

Class 12 Chemistry — Haloalkanes and Haloarenes (Practice Quiz)

10 Qs · ~10 min
#147

Class 12 Chemistry — Coordination Compounds (Practice Quiz)

10 Qs · ~10 min
#148

Class 12 Chemistry — The d- and f-Block Elements (Practice Quiz)

10 Qs · ~10 min
#149

Class 12 Chemistry — Chemical Kinetics (Practice Quiz)

10 Qs · ~10 min
#150

Class 12 Chemistry — Electrochemistry (Practice Quiz)

10 Qs · ~10 min
#151

Class 12 Chemistry — Solutions (Practice Quiz)

10 Qs · ~10 min
#152

Class 12 Physics — Semiconductor Electronics: Materials, Devices and Simple Circuits (Practice Quiz)

10 Qs · ~10 min
#153

Class 12 Physics — Nuclei (Practice Quiz)

10 Qs · ~10 min
#154

Class 12 Physics — Atoms (Practice Quiz)

10 Qs · ~10 min
#155

Class 12 Physics — Dual Nature of Radiation and Matter (Practice Quiz)

10 Qs · ~10 min
#156

Class 12 Physics — Wave Optics (Practice Quiz)

10 Qs · ~10 min
#157

Class 12 Physics — Ray Optics and Optical Instruments (Practice Quiz)

10 Qs · ~10 min
#158

Class 12 Physics — Electromagnetic Waves (Practice Quiz)

10 Qs · ~10 min
#159

Class 12 Physics — Alternating Current (Practice Quiz)

10 Qs · ~10 min
#160

Class 12 Physics — Electromagnetic Induction (Practice Quiz)

10 Qs · ~10 min
#161

Class 12 Physics — Magnetism and Matter (Practice Quiz)

10 Qs · ~10 min
#162

Class 12 Physics — Moving Charges and Magnetism (Practice Quiz)

10 Qs · ~10 min
#163

Class 12 Physics — Electrostatic Potential and Capacitance (Practice Quiz)

10 Qs · ~10 min
#164

Class 12 Physics — Electric Charges and Fields (Practice Quiz)

10 Qs · ~10 min
#165

Class 12 Business Studies — Principles of Management (Practice Quiz)

10 Qs · ~10 min
#166

CBSE Class 12 — Genetics and Evolution (Practice Quiz)

10 Qs · ~10 min
#167

CBSE Class 12 — Matrices and Determinants (Practice Quiz)

10 Qs · ~10 min
#168

CBSE Class 12 — Solutions and Colligative Properties (Practice Quiz)

10 Qs · ~10 min
#169

Class 12 Physics — Current Electricity (Practice Quiz)

10 Qs · ~10 min
#170

CBSE Class 12 — Electrostatics and Electric Field (Practice Quiz)

10 Qs · ~10 min
#171

Humanities Subjects Practice Quiz | CBSE Class 12 Board Examination

10 Qs · ~10 min

Group Discussions

No forum posts available.

Easily Share with Your Tribe