← Back to All Chapters
🧮 Chapter 4 · Class 12 Maths

Determinants

Determinants are scalar values that can be computed from the elements of a square matrix and provide important information about the matrix. This chapter introduces the basic concepts and properties of determinants.

5
Topics
~6
Board Marks

Topics Covered

5 Topics
📖
Determinant
Introduction to determinants · 2 × 2 determinants and 3 × 3 determinants
🪄
Properties of Determinants
Row operations · Column operations · Special cases(equal rows/columns → 0) · Simplification
🔢
Minor Cofactor & adjoint
Minor · Cofactor(sign pattern) · Adjoint of a matrix
🔀
Inverse of a Matrix
Introduction to matrix inversion · Methods of finding inverse
📝
Applications of Determinants
Area of a triangle · Solution of linear equations · Consistency of a system of linear equations
Determinant of a 2 × 2 Matrix and 3 × 3 Matrix
|A| = ad - bc for matrix
  A =⌈a b⌉ 
⌊c d⌋ 2x2

|A| = a(ei − fh) − b(di − fg) + c(dh − eg) for matrix
  A =⌈a b c⌉ 
|d e f|
⌊g h i⌋ 3x3
Minors and Cofactors
Minor of element aij is the determinant of the matrix obtained by deleting the i-th row and j-th column.
Cofactor of element aij is (-1)i+j × Minor of aij
Sign Pattern
⌈ + - + ⌉
| - + - |
⌊ + - + ⌋
Expansion of Determinants
|A| = a11C11 + a12C12 + a13C13 (along first row)
|A| = a11C11 + a21C21 + a31C31 (along first column)
|A| = a11M11 - a12M12 + a13M13 (In terms of minors)
Properties of Determinants
  1. If any two rows (or columns) of a determinant are identical → |A| = 0.
  2. If any two rows (or columns) of a determinant are proportional → |A| = 0.
  3. The value of a determinant remains unchanged if its rows and columns are interchanged.
  4. If Row/ columns interchange → |A| = -|A|
  5. Multiplying a row/column by a scalar k → |A| = k|A|
  6. For a matrix A, |kA| = kn|A| where n is the order of the matrix
  7. Any row/column can be added to another row/column without changing the value of the determinant.
  8. Any row/column zero element → |A| = 0
Adjoint of a Matrix
The adjoint of a matrix A is the transpose of the matrix of cofactors of A.
Inverse of a Matrix
A⁻¹ = (1/|A|) × adj(A)
Area of a Triangle
Area = (1/2) |x₁(y₂ - y₃) + x₂(y₃ - y₁) + x₃(y₁ - y₂)|
        1 ⌈x₁ y₁ 1⌉ 
Area = — |x₂ y₂ 1|
2 ⌊x₃ y₃ 1⌋

Download Full Chapter

NCERT
📄 Download Full Chapter PDF (NCERT)