Skip to main content

Adjoint and Inverse of a Matrix With Their Relation, Properties, Solved Examples Problems, Class 12 Math Determinants Notes Study Material free pdf download

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.

Adjoint of a Matrix

Let the determinant of a square matrix A be |A|.

IfA=[a11a12a13a21a22a23a31a32a33],then|A|=|a11a12a13a21a22a23a31a32a33|

The matrix formed by the cofactors of the elements is

[A11A12A13A21A22A23A31A32A33]

Where

A11=(1)1+1|a22a23a32a33|=a22a33a23.a32

A12=(1)1+2|a21a23a31a33|=a21.a33+a23.a31;A13=(1)1+3|a21a22a31a32|=a21a32a22a31;

A21=(1)2+1|a12a13a32a33|=a12a33+a13.a32;A22=(1)2+2|a11a13a31a33|=a11a33a13.a31;

A23=(1)2+3|a11a12a31a32|=a11a32+a12.a31;A31=(1)3+1|a12a13a22a23|=a12a23a13.a22;

A32=(1)3+2|a11a13a21a23|=a11a23+a13.a21;A33=(1)3+3|a11a12a21a22|=a11a22a12.a21;

Then, the transpose of the matrix of co-factors is called the adjoint of matrix A and is written as adj A.

adjA=[A11A21A31A12A22A32A13A23A33]

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=[a11a12a13a21a22a23a31a32a33]andadjA=[A11A21A31A12A22A32A13A23A33]

A. (adj. A)

=[a11a12a13a21a22a23a31a32a33]×[A11A21A31A12A22A32A13A23A33]

=[a11A11+a12A12+a13A13a11A21+a12A22+a13A23a11A31+a12A32+a13A33a21A11+a22A12+a23A13a21A21+a22A22+a23A23a21A31+a22A32+a23A33a31A11+a32A12+a33A13a31A21+a32A22+a33A23a31A31+a32A32+a33A33]

=[|A|000|A|000|A|]=|A|[100010001]=|A|I.

Solved 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 

A=[123134143],

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.

A11=|3443|=3×34×4=7

A12=|1413|=1,A13=|1314|=1;A21=|2343|=6,A22=|1313|=0

A23=|1214|=2,A31=|2334|=1;A32=|1314|=1,A33=|1213|=1

adj A = transpose of cofactor matrix.

AdjA=|761101121|

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,

A.(AdjA)=|A|IorA.(AdjA)|A|=I(Provided|A|0)

And

A.A1=I;

A1=1|A|(Adj.A)

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

A=[101345067].

What is inverse of A ?

Solution:

From the formula,

A1=adjA|A|

We have

A11=[4567]=2A12=[3507]=21

Similarly

A13=18,A31=4,A32=8,A33=4,A21=+6,A22=7,A23=6

cofactor matrix of A

=[22118676484]

adj A = transpose of the cofactor matrix

adjA=[26421781864]

Also

|A|=|101345067|={4×(7)(6)×53×(6)}

= -28 + 30 + 18

= 20

A1=adjA|A|=120[26421781864]

Illustration 2: If the product of a matrix A and

[1120]isthematrix[3211],

then A-1 is given by:

(a)[0124](b)[0124](c)[0124]

(d) None of these

Solution:

(a) We know if AB = C, then

B1A1=C1A1=BC1

by using this formula we will get value of A-1 in the above problem.

Here,

A[1120]=[3211]A1=[1120][3211]1=[1120][1213]=[0124]

Illustration 3:

Let

A=[211010131]andB=[125231111].Provethat(AB)1=B1A1.

Solution:

By obtaining | AB | and adj AB we can obtain (AB)-1 by using the formula

(AB)1=adjAB|AB|.

Similarly, we can also obtain the values of B-1 and A-1. Then by multiplying B-1 and A-1, we can prove the given problem.

Here,

AB=[211010131][125231111]=[2+2+14+3110+110+2+00+3+00+1+01+6+12+915+31]=[56102318107]

Now,

|AB|=|56102318107|=5(2110)6(148)+10(2024)=553640=21.

The matrix of cofactors of | AB | is equal to

[3(7)1(10){2(7)8(1)}2(10)3(8){6(7)10(10)}5(7)8(10){5(10)6(8)}6(1)10(3){5(1)2(10)}5(3)6(2)]=[11645845224153]

adj AB =

[11582464515423]So,(AB)1=adjAB|AB|=121[11582464515423]

Next,

|B|=|125231111|=1(31)2(2+1)+5(2+3)=21

Cofactor matrix of B 

=[2353631391]

adjB=[2313369531]

B1=adjB|B|=121[2313369531];|A|=[211010131]=1(2+1)=1

Similarly, cofactor matrix of A

