Advertisements
Advertisements
Question
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
Solution
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
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)]`
Find the inverse of the matrices (if it exists).
`[(1,2,3),(0,2,4),(0,0,5)]`
Find the inverse of the matrices (if it exists).
`[(1,-1,2),(0,2,-3),(3,-2,4)]`
Find the inverse of the matrices (if it exists).
`[(1,0,0),(0, cos alpha, sin alpha),(0, sin alpha, -cos alpha)]`
If \[A = \begin{bmatrix}- 4 & - 3 & - 3 \\ 1 & 0 & 1 \\ 4 & 4 & 3\end{bmatrix}\], show that adj A = A.
Find the inverse of the following matrix:
Find the inverse of the following matrix and verify that \[A^{- 1} A = I_3\]
Let
\[F \left( \alpha \right) = \begin{bmatrix}\cos \alpha & - \sin \alpha & 0 \\ \sin \alpha & \cos \alpha & 0 \\ 0 & 0 & 1\end{bmatrix}\text{ and }G\left( \beta \right) = \begin{bmatrix}\cos \beta & 0 & \sin \beta \\ 0 & 1 & 0 \\ - \sin \beta & 0 & \cos \beta\end{bmatrix}\]
Show that
If \[A = \begin{bmatrix}4 & 3 \\ 2 & 5\end{bmatrix}\], find x and y such that
If \[A = \begin{bmatrix}3 & - 2 \\ 4 & - 2\end{bmatrix}\], find the value of \[\lambda\] so that \[A^2 = \lambda A - 2I\]. Hence, find A−1.
Show that \[A = \begin{bmatrix}5 & 3 \\ - 1 & - 2\end{bmatrix}\] satisfies the equation \[x^2 - 3x - 7 = 0\]. Thus, find A−1.
If \[A = \begin{bmatrix}3 & - 3 & 4 \\ 2 & - 3 & 4 \\ 0 & - 1 & 1\end{bmatrix}\] , show that \[A^{- 1} = A^3\]
Solve the matrix equation \[\begin{bmatrix}5 & 4 \\ 1 & 1\end{bmatrix}X = \begin{bmatrix}1 & - 2 \\ 1 & 3\end{bmatrix}\], where X is a 2 × 2 matrix.
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 for which
Find the inverse by using elementary row transformations:
\[\begin{bmatrix}7 & 1 \\ 4 & - 3\end{bmatrix}\]
Find the inverse by using elementary row transformations:
\[\begin{bmatrix}2 & - 1 & 3 \\ 1 & 2 & 4 \\ 3 & 1 & 1\end{bmatrix}\]
If \[A = \begin{bmatrix}\cos \theta & \sin \theta \\ - \sin \theta & \cos \theta\end{bmatrix}\text{ and }A \left( adj A = \right)\begin{bmatrix}k & 0 \\ 0 & k\end{bmatrix}\], then find the value of k.
If A is an invertible matrix such that |A−1| = 2, find the value of |A|.
If \[A = \begin{bmatrix}1 & - 3 \\ 2 & 0\end{bmatrix}\], write adj A.
If A is a singular matrix, then adj A is ______.
If A, B are two n × n non-singular matrices, then __________ .
If for the matrix A, A3 = I, then A−1 = _____________ .
If \[A^2 - A + I = 0\], then the inverse of A is __________ .
If A and B are invertible matrices, which of the following statement is not correct.
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 = \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
`("aA")^-1 = 1/"a" "A"^-1`, where a is any real number and A is a square matrix.
If A, B be two square matrices such that |AB| = O, then ____________.
Find the adjoint of the matrix A, where A `= [(1,2,3),(0,5,0),(2,4,3)]`
The value of `abs (("cos" (alpha + beta),-"sin" (alpha + beta),"cos" 2 beta),("sin" alpha, "cos" alpha, "sin" beta),(-"cos" alpha, "sin" alpha, "cos" beta))` is independent of ____________.
If A = `[(0, 1),(0, 0)]`, then A2023 is equal to ______.
Given that A is a square matrix of order 3 and |A| = –2, then |adj(2A)| is equal to ______.
| To raise money for an orphanage, students of three schools A, B and C organised an exhibition in their residential colony, where they sold paper bags, scrap books and pastel sheets made by using recycled paper. Student of school A sold 30 paper bags, 20 scrap books and 10 pastel sheets and raised ₹ 410. Student of school B sold 20 paper bags, 10 scrap books and 20 pastel sheets and raised ₹ 290. Student of school C sold 20 paper bags, 20 scrap books and 20 pastel sheets and raised ₹ 440. |
Answer the following question:
- Translate the problem into a system of equations.
- Solve the system of equation by using matrix method.
- Hence, find the cost of one paper bag, one scrap book and one pastel sheet.
