English

Show that the Matrix, a = ⎡ ⎢ ⎣ 1 0 − 2 − 2 − 1 2 3 4 1 ⎤ ⎥ ⎦ Satisfies the Equation, a 3 − a 2 − 3 a − I 3 = O . Hence, Find A−1. - Mathematics

Advertisements
Advertisements

Question

Show that the matrix, \[A = \begin{bmatrix}1 & 0 & - 2 \\ - 2 & - 1 & 2 \\ 3 & 4 & 1\end{bmatrix}\]  satisfies the equation,  \[A^3 - A^2 - 3A - I_3 = O\] . Hence, find A−1.

Advertisements

Solution

\[\text{ We have, }A = \begin{bmatrix} 1 & 0 &- 2\\ - 2 & - 1 & 2\\ 3 & 4 & 1 \end{bmatrix} \]
\[ \Rightarrow \left| A \right| = \begin{vmatrix}| 1 & 0 &- 2\\ - 2 & - 1 & 2\\ 3 & 4 & 1 \end{vmatrix} = 1\left( - 9 \right) + 0 - 2\left( - 8 \right) = - 9 + 16 = 7 \]
\[\text{ Since, }\left| A \right| \neq 0\]
\[\text{ Hence, }A^{- 1}\text{ exists .} \]
Now,
\[ A^2 = \begin{bmatrix} 1 & 0 & - 2\\ - 2 & - 1 & 2\\ 3 & 4 & 1 \end{bmatrix}\begin{bmatrix} 1 & 0 &- 2\\ - 2 & - 1 & 2\\ 3 & 4 & 1 \end{bmatrix} = \begin{bmatrix} 1 + 0 - 6 & 0 + 0 - 8 & - 2 + 0 - 2\\ - 2 + 2 + 6 & 0 + 1 + 8 & 4 - 2 + 2\\ 3 - 8 + 3 & 0 - 4 + 4 & - 6 + 8 + 1 \end{bmatrix} = \begin{bmatrix} - 5 & - 8 & - 4\\ 6 & 9 & 4\\ - 2 & 0 & 3 \end{bmatrix}\]
\[ A^3 = A^2 . A = \begin{bmatrix} - 5 & - 8 & - 4\\ 6 & 9 & 4\\ - 2 & 0 & 3 \end{bmatrix}\begin{bmatrix} 1 & 0 & - 2\\ - 2 & - 1 & 2\\ 3 & 4 & 1 \end{bmatrix} = \begin{bmatrix} - 5 + 16 - 12 & 0 + 8 - 16 & 10 - 16 - 4\\ 6 - 18 + 12 & 0 - 9 + 16 & - 12 + 18 + 4\\ - 2 + 0 + 9 & 0 + 0 + 12 & 4 + 0 + 3 \end{bmatrix} = \begin{bmatrix} - 1 & - 8 & - 10\\ 0 & 7 & 10\\ 7 & 12 & 7 \end{bmatrix} \]
\[\text{ Now, }A^3 - A^2 - 3A - I_3 = \begin{bmatrix} - 1 & - 8 & - 10\\ 0 & 7 & 10\\ 7 & 12 & 7 \end{bmatrix} - \begin{bmatrix} - 5 & - 8 & - 4\\ 6 & 9 & 4\\ - 2 & 0 & 3 \end{bmatrix} - 3\begin{bmatrix} 1 & 0 & - 2\\ - 2 & - 1 & 2\\ 3 & 4 & 1 \end{bmatrix} - \begin{bmatrix} 1 & 0 & 0\\ 0 & 1 & 0\\ 0 & 0 & 1 \end{bmatrix} \\ = \begin{bmatrix} - 1 + 5 - 3 - 1 & - 8 + 8 + 0 + 0 & - 10 + 4 + 6 - 0\\0 - 6 + 6 - 0 & 7 - 9 + 3 - 1 & 10 - 4 - 6 - 0\\ 7 + 2 - 9 - 0 & 12 + 0 - 12 - 0 & 7 - 3 - 3 - 1 \end{bmatrix} = \begin{bmatrix} 0 & 0 & 0\\ 0 & 0 & 0\\ 0 & 0 & 0 \end{bmatrix} = O\]
Hence proved . 
\[\text{ Now,} A^3 - A^2 - 3A - I_3 = O (\text{ Null matrix })\]
\[ \Rightarrow A^{- 1} \left( A^3 - A^2 - 3A - I_3 \right) = A^{- 1} O (\text{ Pre - multiplying by A}^{- 1} )\]
\[ \Rightarrow A^2 - A^1 - 3 I_3 = A^{- 1} \]
\[ \Rightarrow \begin{bmatrix} - 5 & - 8 & - 4\\ 6 & 9 & 4\\ - 2 & 0 & 3 \end{bmatrix} - \begin{bmatrix} 1 & 0 & - 2\\ - 2 & - 1 & 2\\ 3 & 4 & 1 \end{bmatrix} - 3\begin{bmatrix} 1 & 0 & 0\\ 0 & 1 & 0\\ 0 & 0 & 1 \end{bmatrix} = A^{- 1} \]
\[ \Rightarrow \begin{bmatrix} - 5 - 1 - 3 & - 8 - 0 - 0 & - 4 + 2 + 0\\ 6 + 2 + 0 & 9 + 1 - 3 & 4 - 2\\- 2 - 3 - 0 & 0 - 4 - 0 & 3 - 1 - 3 \end{bmatrix} = \begin{bmatrix} - 9 & - 8 & - 2\\ 8 & 7 &2\\ - 5 & - 4 & - 1 \end{bmatrix} = A^{- 1} \]
\[ \Rightarrow A^{- 1} = \begin{bmatrix} - 9 & - 8 & - 2\\ 8 & 7 & 2\\ - 5 & - 4 & - 1 \end{bmatrix}\]

