An inverse matrix of a square matrix A is a matrix such that when multiplied with A, it results in the identity matrix I: .
A matrix is invertible if its determinant is non-zero (). If the inverse exists, it is unique. Inverse matrices are crucial for solving systems of linear equations and performing various matrix operations.
A matrix is a rectangular array of numbers or elements arranged in rows and columns. It is typically represented as , where m is the number of rows and n is the number of columns. Matrices are used in various fields such as mathematics, physics, computer science, and engineering, particularly for solving systems of linear equations, transformations, and data representation.
A square matrix A is said to be invertible (or non-singular) if and only if its determinant is non-zero, i.e., . In this case, there exists a matrix B such that:
AB = I = BA
Here, B is called the inverse (or reciprocal) of A and is denoted as . Therefore, the relationship can be expressed as:
Additionally, the following identity holds for any invertible matrix A:
Multiplying both sides by , we get:
This simplifies to:
Thus, we have the necessary and sufficient condition for a square matrix A to be invertible: .
Key Points to Remember
For a 2 × 2 matrix:
The formula to find the inverse of matrix A is:
Here, ad - bc is the determinant of the matrix. If the determinant is zero, the matrix does not have an inverse.
If A is a 3 × 3 matrix:
The inverse of a 3 × 3 matrix is calculated using the matrix of minors, cofactors, and adjugates, which is a more complex process but essential for larger matrices.
Let's say we have the matrix A:
det(A) = (2)(4) - (3)(1)
= 8 - 3 = 5
For a 2 × 2 matrix, swap the elements on the main diagonal and change the signs of the off-diagonal elements.
So, the inverse matrix is:
Finding the inverse of a 3 × 3 matrix requires more steps, but it involves finding the determinant, the matrix of minors, and then using the cofactor and adjugate methods. You can refer to detailed examples or use online tools to calculate it faster.
Example of Inverse Matrix
Example 1: 2 × 2 Matrix
Given the matrix:
Step 1: Calculate the determinant:
Step 2: Swap the elements of the diagonal and negate the off-diagonal elements:
Example 2: 3 × 3 Matrix
For the matrix A =. Find A–1.
Solution:
Step 1: Calculate the Determinants
det (A) = 4 [3·4 – (–3)(–3)] – (–4) [(–2)(4) – (– 3)(3)] + 5 [(– 2) (–3)– 3. 3]
= 4 (12 – 9) – (– 4) (– 8 + 9) + 5 (+6 –9)
= 4 (3) + 4 (1) + 5 (– 3)
= 12 + 4 – 15
= 1
|A| = 1.
Minor of A
Step 3: Cofactor of Matrices
Step 4: Adjoint of A.
Step 5. Applying formula.
Example 3:
If and M = AB, then M-1 is equal to
Ans. (C)
Solution:
Note: If are invertible square matrices of order n, then:
(a) The inverse of the inverse of AA is AA, i.e., .
(b) For any positive integer k, the inverse of is ,
Let A, B, C be square matrices of the same order n. If A is a non-singular matrix (i.e., ), then the following cancellation laws hold:
Note: These cancellation laws hold only when A is non-singular, meaning .
Ans: For a 2 × 2 matrix , the inverse is given by:
where |A| = ad – bc.
For larger matrices, you can use methods like Gaussian elimination, adjoint method, or matrix inversion formulas.
Ans: The adjoint (or adjugate) of a matrix A is the transpose of the cofactor matrix of A. The inverse of A can be expressed as: where |A| is the determinant of A.
(Session 2025 - 26)