The adjoint of a matrix, also called the adjugate of a matrix, is defined as the transpose of the cofactor matrix of that particular matrix. For a matrix A, the adjoint is denoted as adj (A). On the other hand, the inverse of a matrix A is that matrix which, when multiplied by matrix A, gives an identity matrix. The inverse of a Matrix A is denoted by A-1.
Download Complete Chapter Notes of Matrices & Determinant
Download Now
Table of Contents
- Introduction to Matrices
- Types of Matrices
- Matrix Operations
- Adjoint and Inverse of a Matrix
- Rank of a Matrix and Special Matrices
- Solving Linear Equations Using Matrix
Download this lesson as PDF:-Adjoint and Inverse of a Matrix PDF
Adjoint of a Matrix
Let the determinant of a square matrix A be |A|.
The matrix formed by the cofactors of the elements is
Where
Then, the transpose of the matrix of co-factors is called the adjoint of matrix A and is written as adj A.
The product of a matrix A and its adjoint is equal to the unit matrix multiplied by the determinant A.
Let A be a square matrix, then (Adjoint A). A = A. (Adjoint A) = | A |. I
Let
A. (adj. A)
How to Find the Adjoint of a Matrix and Its Inverse?
Example Problems on How to Find the Adjoint of a Matrix
Example 1: If AT = – A, then the elements on the diagonal of the matrix are equal to
(a) 1
(b) -1
(c) 0
(d) None of these
Solution:
AT = -A; A is a skew-symmetric matrix; diagonal elements of A are zeros.
So, option (c) is the answer.
Example 2: If A and B are two skew-symmetric matrices of order n, then,
(a) AB is a skew-symmetric matrix
(b) AB is a symmetric matrix
(c) AB is a symmetric matrix if A and B commute
(d) None of these
Solution:
We are given A’ = -A and B’ = -B;
Now, (AB)’ = B’A’ = (-B) (-A) = BA = AB, if A and B commute.
Thus, the correct option is (c).
Example 3: Let A and B be two matrices such that AB’ + BA’ = 0. If A is skew-symmetric, then BA is
(a) Symmetric
(b) Skew symmetric
(c) Invertible
(d) None of these
Solution:
(c) We have, (BA)’ = A’B’ = -AB’ [A is skew symmetric]; = BA’ = B(-A)
= -BA
BA is skew symmetric.
Thus, the correct option is (b).
Example 4: Let
then find adj A.
Solution:
Co-factors of the elements of any matrix are obtained by eliminating all the elements of the same row and column and calculating the determinant of the remaining elements.
adj A = transpose of cofactor matrix.
Example 5: Which of the following statements is false?
(a) If | A | = 0, then | adj A | = 0
(b) Adjoint of a diagonal matrix of order 3 × 3 is a diagonal matrix
(c) Product of two upper triangular matrices is an upper triangular matrix
(d) adj (AB) = adj (A) adj (B)
Solution:
We have adj (AB) = adj (B) adj (A) and not adj (AB) = adj (A) adj (B).
Thus, the correct option is (d).
Inverse of a Matrix
If A and B are two square matrices of the same order, such that AB = BA = I (I = unit matrix), then B is called the inverse of A, i.e., B = A–1, and A is the inverse of B. Condition for a square matrix A to possess an inverse is that the matrix A is non-singular, i.e., | A | ≠ 0. If A is a square matrix and B is its inverse, then AB = I. Taking the determinant of both sides | AB | = | I | or | A | | B | = I. From this relation, it is clear that | A | ≠ 0, i.e. the matrix A is non-singular.
How to find the inverse of a matrix by using the adjoint matrix?
We know that,
And
Properties of Inverse and Adjoint of a Matrix
- Property 1: For a square matrix A of order n, A adj(A) = adj(A) A = |A|I, where I is the identity matrix of order n.
- Property 2: A square matrix A is invertible if and only if A is a non-singular matrix.
Problems on Finding the Inverse of a Matrix
Illustration 1: Let
Solution:
From the formula,
We have
Similarly
cofactor matrix of A
adj A = transpose of the cofactor matrix
Also
= -28 + 30 + 18
= 20
Illustration 2: If the product of a matrix A and
then A-1 is given by:
(d) None of these
Solution:
(a) We know if AB = C, then
Here,
Illustration 3:
Let
Solution:
By obtaining | AB | and adj AB we can obtain (AB)-1 by using the formula
Here,
Now,
The matrix of cofactors of | AB | is equal to
adj AB =
Next,
Cofactor matrix of B
∴
Similarly, cofactor matrix of A
∴
Illustration 4: If
then
Solution:
(b) Given that
Now,
Thus,
Illustration 5: If
then
(a) x = 1, y = -1
(b) x = -1, y = 1
(c) = x = 2, y = -1/2
(d) x = 1/2, y = 1/2
Solution:
(a) We know that
We have
∴ x = 1, y = -1
Frequently Asked Questions
Give the formula to find the Inverse of a matrix A.
The Inverse of a matrix A is given by A-1=adj A/det A.
What do you mean by the adjoint of a matrix?
The adjoint of a matrix is the transpose of the cofactor matrix of that matrix.
Give the cofactor formula.
The cofactor formula is given by Aij = (-1)i+j det Mij. Here, det Mij is the minor of aij.
What is A (adj A) if A is a square matrix of order n?
If A is a square matrix of order n, then A adj(A) = adj(A) A = |A|I, where I is the identity matrix of order n.
What do you mean by the minor of a determinant?
The minor of an element aij of a determinant is calculated by deleting its ith row and jth column in which the element aij lies. We can denote the minor of an element aij by Mij.
What do you mean by a non-singular matrix?
A square matrix X is said to be non-singular if |X| ≠ 0, i.e. the determinant will be a non-zero value.
What do you mean by a singular matrix?
A square matrix B is said to be singular if |B| = 0.
How to find the adjoint of a 2×2 matrix?
Interchange the elements on the main diagonal (a11 and a22). Then, give the negative sign for the elements at a12 and a21 positions. The resulting matrix is the adjoint of the given 2×2 matrix.
Comments