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

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

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


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

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


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

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


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

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


For the matrix A = `[(3,2),(1,1)]` find the numbers a and b such that A2 + aA + bI = 0.


If A−1 = `[(3,-1,1),(-15,6,-5),(5,-2,2)]` and B = `[(1,2,-2),(-1,3,0),(0,-2,1)]`, find (AB)−1.


Let A = `[(1,2,1),(2,3,1),(1,1,5)]` verify that

  1. [adj A]–1 = adj(A–1)
  2. (A–1)–1 = A

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}2 & - 1 & 3 \\ 4 & 2 & 5 \\ 0 & 4 & - 1\end{bmatrix}\]

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


For the matrix 

\[A = \begin{bmatrix}1 & - 1 & 1 \\ 2 & 3 & 0 \\ 18 & 2 & 10\end{bmatrix}\] , show that A (adj A) = O.

Find the inverse of the following matrix:

\[\begin{bmatrix}0 & 1 \\ 1 & 0\end{bmatrix}\]

Find the inverse of the following matrix:

\[\begin{bmatrix}a & b \\ c & \frac{1 + bc}{a}\end{bmatrix}\]

Find the inverse of the following matrix.

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

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

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

Given \[A = \begin{bmatrix}2 & - 3 \\ - 4 & 7\end{bmatrix}\], compute A−1 and show that \[2 A^{- 1} = 9I - A .\]


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 = \frac{1}{9}\begin{bmatrix}- 8 & 1 & 4 \\ 4 & 4 & 7 \\ 1 & - 8 & 4\end{bmatrix}\],
prove that  \[A^{- 1} = A^3\]

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} .\]

Find the inverse by using elementary row transformations:

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


Find the inverse by using elementary row transformations:

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


Find the inverse by using elementary row transformations:

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


Find the inverse by using elementary row transformations:

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


Find the inverse of the matrix \[\begin{bmatrix}3 & - 2 \\ - 7 & 5\end{bmatrix} .\]


If A, B are two n × n non-singular matrices, then __________ .


If B is a non-singular matrix and A is a square matrix, then det (B−1 AB) is equal to ___________ .


If A and B are invertible matrices, which of the following statement is not correct.


If x, y, z are non-zero real numbers, then the inverse of the matrix \[A = \begin{bmatrix}x & 0 & 0 \\ 0 & y & 0 \\ 0 & 0 & z\end{bmatrix}\], is _____________ .

`("aA")^-1 = 1/"a"  "A"^-1`, where a is any real number and A is a square matrix.


Find the adjoint of the matrix A, where A `= [(1,2,3),(0,5,0),(2,4,3)]`


If the equation a(y + z) = x, b(z + x) = y, c(x + y) = z have non-trivial solutions then the value of `1/(1+"a") + 1/(1+"b") + 1/(1+"c")` is ____________.


For A = `[(3,1),(-1,2)]`, then 14A−1 is given by:


If `abs((2"x", -1),(4,2)) = abs ((3,0),(2,1))` then x is ____________.


If A = `[(1/sqrt(5), 2/sqrt(5)),((-2)/sqrt(5), 1/sqrt(5))]`, B = `[(1, 0),(i, 1)]`, i = `sqrt(-1)` and Q = ATBA, then the inverse of the matrix A. Q2021 AT is equal to ______.


If A = `[(0, 1),(0, 0)]`, then A2023 is equal to ______.


Read the following passage:

Gautam buys 5 pens, 3 bags and 1 instrument box and pays a sum of ₹160. From the same shop, Vikram buys 2 pens, 1 bag and 3 instrument boxes and pays a sum of ₹190. Also, Ankur buys 1 pen, 2 bags and 4 instrument boxes and pays a sum of ₹250.

Based on the above information, answer the following questions:

  1. Convert the given above situation into a matrix equation of the form AX = B. (1)
  2. Find | A |. (1)
  3. Find A–1. (2)
    OR
    Determine P = A2 – 5A. (2)

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×