shaalaa.com
  Is there an error in this question or solution?
Chapter 7: Adjoint and Inverse of a Matrix - Exercise 7.1 [Page 24]

APPEARS IN

RD Sharma Mathematics [English] Class 12
Chapter 7 Adjoint and Inverse of a Matrix
Exercise 7.1 | Q 25 | Page 24

RELATED QUESTIONS

Two schools A and B want to award their selected students on the values of sincerity, truthfulness and helpfulness. School A wants to award Rs x each, Rs y each and Rs z each for the three respective values to 3, 2 and 1 students, respectively with a total award money of Rs 1,600. School B wants to spend Rs 2,300 to award 4, 1 and 3 students on the respective values (by giving the same award money to the three values as before). If the total amount of award for one prize on each value is Rs 900, using matrices, find the award money for each value. Apart from these three values, suggest one more value which should be considered for an award.


Find the adjoint of the matrices.

`[(1,2),(3,4)]`


Verify A(adj A) = (adj A)A = |A|I.

`[(2,3),(-4,-6)]`


Find the inverse of the matrices (if it exists).

`[(2,-2),(4,3)]`


Find the inverse of the matrices (if it exists).

`[(1,0,0),(3,3,0),(5,2,-1)]`


Find the inverse of the matrices (if it exists).

`[(2,1,3),(4,-1,0),(-7,2,1)]`


Let A = `[(3,7),(2,5)]` and B = `[(6,8),(7,9)]`. Verify that (AB)−1 = B−1A−1.


If A = `[(2,-1,1),(-1,2,-1),(1,-1,2)]` verify that A3 − 6A2 + 9A − 4I = 0 and hence find A−1.


If x, y, z are nonzero real numbers, then the inverse of matrix A = `[(x,0,0),(0,y,0),(0,0,z)]` is ______.


Compute the adjoint of the following matrix:

\[\begin{bmatrix}1 & 2 & 5 \\ 2 & 3 & 1 \\ - 1 & 1 & 1\end{bmatrix}\]

Verify that (adj A) A = |A| I = A (adj A) for the above matrix.


Find the inverse of the following matrix:

\[\begin{bmatrix}\cos \theta & \sin \theta \\ - \sin \theta & \cos \theta\end{bmatrix}\]

Find the inverse of the following matrix and verify that \[A^{- 1} A = I_3\]

\[\begin{bmatrix}2 & 3 & 1 \\ 3 & 4 & 1 \\ 3 & 7 & 2\end{bmatrix}\]

Find the inverse of the matrix \[A = \begin{bmatrix}a & b \\ c & \frac{1 + bc}{a}\end{bmatrix}\] and show that \[a A^{- 1} = \left( a^2 + bc + 1 \right) I - aA .\]


