Definitions [6]
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
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.
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
\[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
\[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
By Adjoint Method: \[A^{-1}=\frac{\mathrm{adj}A}{|A|}\]
By Using Algebraic Equation: A matrix A and an algebraic equation in matrix A is in the form of A² + bA + C = O.
\[A^{-1}=\frac{1}{C}\left[-aA-bI\right]\]
Key Points
- adj (AB) = (adj B) (adj A)
- (adj A)A = A (adj A) = |A| Iₙ
- (a) |adj A| = |A|ⁿ⁻¹, if |A| ≠ 0
(b) |adj A| = 0, if |A| = 0 - If |A| = 0, then (adj A) A = A (adj A) = O
- adj (Aᵐ) = (adj A)ᵐ, m ∈ N
- adj (kA) = kⁿ⁻¹ (adj A), k ∈ R
- adj (adj A) = |A|ⁿ⁻² A, A is non-singular matrix
- adj (adj A) = |A|ⁿ⁻² A, A is non-singular matrix
| Property | Rule / Statement |
|---|---|
| Compatibility Rule | Matrices A and B can be multiplied only if the columns of A = the rows of B |
| Order of Product | If A is m × n and B is n × p, then AB is m × p |
| Non-Commutative | AB `\cancel(=)` BA (in general) |
| Associative Property | A(BC) = (AB)C |
| Distributive over Addition | A(B + C) = AB + AC |
| Zero Matrix Property | The product of two non-zero matrices can be a zero matrix |
| Cancellation Law | If AB = AC, it does not imply B = C |
| Identity Matrix | AI = IA = A (orders compatible) |
Concepts [10]
- Determinant Method (Cramer’s Rule)
- Determinant of a Matrix
- Determinant of a Matrix
- Properties of Determinants
- Application of Determinants
- Area of a Triangle Using Determinants
- Minors and Co-factors
- Adjoint & Inverse of Matrix
- Operations on Matrices> Matrix Multiplication
- Applications of Determinants and Matrices
