Adjoint And Inverse Of A Matrix

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 the matrix A gives an identity matrix. The inverse of a Matrix A is denoted by A-1.

Table of Contents in Matrices

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

Adjoint of a Matrix

The determinant of a square matrix A is denoted as |A|.

(If;A=[a11a12a13 a21a22a23 a31a32a33 ],;;then;;|A|=|a11a12a13 a21a22a23 a31a32a33 |)

The matrix formed by the cofactors of the elements is ([A11A12A13 A21A22A23 A31A32A33])

Where A11=(1)1+1|a22a23 a32a33 |=a22a33a23.a32

(A12=(1)1+2|a21a23 a31a33 |=a21.,a33+a23.,a31 A13=(1)1+3|a21a22 a31a32 |=a21a32a22a31; )

(A21=a12a33+a13.,a32;A22=a11a33a13.,a31; )

(Extra close brace or missing open brace)

(Extra close brace or missing open brace)

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

(adj,A=[A33A23A13 A32A22A12 A31A21A11 ] )

The determinant of a matrix A multiplied by the unit matrix is equal to the product of A and its adjoint.

Let A be a square matrix, then (Adjoint A). A = A. (Adjoint A) = |AT|.

Let (A=[a11a12a13 a21a22a23 a31a32a33 ];;and;;adj;A;=;[A11A21A31 A12A22A32 A13A23A33 ] )

A. ( =[a11a12a13 a21a22a23 a31a32a33 ][A11A21A31 A12A22A32 A13A23A33 ] )

(=[a11A11+a12A12+a13A13a11A21+a12A22+a13A23a11A31+a12A32+a13A33 a21A11+a22A12+a23A13a21A21+a22A22+a23A23a21A31+a22A32+a23A33 a31A11+a32A12+a33A13a31A21+a32A22+a33A23a31A31+a32A32+a33A33])

[|A|00 0|A|0 00|A| ]=|A|[100 010 001 ]=|A|I

Finding the Adjoint and Inverse of a Matrix

How to Find Adjoint and Inverse of a Matrix

Finding the Adjoint of a Matrix: Example Problems

Example 1: If AT=A, then the elements on the diagonal of the matrix are equal to 1.

(a) 1

(b) -1

(c) 0

None of these

Given:

This is a Heading

Solution:

This is a Heading

AT = -A, where A is a skew-symmetric matrix and the diagonal elements of A are all zeros.

Option (c) is the answer.

Answer: If A and B are two skew-symmetric matrices of order n, then A + B is also a skew-symmetric matrix of order n.

(a) AB is a skew-symmetric matrix, meaning that its transpose is equal to its negative.

(b) AB is a symmetric matrix

(c) A and B commute if AB is a symmetric matrix

None of these

Given:

Hello

Solution:

Hello

We are given A’ = -A and B’ = -B;

Now, (AB)=BA=(B)(A)=BA=AB, if A and B commute.

Thus, the correct option is (c). = 0.'

If A is skew-symmetric, then AB’ + BA’ = 0 and BA’ = 0.

Symmetric

(b) Skew-Symmetric

(c) Invertible

None of these

Given:

This is a heading

Solution:

This is a heading

(c) we have, (A’B’) = AB = -A’B [A is skew symmetric]; = B’A’ = B(-A)

-BA =

BAT = -BA

Example 4: Let  A=[123 134 143 ],

Then find adj A.

Given:

My Favorite Movie

Solution:

My Favorite Movie

The determinant of the remaining elements can be obtained by eliminating all the elements of the same row and column of any matrix’s co-factors.

(\left|A_{11}\right| = |34 43 | = 3 \times 3 - 4 \times 4 = -7)

(A12=|14 13 |=1,A13=|13 14 |=1; A21=|23 43 |=6,A22=|13 13 |=0 )

(A23=2,,,,,A31=1;,,,,A32=1,;;;A33=1)

The transpose of the cofactor matrix is equal to adj A.

(Adj,,A=|671 112 111 | )

Answer: All of the statements are true.

If A=0, then adj(A)=0

(b) The adjoint of a 3x3 diagonal matrix is also a diagonal matrix

(c) The product of two upper triangular matrices is an upper triangular matrix

(d)adj(AB)=adj(A)adj(B)

Given:

This is a Heading

Solution:

This is a Heading

(d) We have, adj(AB)=adj(B)adj(A) and not adj(AB)=adj(A)adj(B)

Inverse of a Matrix

If A and B are two square matrices of the same order, such that AB=BA=I (I = unit matrix)

If A is a square matrix and B is its inverse, then B is called the inverse of A, i.e. B = A-1, and A is the inverse of B. The condition for a square matrix A to possess an inverse is that the matrix A is non-singular, i.e., |A| ≠ 0. Taking the determinant of both sides, |AB| = |I| or |A| |B| = I. This relation implies that |A| ≠ 0, i.e. the matrix A is non-singular.

How to Find the Inverse of a Matrix Using the Adjoint Matrix?

We know that, A.(Adj,A)=|A|IorA.(Adj,A)|A|=I(Provided |A|0)

And A1=I; A1=1|A|(Adj.,A)

Properties of the Inverse and Adjoint of a Matrix

