The adjoint of a square matrix A=[aij]n×n is defined as the transpose of the cofactor matrix of A. If Aij denotes the cofactor of the element aij, then the adjoint of A is written as adjA.
For a 3×3 matrix,
A=a11a21a31a12a22a32a13a23a33,
its cofactor matrix is
A11A21A31A12A22A32A13A23A33,
and therefore
adjA=A11A21A31A12A22A32A13A23A33T=A11A12A13A21A22A23A31A32A33.
So, to find the adjoint of a matrix, we follow these steps:
Find the minor of each element.
Convert each minor into a cofactor using the sign rule (−1)i+j.
Form the cofactor matrix.
Take its transpose.
Shortcut for 2×2 matrices:
If
A=[acbd],
then
adjA=[d−c−ba].
That is, interchange the diagonal elements and change the signs of the off-diagonal elements.
Singular and Non-Singular Matrices
A square matrix is classified using its determinant.
1. Singular Matrix
A square matrix A is called singular if
∣A∣=0.
A singular matrix does not have an inverse.
2. Non-Singular Matrix
A square matrix A is called non-singular if
∣A∣=0.
A non-singular matrix always has an inverse.
Important Results
If A and B are square matrices of the same order, then
∣AB∣=∣A∣∣B∣.
If A and B are both non-singular, then AB and BA are also non-singular because
∣AB∣=∣A∣∣B∣=0.
If either A or B is singular, then the product may become singular because its determinant may become zero.
These ideas are important while studying inverse, matrix equations, and properties of matrix products.
Properties of Adjoint
The adjoint of a matrix satisfies some very important properties.
Theorem 1: If A is any square matrix of order n, then
A(adjA)=(adjA)A=∣A∣I,
where I is the identity matrix of the same order.
This result is extremely important because it directly leads to the inverse formula for a non-singular matrix. If ∣A∣=0, then dividing both sides by ∣A∣ gives
A(∣A∣1adjA)=I,
which shows that
A−1=∣A∣1adjA.
Theorem 2: If A is a non-singular square matrix of order n, then
∣adjA∣=∣A∣n−1.
For example, if A is a 3×3 matrix and ∣A∣=k, then
∣adjA∣=k2.
This is a very frequently used result in determinant-based problems.
Inverse of a Matrix
A square matrix A is invertible if and only if it is non-singular, that is,
∣A∣=0.
The inverse of A, denoted by A−1, is defined as the matrix satisfying
AA−1=A−1A=I.
For a non-singular matrix,
A−1=∣A∣1adjA.
Properties of Inverse
(A−1)−1=A
(AB)−1=B−1A−1
This is called the reversal law.
(AT)−1=(A−1)T
∣A−1∣=∣A∣1
These properties are valid whenever the inverse exists, that is, whenever A is non-singular.
Example 1: Adjoint of a 2×2 Matrix
Find the adjoint of the matrix A=[2134].
Solution:
For a 2×2 matrix
[acbd],
we use the shortcut
adjA=[d−c−ba].
Here, a=2, b=3, c=1, and d=4.
So,
adjA=[4−1−32].
Verification using cofactors:A11=4,A12=−1,A21=−3,A22=2.
So the cofactor matrix is
[4−3−12],
and its transpose is
[4−1−32].
Hence the result is correct.
Answer:adjA=[4−1−32].
Example 2: Checking Singularity
Show that the matrix A=[1326] is a singular matrix.
Solution:
A matrix is singular if its determinant is zero.
So,
∣A∣=1326=(1)(6)−(3)(2)=6−6=0.
Since the determinant is zero, the matrix is singular.
Answer: Proved that A is singular.
Example 3: Inverse of a 2×2 Matrix
Find the inverse of the matrix A=[24−23], if it exists.
Solution:
First compute the determinant:
∣A∣=24−23=(2)(3)−(4)(−2)=6+8=14.
Since ∣A∣=0, the inverse exists.
Now find the adjoint. For a 2×2 matrix,
adjA=[3−422].
Therefore,
A−1=∣A∣1adjA=141[3−422].
We may also write it as
A−1=[3/14−2/71/71/7].
Answer:A−1=141[3−422].
Example 4: Determinant of Adjoint
If A is a square matrix of order 3 such that ∣A∣=5, find the value of ∣adjA∣.
Solution:
For a non-singular matrix of order n,
∣adjA∣=∣A∣n−1.
Here n=3 and ∣A∣=5.
Thus,
∣adjA∣=53−1=52=25.
Hence the cofactor matrix is
31−11−125−1625.
Therefore, the adjoint is its transpose:
adjA=3−126152−11−15.
Answer:adjA=3−126152−11−15.
Example 6: Inverse of a 3×3 Matrix
Find the inverse of the matrix A=105216340.
Solution:
First find the determinant. Expanding along the first row,
∣A∣=11640−20540+30516.
So,
∣A∣=1(0−24)−2(0−20)+3(0−5)=−24+40−15=1.
Since ∣A∣=1=0, the inverse exists.
Now compute cofactors:
A11=−24,A12=20,A13=−5,A21=18,A22=−15,A23=4,A31=5,A32=−4,A33=1.
Thus the adjoint is
adjA=−2420−518−1545−41.
Finally,
A−1=∣A∣1adjA=adjA,
because ∣A∣=1.
So,
A−1=−2420−518−1545−41.
Answer:A−1=−2420−518−1545−41.
Example 7: Finding Unknown in a Singular Matrix
If the matrix A=[2−3x6] is singular, find the value of x.
Solution:
Since the matrix is singular, its determinant must be zero:
2−3x6=0.
Now evaluate:
(2)(6)−(−3)(x)=0,12+3x=0,3x=−12,x=−4.
Answer:x=−4.
Example 8: Verifying Inverse Reversal Law
If A=[3275] and B=[6789], verify that (AB)−1=B−1A−1.
Solution:
First compute determinants:
∣A∣=3⋅5−7⋅2=15−14=1,∣B∣=6⋅9−8⋅7=54−56=−2.
Both are non-zero, so both matrices are invertible.
Now,
A−1=[5−2−73]
because ∣A∣=1.
Also,
adjB=[9−7−86],
so
B−1=−21[9−7−86]=[−9/27/24−3].
Now calculate the right-hand side:
B−1A−1=[−9/27/24−3][5−2−73]=[−61/247/287/2−67/2].
Next compute AB:
AB=[3275][6789]=[67478761].
Then,
∣AB∣=67⋅61−87⋅47=4087−4089=−2.
Hence,
adj(AB)=[61−47−8767],
and
(AB)−1=−21[61−47−8767]=[−61/247/287/2−67/2].
Thus,
(AB)−1=B−1A−1.
Answer: Verified.
Example 9: Matrix Polynomial to Find Inverse
Show that A=[2132] satisfies the equation A2−4A+I=O, where I is the identity matrix and O is the zero matrix. Using this equation, find A−1.
Solution:
First compute
A2=[2132][2132]=[74127].
Now,
−4A=[−8−4−12−8].
So,
A2−4A+I=[74127]+[−8−4−12−8]+[1001]=[0000].
Thus the equation is verified.
Now multiply
A2−4A+I=O
by A−1:
(A2−4A+I)A−1=O.
This gives
A−4I+A−1=O,
so
A−1=4I−A.
Hence,
A−1=[4004]−[2132]=[2−1−32].
Answer:A−1=[2−1−32].
Example 10: Inverse of a Diagonal Matrix
Find the inverse of the diagonal matrix D=x000y000z, where x,y,z are non-zero.
Solution:
For a diagonal matrix,
∣D∣=xyz.
Since x,y,z=0, the determinant is non-zero, so the inverse exists.
The cofactors are:
A11=yz,A22=xz,A33=xy,
and all off-diagonal cofactors are zero.
Thus,
adjD=yz000xz000xy.
Now,
D−1=xyz1yz000xz000xy=1/x0001/y0001/z.
Answer:D−1=1/x0001/y0001/z.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.