If \[A = \begin{bmatrix}2 & 3 \\ 1 & 2\end{bmatrix}\] , verify that \[A^2 - 4 A + I = O,\text{ where }I = \begin{bmatrix}1 & 0 \\ 0 & 1\end{bmatrix}\text{ and }O = \begin{bmatrix}0 & 0 \\ 0 & 0\end{bmatrix}\] . Hence, find A−1.


If  \[A = \begin{bmatrix}4 & 3 \\ 2 & 5\end{bmatrix}\], find x and y such that 

\[A^2 = xA + yI = O\] . Hence, evaluate A−1.

For the matrix \[A = \begin{bmatrix}1 & 1 & 1 \\ 1 & 2 & - 3 \\ 2 & - 1 & 3\end{bmatrix}\] . Show that

\[A^{- 3} - 6 A^2 + 5A + 11 I_3 = O\]. Hence, find A−1.

If \[A = \begin{bmatrix}3 & - 3 & 4 \\ 2 & - 3 & 4 \\ 0 & - 1 & 1\end{bmatrix}\] , show that \[A^{- 1} = A^3\]


Find the matrix X satisfying the matrix equation \[X\begin{bmatrix}5 & 3 \\ - 1 & - 2\end{bmatrix} = \begin{bmatrix}14 & 7 \\ 7 & 7\end{bmatrix}\]


Find the matrix X satisfying the equation 

\[\begin{bmatrix}2 & 1 \\ 5 & 3\end{bmatrix} X \begin{bmatrix}5 & 3 \\ 3 & 2\end{bmatrix} = \begin{bmatrix}1 & 0 \\ 0 & 1\end{bmatrix} .\]

If \[A = \begin{bmatrix}1 & 2 & 2 \\ 2 & 1 & 2 \\ 2 & 2 & 1\end{bmatrix}\] , find \[A^{- 1}\] and prove that \[A^2 - 4A - 5I = O\]


Find the adjoint of the matrix \[A = \begin{bmatrix}- 1 & - 2 & - 2 \\ 2 & 1 & - 2 \\ 2 & - 2 & 1\end{bmatrix}\]  and hence show that \[A\left( adj A \right) = \left| A \right| I_3\]. 


Find the inverse by using elementary row transformations:

\[\begin{bmatrix}2 & - 1 & 4 \\ 4 & 0 & 7 \\ 3 & - 2 & 7\end{bmatrix}\]


If A is an invertible matrix such that |A−1| = 2, find the value of |A|.


If A is an invertible matrix, then which of the following is not true ?


For any 2 × 2 matrix, if \[A \left( adj A \right) = \begin{bmatrix}10 & 0 \\ 0 & 10\end{bmatrix}\] , then |A| is equal to ______ .


If \[A = \frac{1}{3}\begin{bmatrix}1 & 1 & 2 \\ 2 & 1 & - 2 \\ x & 2 & y\end{bmatrix}\] is orthogonal, then x + y =

(a) 3
(b) 0
(c) − 3
(d) 1


If \[\begin{bmatrix}1 & - \tan \theta \\ \tan \theta & 1\end{bmatrix} \begin{bmatrix}1 & \tan \theta \\ - \tan \theta & 1\end{bmatrix} - 1 = \begin{bmatrix}a & - b \\ b & a\end{bmatrix}\], then _______________ .


An amount of Rs 10,000 is put into three investments at the rate of 10, 12 and 15% per annum. The combined income is Rs 1310 and the combined income of first and  second investment is Rs 190 short of the income from the third. Find the investment in each using matrix method.

 

If A = `[(0, 1, 3),(1, 2, x),(2, 3, 1)]`, A–1 = `[(1/2, -4, 5/2),(-1/2, 3, -3/2),(1/2, y, 1/2)]` then x = 1, y = –1.


If A and B are invertible matrices, then which of the following is not correct?


A square matrix A is invertible if det A is equal to ____________.


For matrix A = `[(2,5),(-11,7)]` (adj A)' is equal to:


A and B are invertible matrices of the same order such that |(AB)-1| = 8, If |A| = 2, then |B| is ____________.


If A is a square matrix of order 3 and |A| = 5, then |adj A| = ______.


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×