Property 1: For a square matrix A of order n, Aadj(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 it is a non-singular matrix.

Problems with Finding the Inverse of a Matrix

Illustration 1: Let (A=[101 345 067 ]. ) What is the inverse of A?

Given:

This is a Header

Solution:

This is a Header

From the formula, (\frac{adj,A}{\left| A \right|} = A^{-1})

We have A11=[45 67 ]=2,,,A12=[35 07 ]=21

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

The cofactor matrix of A =[22118 676 484]

Transpose of the cofactor matrix = adj A

(adjA=[462 8721 4618 ])

Also Missing or unrecognized delimiter for \left

-28 + 30 + 18 = 20

20 =

[110310210 2120720820 1820620210 ]

Illustration 2: If the product of a matrix A and [11 20 ] is the matrix [32 11 ],

Then A-1 is given by:

((a)[01 24 ];;;; (b)[01 24 ];;;; (c)[01 24 ] )

None of these

Given:

Hello World

Solution:

Hello World

If (AB = C), then by using the formula (\Rightarrow {{A}^{-1}}=B{{C}^{-1}}), we can get the value of (A^{-1}).

Here, A[11 20 ]=[32 11 ]A1=[11 20 ][32 11 ]1=[11 20 ][12 13 ]=[01 24 ]

Illustration 3:

Let A=[211 010 131 ];and;B=[125 231 111 ]. Prove that (AB)1=B1A1.

Given:

This is a heading

Solution:

This is a heading

By using the formula ((AB)1=adj,AB|AB|. ), we can obtain (\left( AB \right)^{-1}) by obtaining (\left| AB \right|) and (adj,AB). Similarly, we can also obtain the values of (\left( B \right)^{-1}) and (\left( A \right)^{-1}). Then, by multiplying (\left( B \right)^{-1}) and (\left( A \right)^{-1}), we can prove the given problem.

Here, (AB=[211 010 131 ][125 231 111 ]=[2+2+14+3110+11 0+2+00+3+00+1+0 1+6+12+915+31 ]=[5610 231 8107 ] )

Now, |AB|=|5610 231 8107 |=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) ]=[1164 58452 24153 ] )

(AB)1=adj,AB|AB|=121[115824 64515 423 ]

Next, |B|=|125 231 111 |=1(31)2(2+1)+5(2+3)=21

Cofactor matrix of B  (=[235 363 1391])

(adjB=[2313 369 531])

∴(B1=adj,B|B|=121[2313 369 531 ];;;|A|=[211 010 131 ]=1(2+1)=1)

The cofactor matrix of A ([101 215 102])

,,A1=adj,A|A|=11[121 010 152 ]

[121 010 152 ]1[2313 369 531 ]1=121[121 010 152 ]

Thus, (\left( AB \right)^{-1}=\left[ 32514114 1217121 17114121  \right]), where (A = \left[ 115824 64515 423  \right]) and (B = \left[ 12100 0170 0013  \right]).

Illustration 4: If (A=[02yz xyz xyz ]) satisfies (A’ = A^{-1}),

After that,

Then

((a) x=±16,y=±16,z=±13;;;;;;;;;(b) x=±12,y=±16,z=±13 )

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

Given:

This is a Header

Solution:

This is a Header

We can use the multiplication method to obtain values of x, y, and z by noting that (AA’ = I), where (A’ = A^{-1}) and (A A^{-1} = I).

(AA=1A=A1 ) he said

He said, “Now.”

(AA=[02yz xyz xyz][0xx 2yyy zzz]=[4y2+z22y2z22y2+z2 2y2z2x2+y2+z2x2y2z2 2y2+z2x2y2z2x2+y2+z2])

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

(x=±12,y=±16,z=±13)

Illustration 5: If A=[012 123 3x1 ];;and;;A1=[1/21/21/2 43y 5/23/21/2 ],

After that,

Then

x = 1, y = -1

(b) x = -1, y = 1

(c) \ \ x = 2, \ \ y = -\frac{1}{2}

x = 1/2, y = 1/2

Given:

This is a Heading

Solution:

This is a Heading

We know that AA1=I, so by solving it, we can obtain the values of x and y.

We have

(AA1=[100 010 001 ][012 123 3x1 ][1/21/21/2 43y 5/23/21/2 ]=[10y+1 012(y+1) 4(1x)3(x1)2+xy ] )

(1x=0, x+1=0 y1=0, y+1=0 2+xy=1)

x = 1, y = -1

Frequently Asked Questions

The formula to find the Inverse of a matrix A is A-1 = (1/det(A)) * adj(A)

The Inverse of a matrix A is given by A1=adj Adet A.

What is the Adjoint of a matrix?

The transpose of the cofactor matrix of a matrix is its Adjoint.

The cofactor formula is: C_{ij} = (-1)^{i+j} \det A_{ij}

The cofactor formula is given by A_{ij} = (-1)^{i+j} \det M_{ij}, where \det M_{ij} is the minor of a_{ij}.

What is an (adj A) n x n Matrix?

If A is a square matrix of order n, then Aadj(A)=adj(A)A=|A|I, where I is the identity matrix of order n.

A minor of a determinant is the determinant of the matrix formed by deleting one row and one column of the original matrix.

The minor of an element aij of a determinant is denoted by Mij and is calculated by deleting its ith row and jth column in which the element aij lies.

A non-singular matrix is a square matrix that has an inverse.

A square matrix X is said to be non-singular if its determinant, |X|, is a non-zero value. i.e. |X| ≠ 0.

A singular matrix is a square matrix in which the determinant is equal to 0.

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

What is the Adjoint of a 2x2 Matrix?

Swap the elements on the main diagonal (a11 and a22). Then give negative sign for the elements at a12 and a21 position. The resulting matrix is the adjoint of the given 2x2 matrix.



Mock Test for JEE