=[101215102]

A1=adjA|A|=11[121010152]

B1A1=121[2313369531][121010152]

=121[11582464515423]Thus,(AB)1=B1A1

Illustration 4: If

A=[02yzxyzxyz]satisfiesA=A1,

then

(a) x=±1/6,y=±1/6,z=±1/3(b) x=±1/2,y=±1/6,z=±1/3

(c) x=±1/6,y=±1/2,z=±1/3(d) x=±1/2,y=±1/3,z=±1/2

Solution:

(b) Given that

A=A1

and we know that

AA1=I

, and therefore,

AA=I.

. Using the multiplication method, we can obtain values of x, y and z.

A=A1AA=1

Now,

AA=[02yzxyzxyz][0xx2yyyzzz]=[4y2+z22y2z22y2+z22y2z2x2+y2+z2x2y2z22y2+z2x2y2z2x2+y2+z2]

Thus,

AA=I4y2+z2=1,2y2z2=0,x2+y2+z2=1,x2y2z2=0

x=±1/2,y=±1/6,z=±1/3

Illustration 5: If

A=[0121233x1]andA1=[1/21/21/243y5/23/21/2],

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

AA1=I,

; hence by solving it, we can obtain the values of x and y.

We have

[100010001]=AA1=[0121233x1][1/21/21/243y5/23/21/2]=[10y+1012(y+1)4(1x)3(x1)2+xy]

1x=0,x1=0;y+1=0,y+1=0,2+xy=1

∴ x = 1, y = -1

Frequently Asked Questions

Q1

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.

Q2

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.

Q3

Give the cofactor formula.

The cofactor formula is given by Aij = (-1)i+j det Mij. Here, det Mij is the minor of aij.

Q4

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.

Q5

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.

Q6

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.

Q7

What do you mean by a singular matrix?

A square matrix B is said to be singular if |B| = 0.

Q8

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

Popular posts from this blog

Symmetric & Skew Symmetric Matrix-Properties, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

A symmetric matrix and skew-symmetric matrix both are square matrices. But the difference between them is, the symmetric matrix is equal to its transpose whereas skew-symmetric matrix is a matrix whose transpose is equal to its negative. If A is a symmetric matrix, then A = A T   and if A is a skew-symmetric matrix then A T  = – A. Table of Contents Symmetric Matrix Properties of Symmetric Matrix Skew Symmetric Matrix Properties of Skew Symmetric Matrix Determinant of Skew Symmetric Matrix Eigenvalue of Skew Symmetric Matrix Frequently Asked Questions-FAQs What is a symmetric matrix? How do you know if a matrix is symmetric? Give an Example of a Matrix Which is Symmetric but not Invertible. Is Symmetric Matrix Diagonalizable? What is skew-symmetric matrix? What is the difference between symmetric and skew-symmetric matrix? Symmetric Matrix To understand if a matrix is a symmetric matrix, it is very important to know about transpose of a matrix and how to find it. If we in...

Onto Functions(Surjective Functions)-Definition, Graph, Properties, Solved Examples, FAQs

  Onto Function is one of the many types of functions defined based on the relationship between its domain and codomain. For any function to be onto, it needs to relate two sets with a very specific mapping between elements, meaning that each element of the codomain has at least one element in the domain as its pre-image. In simple words, for any function, if all the elements of the codomain are mapped to some element of the domain, then the function is said to be an onto function.  In this article, we will discuss the concept of onto or surjective function in detail including its definition, example, and many more. We will also discuss key differences between one one, onto and into functions as well. Table of Contents What is an Onto Function? Onto Function Definition Representation for Onto Function Examples of Onto Function Properties of Onto Function Composition of Onto Function Onto Function Graph Number of Onto Functions One to One and Onto Functions Onto and Into Functi...

Transpose of a Matrix-Addition & Multiplication Property of Transpose, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

Transpose of a matrix is one of the most commonly used methods in matrix transformation. For a given matrix, the transpose of a matrix is obtained by interchanging rows into columns or columns to rows. In this article, we are going to learn the definition of the transpose of a matrix, steps to find the transpose of a matrix, properties and examples with a complete explanation. Before learning how to find the transpose of a matrix, first let us learn, what a matrix is? Table of Contents What is a Matrix? Transpose of a Matrix Definition How to Find the Transpose of a Matrix? Properties of Transpose of a Matrix (i) Transpose of the Transpose Matrix (ii) Addition Property of Transpose (iii) Multiplication by Constant (iv) Multiplication Property of Transpose Transpose of a Matrix Examples Practice Problems Frequently Asked Questions What is the transpose of a matrix? How to calculate the transpose of a Matrix? What is the Addition Property of Transpose? What is the Multiplication Property...