Wednesday, April 24, 2024

20.13 - Solved Examples

In the previous section, we saw adjoint and inverse of a matrix. In this section, we will see some solved examples.

Solved example 20.20
If A = [133143134], then verify that A(adj A) = |A| I. Also find A−1.
Solution:
Part (i):
1. First we will find the Minors and Cofactors of A.


2. So the Cofactor matrix of A is: [711310301]

3. Transpose of the Cofactor matrix will give the adjoint matrix. So we get:

adj A = [733110101]

4. Use matrix multiplication to find A(adj A). We get:

[133143134][733110101] = [100010001]

5. Let us calculate |A|:

|A| = 1(16 − 9) − 3(4 − 3) + 3(3 − 4)
= 7 − 3 − 3 = 1

6. Now we can calculate |A|I:

(1)[100010001] = [100010001]

7. From (4) and (6), we see that: A(adj A) = |A| I

Part (ii):
We have already calculated |A| and (adj A) in part (i). So we can calculate A−1 as follows:

A1=1|A|(adj A)=11[733110101]=[733110101]

Solved example 20.21
If A = [2314] and B = [1213], then verify that (AB)−1 = B−1A−1.
Solution:
1. First we will test whether A and B are invertible.
(i) |A| = −8 − 3 = −11
|A| ≠ 0. So A is invertible.
(ii) |B| = 3-2 = 1
|B| ≠ 0. So B is invertible.

2. Next we will find A−1.
• adj A =  [4312]
(Recall the shortcut method explained in fig.20.5 of the previous section)

• So we get:
A1=1|A|(adj A)=111[4312]   

3. Next we will find B−1.
• adj B =  [3211]
(Recall the shortcut method explained in fig.20.5 of the previous section)
• So we get:
B1=1|B|(adj B)=11[3211]=[3211]

4. Use matrix multiplication to find B−1A−1. We get:
B1A1=[3211] × 111[4312]=111[14551]

5. Use matrix multiplication to find AB. We get:
AB=[2314] [1213]=[15514]

6. Next we will find |(AB)|.
|(AB)| = 14 − 25 = -11

7. Now we can calculate (AB)−1.
• adj (AB) =  [14551]
(Recall the shortcut method explained in fig.20.5 of the previous section)

• So we get:
(AB)1=1|(AB)|(adj (AB))=1(11)[14551]=111[14551]

8. Comparing the results in (4) and (7), we can write:
(AB)−1 = B−1A−1.

Solved example 20.22
Show that the matrix   A = [2312] satisfies the equation A2 − 4A + I = O, where I is 2 × 2 identity matrix and O is 2 × 2 zero matrix. Using this equation, find A−1.
Solution:
Part (i): To prove that, A2 − 4A + I = O
1. Use matrix multiplication to find A2. We get:
A2=AA=[2312] [2312]=[71247]

2. Next we will find 4A.
4A=4[2312]=[81248]

3. Substituting the above matrices in the given equation, we get:


• We see that, L.H.S = R.H.S.
• So matrix A satisfies the given equation.

Part (ii): To find A−1.
1. First we need to test whether A is invertible.
• We have: |A| = (4-3) = 1.
• Since |A| ≠ 0, A is invertible.

2. To find A−1, we rearrange the equation that was proved in part (i).


◼ Remarks:
• 3 (magenta color): In this line, we post multiply the whole equation by A−1.
• 4 (magenta color): In this line, we apply the fact that, AA−1 = I.


The link below gives a few more solved examples:

Exercise 20.5


In the next section, we will see the applications of determinants and matrices.

Previous

Contents

Next

Copyright©2024 Higher secondary mathematics.blogspot.com

No comments:

Post a Comment