Matrices and Determinants Class 12: Complete Guide, All Formulas & Free PDF Download (JEE & Boards)
Matrices and Determinants — Competishun
Matrices and Determinants Class 12: Complete Guide, All Formulas & Free PDF Download (JEE & Boards)
Matrices and Determinants is one of the most important and scoring chapters in Class 12 Maths. It carries significant weightage in JEE and is a guaranteed source of marks in board exams. The chapter deals with the algebra of matrices, determinants, and their applications in solving linear equations.
This chapter covers types of matrices, matrix operations (addition, multiplication, transpose), determinants (properties, evaluation), adjoint, inverse of a matrix, and solving systems of linear equations using matrices (Cramer's rule and matrix method). Understanding these concepts is essential for success in linear algebra and beyond.
This page gives you the complete guide to Matrices and Determinants with all concepts explained in depth. You will find clear definitions, formulas, visual diagrams, and practice questions. Download the free PDF below and keep it handy for quick revision before your JEE Main, board exams, or any other test.
Download the Matrices and Determinants Complete Guide PDF
Get all Matrices and Determinants concepts, types of matrices, operations, determinant properties, adjoint, inverse, and solving linear equations in one clean PDF, free. Perfect for JEE and board revision.
Download Free PDFWhat are Matrices and Determinants?
Matrices and determinants are used to represent linear transformations, solve systems of linear equations, and perform operations in linear algebra.
Matrices
A rectangular array of numbers arranged in rows and columns. Order is m × n (m rows, n columns).
Determinants
A scalar value associated with a square matrix. Denoted by |A| or det(A). Used to find inverses and solve linear equations.
Glossary of Matrices and Determinants Terms — Complete A to Z
Before diving deep into each topic, let's understand the key terminology used in this chapter:
| Term | Definition |
|---|---|
| Matrix | A rectangular arrangement of numbers in rows and columns. |
| Order of a Matrix | m × n, where m is the number of rows and n is the number of columns. |
| Square Matrix | A matrix with the same number of rows and columns (m = n). |
| Row Matrix | A matrix with only one row (1 × n). |
| Column Matrix | A matrix with only one column (m × 1). |
| Diagonal Matrix | A square matrix with non-zero elements only on the main diagonal. |
| Scalar Matrix | A diagonal matrix where all diagonal elements are equal. |
| Identity Matrix (I) | A diagonal matrix with all diagonal elements equal to 1. |
| Zero Matrix (O) | A matrix where all elements are zero. |
| Transpose of a Matrix (Aᵀ) | The matrix obtained by interchanging rows and columns of A. |
| Symmetric Matrix | A square matrix such that A = Aᵀ. |
| Skew-Symmetric Matrix | A square matrix such that A = −Aᵀ. |
| Determinant | A scalar value computed from a square matrix. Denoted by |A| or det(A). |
| Minor | The determinant of the submatrix formed by deleting the ith row and jth column. |
| Cofactor | Mᵢⱼ = (−1)ⁱ⁺ʲ × Minorᵢⱼ. |
| Adjoint | The transpose of the cofactor matrix. |
| Inverse Matrix | A⁻¹ = adj(A) / |A|, exists only if |A| ≠ 0. |
| Singular Matrix | A square matrix with determinant equal to zero. |
| Non-Singular Matrix | A square matrix with determinant not equal to zero. |
| Cramer's Rule | A method for solving linear equations using determinants. |
| Mastering these terms is essential for understanding Matrices and Determinants. | |
Types of Matrices
Matrix Operations — Addition, Multiplication, and Transpose
Matrix Addition and Subtraction
- Addition: A + B = [aᵢⱼ + bᵢⱼ] (same order required).
- Subtraction: A − B = [aᵢⱼ − bᵢⱼ] (same order required).
- Scalar Multiplication: kA = [k · aᵢⱼ].
Matrix Multiplication
- Condition: Number of columns in A must equal number of rows in B.
- Formula: (AB)ᵢⱼ = Σ aᵢₖ · bₖⱼ (sum over k).
- Not commutative: AB ≠ BA in general.
Transpose of a Matrix
- Definition: (Aᵀ)ᵢⱼ = Aⱼᵢ (interchange rows and columns).
- Properties: (Aᵀ)ᵀ = A, (A + B)ᵀ = Aᵀ + Bᵀ, (AB)ᵀ = BᵀAᵀ.
Determinants — Evaluation and Properties
Determinant of a 2 × 2 Matrix
Determinant of a 3 × 3 Matrix
Important Properties of Determinants
Product Property
Transpose Property
Scalar Multiple
Identical Rows/Columns
Row/Column Swap
Row/Column Addition
Inverse Property
Product of Adjoint
Adjoint and Inverse of a Matrix
Steps to Find the Inverse
- Step 1: Find the determinant |A|. If |A| = 0, the inverse does not exist.
- Step 2: Find the cofactor matrix C (where Cᵢⱼ = (−1)ⁱ⁺ʲ · Mᵢⱼ).
- Step 3: Transpose the cofactor matrix to get adj(A).
- Step 4: A⁻¹ = adj(A) / |A|.
Important Relations
Inverse Formula
Product of A and adj(A)
Determinant of Adjoint
Adjoint of Adjoint
Solving Linear Equations Using Matrices
Cramer's Rule
For a system of n linear equations in n variables, the solution is given by:
Where Aᵢ is the matrix obtained by replacing the ith column of A with B.
Matrix Method (Inverse Method)
If A is non-singular, the system AX = B has the unique solution:
Practice Questions — From JEE and Boards
| Question | Answer |
|---|---|
| Q1: Find the determinant of A = [2 3; 4 5]. | |A| = 2×5 − 3×4 = 10 − 12 = −2. |
| Q2: Find the transpose of A = [1 2; 3 4]. | Aᵀ = [1 3; 2 4]. |
| Q3: Is A = [1 2; 2 3] symmetric? | Yes, because A = Aᵀ. |
| Q4: Find the inverse of A = [2 1; 1 1]. | |A| = 2×1 − 1×1 = 1. adj(A) = [1 -1; -1 2]. A⁻¹ = [1 -1; -1 2]. |
| Q5: Find the determinant of A = [1 2 3; 4 5 6; 7 8 9]. | |A| = 0 (rows are linearly dependent). |
| Q6: Solve the system: x + y = 5, 2x − y = 1 using Cramer's rule. | |A| = −3. |A₁| = −6, |A₂| = −9. x = 2, y = 3. |
| Q7: What is the condition for a matrix to be invertible? | |A| ≠ 0 (non-singular). |
| Q8: If A and B are square matrices of the same order, what is |AB|? | |AB| = |A| · |B|. |
| Practise these types of questions to become comfortable with applying Matrices and Determinants concepts in exam scenarios. | |
All Matrices and Determinants Formulas at a Glance
| Formula | What It Means |
|---|---|
| A + B = [aᵢⱼ + bᵢⱼ] | Matrix addition |
| kA = [k · aᵢⱼ] | Scalar multiplication |
| (AB)ᵢⱼ = Σ aᵢₖ · bₖⱼ | Matrix multiplication |
| (Aᵀ)ᵢⱼ = Aⱼᵢ | Transpose |
| |A| = ad − bc (2×2) | Determinant of 2×2 matrix |
| |A| = a₁₁(a₂₂a₃₃ − a₂₃a₃₂) − a₁₂(...) + a₁₃(...) (3×3) | Determinant of 3×3 matrix |
| |AB| = |A| · |B| | Product property |
| |Aᵀ| = |A| | Transpose property |
| |kA| = kⁿ|A| | Scalar multiple property |
| A⁻¹ = adj(A) / |A| | Inverse formula |
| X = A⁻¹B | Solving linear equations |
| Cᵢⱼ = (−1)ⁱ⁺ʲ · Mᵢⱼ | Cofactor |
| Memorise these formulas for Matrices and Determinants. They are the key to scoring full marks in this chapter. | |
Common Mistakes in Matrices and Determinants
- Confusing matrix multiplication with scalar multiplication: Matrix multiplication is not element-wise; it follows the row-column rule.
- Forgetting that AB ≠ BA: Matrix multiplication is not commutative.
- Confusing determinant and matrix: A determinant is a scalar; a matrix is an array.
- Forgetting the sign in cofactor expansion: Cofactor = (−1)ⁱ⁺ʲ × Minor.
- Misapplying the transpose property: (AB)ᵀ = BᵀAᵀ (order reverses).
- Not checking if |A| = 0 before finding the inverse: Only non-singular matrices have inverses.
Why Matrices and Determinants Matters for JEE and Boards
- Foundation for linear algebra: Matrices and determinants are the building blocks of linear algebra, which is used in many areas of mathematics and science.
- High weightage: This chapter appears in 1-2 questions in JEE Main and is a guaranteed source of marks in board exams.
- Conceptual clarity: This chapter rewards students who understand the definitions and properties rather than just memorizing formulas.
- Practical relevance: Matrices and determinants are used in physics, engineering, computer science, and economics.
Get the Complete Matrices and Determinants PDF for Free
Download the full Matrices and Determinants guide with all concepts, definitions, formulas, and practice questions. Perfect for last-minute revision before JEE and board exams.
Download Free PDFMaster Class 12 Maths with Competishun
Competishun teaches complete JEE mathematics with structured lectures, DPPs, PYQs and an All India Test Series.
All taught by faculty with 18 to 25 years of experience.
Pratham
Two-year foundation program that builds strong Class 11 maths, physics and chemistry concepts.
Explore PrathamPrakhar
Class 12 program balancing boards, JEE Main and Advanced preparation together.
Explore PrakharPraveen & Fast Lane
Dropper program for a focused repeat attempt, including the accelerated Fast Lane batch.
Explore PraveenPragyaan
Live interactive batch with real-time classes and mentorship for JEE and NEET.
Explore PragyaanDLP Study Material
Complete printed material with DPPs and PYQs for Class 11, Class 12 and droppers, delivered home.
Explore DLPAll India Test Series
Regular JEE and NEET level tests with detailed analysis to track and improve your rank.
Explore Test SeriesFree Maths Lectures on YouTube
Want to see Matrices and Determinants taught step by step with clear explanations? Competishun's full concept lectures are free on its YouTube channel.
More than 2.2 million+ students follow the channel for free concept lectures, PYQ solutions and exam strategy.
Learn the concepts, then use this Matrices and Determinants guide to revise.
Build Your Maths Foundation
Class 11, Class 12 or dropper, explore every Competishun program.
Or start free with full concept lectures on YouTube.
About Competishun
Competishun is an online JEE and NEET coaching platform with programs for Class 11, Class 12 and droppers.
Complete DLP study material and an All India Test Series covering JEE Main, Advanced and NEET.
Taught by faculty with 18 to 25 years of experience.
More than 2.2 million+ students follow the Competishun YouTube channel.
Free JEE and Boards Concept Lectures
Follow Competishun for free Physics, Chemistry and Maths lectures, PYQ solutions and strategy.
Read These Next
Domain, range, principal values, properties, and formulas of inverse trigonometric functions explained in depth.
Cartesian product, types of relations, domain, codomain, range, types of functions, composite and inverse functions explained in depth.
All set formulas, symbols, types, and Venn diagrams for JEE and boards.
Frequently Asked Questions — Matrices and Determinants
Tags






