Advertisements
Advertisements
प्रश्न
Find A−1, if \[A = \begin{bmatrix}1 & 2 & 5 \\ 1 & - 1 & - 1 \\ 2 & 3 & - 1\end{bmatrix}\] . Hence solve the following system of linear equations:x + 2y + 5z = 10, x − y − z = −2, 2x + 3y − z = −11
Advertisements
उत्तर
Here,
\[A = \begin{bmatrix}1 & 2 & 5 \\ 1 & - 1 & - 1 \\ 2 & 3 & - 1\end{bmatrix}\]
\[\left| A \right| = \begin{vmatrix}1 & 2 & 5 \\ 1 & - 1 & - 1 \\ 2 & 3 & - 1\end{vmatrix}\]
\[ = 1\left( 1 + 3 \right) - 2\left( - 1 + 2 \right) + 5(3 + 2)\]
\[ = 4 - 2 + 25\]
\[ = 27\]
\[ {\text{ Let }C}_{ij} {\text{ be the co factors of the elements a }}_{ij} \text{ in }A\left[ a_{ij} \right]\text{. Then,}\]
\[ C_{11} = \left( - 1 \right)^{1 + 1} \begin{vmatrix}- 1 & - 1 \\ 3 & - 1\end{vmatrix} = 4, C_{12} = \left( - 1 \right)^{1 + 2} \begin{vmatrix}1 & - 1 \\ 2 & - 1\end{vmatrix} = - 1, C_{13} = \left( - 1 \right)^{1 + 3} \begin{vmatrix}1 & - 1 \\ - 2 & 3\end{vmatrix} = 5\]
\[ C_{21} = \left( - 1 \right)^{2 + 1} \begin{vmatrix}2 & 5 \\ 3 & - 1\end{vmatrix} = 17, C_{22} = \left( - 1 \right)^{2 + 2} \begin{vmatrix}1 & 5 \\ 2 & - 1\end{vmatrix} = - 11, C_{23} = \left( - 1 \right)^{2 + 3} \begin{vmatrix}1 & 2 \\ 2 & 3\end{vmatrix} = 1\]
\[ C_{31} = \left( - 1 \right)^{3 + 1} \begin{vmatrix}2 & 5 \\ - 1 & - 1\end{vmatrix} = 3, C_{32} = \left( - 1 \right)^{3 + 2} \begin{vmatrix}1 & 5 \\ 1 & - 1\end{vmatrix} = 6, C_{33} = \left( - 1 \right)^{3 + 3} \begin{vmatrix}1 & 2 \\ 1 & - 1\end{vmatrix} = - 3\]
\[adj A = \begin{bmatrix}4 & - 1 & 5 \\ 17 & - 11 & 1 \\ 3 & 6 & - 3\end{bmatrix}^T \]
\[ = \begin{bmatrix}4 & 17 & 3 \\ - 1 & - 11 & 6 \\ 5 & 1 & - 3\end{bmatrix}\]
\[ \Rightarrow A^{- 1} = \frac{1}{\left| A \right|}adj A\]
\[ = \frac{1}{27}\begin{bmatrix}4 & 17 & 3 \\ - 1 & - 11 & 6 \\ 5 & 1 & - 3\end{bmatrix}\]
The given system of equations can be written in matrix form as follows:
\[\begin{bmatrix}1 & 2 & 5 \\ 1 & - 1 & - 1 \\ 2 & 3 & - 1\end{bmatrix}\begin{bmatrix}x \\ y \\ z\end{bmatrix} = \begin{bmatrix}10 \\ - 2 \\ - 11\end{bmatrix}\]
\[X = A^{- 1} B\]
\[ \Rightarrow \begin{bmatrix}x \\ y \\ z\end{bmatrix} = \frac{1}{27}\begin{bmatrix}4 & 17 & 3 \\ - 1 & - 11 & 6 \\ 5 & 1 & - 3\end{bmatrix}\begin{bmatrix}10 \\ - 2 \\ - 11\end{bmatrix}\]
\[ \Rightarrow \begin{bmatrix}x \\ y \\ z\end{bmatrix} = \frac{1}{27}\begin{bmatrix}40 - 34 - 33 \\ - 10 + 22 - 66 \\ 50 - 2 + 33\end{bmatrix}\]
\[ \Rightarrow \begin{bmatrix}x \\ y \\ z\end{bmatrix} = \frac{1}{27}\begin{bmatrix}- 27 \\ - 54 \\ 81\end{bmatrix}\]
\[ \therefore x = \frac{- 27}{27}, y = \frac{- 54}{27}\text{ and }z = \frac{81}{27}\]
\[ \Rightarrow x = - 1, y = - 2\text{ and }z = 3\]
APPEARS IN
संबंधित प्रश्न
Verify A(adj A) = (adj A)A = |A|I.
`[(2,3),(-4,-6)]`
Find the inverse of the matrices (if it exists).
`[(-1,5),(-3,2)]`
Find the inverse of the matrices (if it exists).
`[(1,-1,2),(0,2,-3),(3,-2,4)]`
Let A = `[(3,7),(2,5)]` and B = `[(6,8),(7,9)]`. Verify that (AB)−1 = B−1A−1.
Let A = `[(1,2,1),(2,3,1),(1,1,5)]` verify that
- [adj A]–1 = adj(A–1)
- (A–1)–1 = A
Find the adjoint of the following matrix:
Verify that (adj A) A = |A| I = A (adj A) for the above matrix.
Compute the adjoint of the following matrix:
Verify that (adj A) A = |A| I = A (adj A) for the above matrix.
Find the inverse of the following matrix:
Find the inverse of the following matrix.
For the following pair of matrix verify that \[\left( AB \right)^{- 1} = B^{- 1} A^{- 1} :\]
\[A = \begin{bmatrix}2 & 1 \\ 5 & 3\end{bmatrix}\text{ and }B \begin{bmatrix}4 & 5 \\ 3 & 4\end{bmatrix}\]
If \[A = \begin{bmatrix}3 & 1 \\ - 1 & 2\end{bmatrix}\], show that
If \[A = \begin{bmatrix}3 & - 3 & 4 \\ 2 & - 3 & 4 \\ 0 & - 1 & 1\end{bmatrix}\] , show that \[A^{- 1} = A^3\]
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 & 3 & 1 \\ 2 & 4 & 1 \\ 3 & 7 & 2\end{bmatrix}\]
If \[A = \begin{bmatrix}2 & 3 \\ 5 & - 2\end{bmatrix}\] be such that \[A^{- 1} = k A,\] then find the value of k.
If A is an invertible matrix of order 3, then which of the following is not true ?
If A, B are two n × n non-singular matrices, then __________ .
If \[A = \begin{bmatrix}1 & 2 & - 1 \\ - 1 & 1 & 2 \\ 2 & - 1 & 1\end{bmatrix}\] , then ded (adj (adj A)) is __________ .
If A5 = O such that \[A^n \neq I\text{ for }1 \leq n \leq 4,\text{ then }\left( I - A \right)^{- 1}\] equals ________ .
If \[A^2 - A + I = 0\], then the inverse of A is __________ .
Let \[A = \begin{bmatrix}1 & 2 \\ 3 & - 5\end{bmatrix}\text{ and }B = \begin{bmatrix}1 & 0 \\ 0 & 2\end{bmatrix}\] and X be a matrix such that A = BX, then X is equal to _____________ .
(a) 3
(b) 0
(c) − 3
(d) 1
If \[A = \begin{bmatrix}1 & 0 & 1 \\ 0 & 0 & 1 \\ a & b & 2\end{bmatrix},\text{ then aI + bA + 2 }A^2\] equals ____________ .
If A is an invertible matrix, then det (A−1) is equal to ____________ .
If \[A = \begin{bmatrix}2 & - 3 & 5 \\ 3 & 2 & - 4 \\ 1 & 1 & - 2\end{bmatrix}\], find A−1 and hence solve the system of linear equations 2x − 3y + 5z = 11, 3x + 2y − 4z = −5, x + y + 2z = −3
If A and B are invertible matrices, then which of the following is not correct?
|adj. A| = |A|2, where A is a square matrix of order two.
A square matrix A is invertible if det A is equal to ____________.
If A = [aij] is a square matrix of order 2 such that aij = `{(1"," "when i" ≠ "j"),(0"," "when" "i" = "j"):},` then A2 is ______.
If `abs((2"x", -1),(4,2)) = abs ((3,0),(2,1))` then x is ____________.
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:
- Convert the given above situation into a matrix equation of the form AX = B. (1)
- Find | A |. (1)
- Find A–1. (2)
OR
Determine P = A2 – 5A. (2)
