Determinant of a Matrix
The determinant of a square matrix is a scalar value denoted by |A| or det(A). It is defined for square matrices only and can be evaluated by direct formula for order 1 and 2, and by expansion along any row or column for order 3.
Practice This ConceptLearn the concept
Student-friendly explanation
For a 1 by 1 matrix [a], the determinant is a. For a 2 by 2 matrix, multiply the main diagonal entries and subtract the product of the other diagonal entries. For a 3 by 3 matrix, choose a row or column, multiply each entry by its cofactor, and add the signed terms. The value remains the same whichever row or column is chosen, though some choices make calculation shorter.
How to write this in exams
- 1
Start with the exact idea
The determinant of a square matrix is a scalar value denoted by |A| or det(A). It is defined for square matrices only and can be evaluated by direct formula for order 1 and 2, and by expansion along any row or column for order 3.
- 2
Then show how to use it
Check that the matrix is square. For order 2, apply ad - bc. For order 3, choose a convenient row or column. Write each cofactor with its sign. Simplify carefully and state the determinant value.
- 3
Add one concrete example
For A = [[2,3],[5,7]], |A| = 2(7) - 3(5) = 14 - 15 = -1.
- 4
Avoid this incomplete answer
Writing ad + bc instead of ad - bc for a 2 by 2 determinant.
Definition
Example
Rule to remember
Memory hook
Examples and method
Worked example
Method to apply
Diagram support
How CBSE asks it
Avoid common mistakes
Common confusion
Common wrong answer
Exam tip
Quick check
Find the determinant of [[4, -1], [2, 3]].
|A| = 4(3) - (-1)(2) = 12 + 2 = 14.
Answer writing and exam use
1-mark answer
2-mark answer
3-mark answer
Practice this concept with focused MCQs
Open the concept quiz intro first, review the test details, and then start a focused MCQ set from this concept only. Instant score and answer review are live now.
Help improve this page
Found something confusing, incorrect, or missing?