Definitions [12]
A determinant is a number associated with a square matrix.
\[\begin{vmatrix}
a & b \\
c & d
\end{vmatrix}=ad-bc\]
The value of the determinant is ad - bc.
The degree of a 2 × 2 determinant is 2.
Cramer’s Rule is a method to solve simultaneous linear equations using determinants.
-
It can be applied only when the determinant D ≠ 0
- Standard Form of Equations
a2x + b2y = c2
A determinant is a single real number associated with a square matrix only.
- Denoted by det A or ∣A∣ or Δ
A determinant is a single real number associated with a square matrix only.
- Denoted by det A or ∣A∣ or Δ
Consistent Solution: A system is consistent if it has at least one solution.
Inconsistent Solution: A system is inconsistent if it has no solution.
Consistent Solution: A system is consistent if it has at least one solution.
Inconsistent Solution: A system is inconsistent if it has no solution.
Let A = [aij] be a square matrix of order n. Then, the minor Mij of aij in A is the determinant obtained by deleting the ith row and the jth column in which element aij lies. It is denoted by Mij of A.

Let A = [aij] be a square matrix of order n. Then, the cofactor Cij (or Aij) of aij in A is (−1)i+j times Mij, where Mij is the minor of aij in A.
∴ Cij = (−1)i+j Mij
The adjoint of A is defined as the transpose (i.e. interchange rows and columns) of the cofactor matrix, and it is denoted by adj (A).
If A and B are non-singular square matrices of the same order such that AB = BA = I (where I is the identity matrix of the same order as A and B), then A and B are called inverses of each other.
We write A⁻¹ = B and B⁻¹ = A.
i.e. AA⁻¹ = A⁻¹A = I.
- If |A| ≠ 0, then A⁻¹ exists.
- If the inverse of a square matrix exists, then it is unique. A matrix can not have more than one distinct inverse.
Let \[A = [a_{ij}]\] be an \[m \times n\] matrix and \[B = [b_{jk}]\] be an \[n \times p\] matrix.
Then the product C = AB is an \[m \times p\] matrix \[C = [c_{ik}]\], where each entry \[c_{ik}\] is given by:
Consistent Solution: A system is consistent if it has at least one solution.
Inconsistent Solution: A system is inconsistent if it has no solution.
Formulae [4]
\[D=
\begin{vmatrix}
a_1 & b_1 \\
a_2 & b_2
\end{vmatrix}=a_1b_2-a_2b_1\]
\[D_x=
\begin{vmatrix}
c_1 & b_1 \\
c_2 & b_2
\end{vmatrix}=c_1b_2-c_2b_1\]
\[D_y=
\begin{vmatrix}
a_1 & c_1 \\
a_2 & c_2
\end{vmatrix}=a_1c_2-a_2c_1\]
\[x=\frac{D_x}{D}\quad\mathrm{and}\quad y=\frac{D_y}{D}\]
-
If D ≠ 0 → unique solution
-
If D = 0 → Cramer’s rule is not applicable
Order 1 (1×1 matrix):
∣A∣ = a
Order 2 (2×2 matrix):
∣A∣ = ad − bc
Order 3 (3×3 matrix):
\[A= \begin{bmatrix} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{bmatrix}\]
\[|A|=a_{11}(a_{22}a_{33}-a_{32}a_{23})-a_{12}(a_{21}a_{33}-a_{31}a_{23})+a_{13}(a_{21}a_{32}-a_{31}a_{22})\]
- If |A| = 0
A matrix is called a Singular Matrix - If |A| ≠ 0
Matrix is called a Non-Singular Matrix
Order 1 (1×1 matrix):
∣A∣ = a
Order 2 (2×2 matrix):
∣A∣ = ad − bc
Order 3 (3×3 matrix):
\[A= \begin{bmatrix} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{bmatrix}\]
\[|A|=a_{11}(a_{22}a_{33}-a_{32}a_{23})-a_{12}(a_{21}a_{33}-a_{31}a_{23})+a_{13}(a_{21}a_{32}-a_{31}a_{22})\]
- If |A| = 0
A matrix is called a Singular Matrix - If |A| ≠ 0
Matrix is called a Non-Singular Matrix
For \[ A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}, \]
\[ \boxed{\text{adj } A = \begin{bmatrix} d & -b \\ -c & a \end{bmatrix}} \]
Shortcut
For a \[2 \times 2\] matrix:
- Interchange the diagonal elements.
- Change the signs of the off-diagonal elements.
Key Points
| Concept | Key Point / Formula |
|---|---|
| Area of Triangle | \[ \boxed{\dfrac{1}{2}\begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix}} \] |
| Collinearity | Three points are collinear if determinant =0=0 |
| Equation of Line | Line through two points can be written using a 3 × 3 determinant |
| Consistent System | Has at least one solution |
| Inconsistent System | Has no solution |
| Non-Singular Case | \[ |A| \neq 0 \] |
| Singular Case | ∣A∣=0 |
| Concept | Key Point / Formula |
|---|---|
| Area of Triangle | \[ \boxed{\dfrac{1}{2}\begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix}} \] |
| Collinearity | Three points are collinear if determinant =0=0 |
| Equation of Line | Line through two points can be written using a 3 × 3 determinant |
| Consistent System | Has at least one solution |
| Inconsistent System | Has no solution |
| Non-Singular Case | \[ |A| \neq 0 \] |
| Singular Case | ∣A∣=0 |
-
Minor \[M_{ij}\]: determinant of the matrix obtained by deleting row i and column j.
-
Cofactor \[C_{ij}\]: \[C_{ij} = (-1)^{i+j}M_{ij}\].
-
Determinant expansion along row i: \[|A| = \sum_{j=1}^{n} a_{ij}C_{ij}\].
-
Determinant expansion along column j: \[|A| = \sum_{i=1}^{n} a_{ij}C_{ij}\].
-
Determinant value is the same for any choice of row or column for expansion.
-
Mixed row/column property: \[\sum_{j=1}^{n} a_{ij}C_{kj} = 0\] for \[i \neq k\].
| Concept | Formula / Rule |
|---|---|
| Adjoint | adjA= transpose of cofactor matrix |
| 2×2 Adjoint | \[ \text{adj} \begin{bmatrix} a & b \\ c & d \end{bmatrix} = \begin{bmatrix} d & -b \\ -c & a \end{bmatrix} \] |
| Fundamental Property | \[ A(\text{adj } A) = (\text{adj } A)A = |A|I_n \] |
| Singular Matrix | if ∣A∣ = 0 |
| Non-Singular Matrix | if \[ |A| \neq 0 \] |
| For a square matrix A of order n | \[ |\text{adj } A| = |A|^{n-1} \] |
| Invertibility | A is invertible iff \[ |A| \neq 0 \] |
| Inverse | \[ A^{-1} = \frac{1}{|A|}\ \text{adj } A \] |
-
Matrix multiplication is row-by-column, not term-wise.
-
Product AB exists only if columns of A = rows of B.
-
If A is \[m \times n\] and B is \[n \times p\], then AB is \[m \times p\].
-
In general, \[AB \neq BA\], and sometimes one product may not even be defined.
-
Matrix multiplication is associative and distributive over addition.
-
Identity matrix acts as a multiplicative identity: AI = IA = A.
-
Zero matrix absorbs multiplication: AO = OA = O.
| Concept | Key Point / Formula |
|---|---|
| Area of Triangle | \[ \boxed{\dfrac{1}{2}\begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix}} \] |
| Collinearity | Three points are collinear if determinant =0=0 |
| Equation of Line | Line through two points can be written using a 3 × 3 determinant |
| Consistent System | Has at least one solution |
| Inconsistent System | Has no solution |
| Non-Singular Case | \[ |A| \neq 0 \] |
| Singular Case | ∣A∣=0 |
Concepts [10]
- Methods of Solving Linear Equations in Two Variables > Determinant method (Cramer’s Rule)
- Concept of Determinant
- Concept of Determinant
- Properties of Determinants
- Application of Determinants to Coordinate Geometry
- Application of Determinants to Coordinate Geometry
- Minors and Co-factors
- Adjoint and Inverse of a Matrix
- Operations on Matrices> Matrix Multiplication
- Application of Determinants to Coordinate Geometry
