Advertisements
Advertisements
Question
If \[A = \begin{bmatrix}2 & 3 & 1 \\ 1 & 2 & 2 \\ 3 & 1 & - 1\end{bmatrix}\] , find A–1 and hence solve the system of equations 2x + y – 3z = 13, 3x + 2y + z = 4, x + 2y – z = 8.
Advertisements
Solution
We have,
\[A = \begin{bmatrix}2 & 3 & 1 \\ 1 & 2 & 2 \\ -3 & 1 & - 1\end{bmatrix}\]
\[\therefore \left| A \right| = \begin{vmatrix}2 & 3 & 1 \\ 1 & 2 & 2 \\ - 3 & 1 & - 1\end{vmatrix}\]
\[ = 2\left( - 2 - 2 \right) - 3\left( - 1 + 6 \right) + 1\left( 1 + 6 \right)\]
\[ = - 8 - 15 + 7\]
\[ = - 16 \neq 0\]
So, A is invertible.
Let Cij be the co-factors of the elements aij in A[aij]. Then,
\[C_{11} = \left( - 1 \right)^{1 + 1} \begin{vmatrix}2 & 2 \\ 1 & - 1\end{vmatrix} = - 2 - 2 = - 4\]
\[ C_{12} = \left( - 1 \right)^{1 + 2} \begin{vmatrix}1 & 2 \\ - 3 & - 1\end{vmatrix} = - 1\left( - 1 + 6 \right) = - 5\]
\[ C_{13} = \left( - 1 \right)^{1 + 3} \begin{vmatrix}1 & 2 \\ - 3 & 1\end{vmatrix} = 1 + 6 = 7\]
\[C_{21} = \left( - 1 \right)^{2 + 1} \begin{vmatrix}3 & 1 \\ 1 & - 1\end{vmatrix} = 3 + 1 = 4\]
\[ C_{22} = \left( - 1 \right)^{2 + 2} \begin{vmatrix}2 & 1 \\ - 3 & - 1\end{vmatrix} = - 2 + 3 = 1\]
\[ C_{23} = \left( - 1 \right)^{2 + 3} \begin{vmatrix}2 & 3 \\ - 3 & 1\end{vmatrix} = - 1\left( 2 + 9 \right) = - 11\]
\[C_{31} = \left( - 1 \right)^{3 + 1} \begin{vmatrix}3 & 1 \\ 2 & 2\end{vmatrix} = 6 - 2 = 4\]
\[ C_{32} = \left( - 1 \right)^{3 + 2} \begin{vmatrix}2 & 1 \\ 1 & 2\end{vmatrix} = - 1\left( 4 - 1 \right) = - 3\]
\[ C_{33} = \left( - 1 \right)^{3 + 3} \begin{vmatrix}2 & 3 \\ 1 & 2\end{vmatrix} = 4 - 3 = 1\]
\[\therefore Adj A = \begin{bmatrix}- 4 & - 5 & 7 \\ 4 & 1 & - 11 \\ 4 & - 3 & 1\end{bmatrix}^T = \begin{bmatrix}- 4 & 4 & 4 \\ - 5 & 1 & - 3 \\ 7 & - 11 & 1\end{bmatrix}\]
\[ \Rightarrow A^{- 1} = \frac{Adj A}{\left| A \right|} = \frac{1}{- 16}\begin{bmatrix}- 4 & 4 & 4 \\ - 5 & 1 & - 3 \\ 7 & - 11 & 1\end{bmatrix}\]
Now, the given system of equations is expressible as
Or AT X = B, where
Now,
So, the given system of equations is consistent with a unique solution given by
\[\begin{bmatrix}x \\ y \\ z\end{bmatrix} = - \frac{1}{16} \begin{bmatrix}- 4 & 4 & 4 \\ - 5 & 1 & - 3 \\ 7 & - 11 & 1\end{bmatrix}^T \begin{bmatrix}13 \\ 4 \\ 8\end{bmatrix}\]
\[ \Rightarrow \begin{bmatrix}x \\ y \\ z\end{bmatrix} = - \frac{1}{16}\begin{bmatrix}- 4 & - 5 & 7 \\ 4 & 1 & - 11 \\ 4 & - 3 & 1\end{bmatrix}\begin{bmatrix}13 \\ 4 \\ 8\end{bmatrix}\]
\[ \Rightarrow \begin{bmatrix}x \\ y \\ z\end{bmatrix} = - \frac{1}{16}\begin{bmatrix}- 52 - 20 + 56 \\ 52 + 4 - 88 \\ 52 - 12 + 8\end{bmatrix}\]
\[ \Rightarrow \begin{bmatrix}x \\ y \\ z\end{bmatrix} = - \frac{1}{16}\begin{bmatrix}- 16 \\ - 32 \\ 48\end{bmatrix}\]
\[ \Rightarrow \begin{bmatrix}x \\ y \\ z\end{bmatrix} = \begin{bmatrix}1 \\ 2 \\ - 3\end{bmatrix}\]
Hence, x = 1, y = 2 and z = −3 is the required solution.
APPEARS IN
RELATED QUESTIONS
Examine the consistency of the system of equations.
5x − y + 4z = 5
2x + 3y + 5z = 2
5x − 2y + 6z = −1
Solve the system of linear equations using the matrix method.
2x + y + z = 1
x – 2y – z = `3/2`
3y – 5z = 9
If A = `[(2,-3,5),(3,2,-4),(1,1,-2)]` find A−1. Using A−1 solve the system of equations:
2x – 3y + 5z = 11
3x + 2y – 4z = –5
x + y – 2z = –3
Find the value of x, if
\[\begin{vmatrix}2 & 3 \\ 4 & 5\end{vmatrix} = \begin{vmatrix}x & 3 \\ 2x & 5\end{vmatrix}\]
Find the value of x, if
\[\begin{vmatrix}x + 1 & x - 1 \\ x - 3 & x + 2\end{vmatrix} = \begin{vmatrix}4 & - 1 \\ 1 & 3\end{vmatrix}\]
For what value of x the matrix A is singular?
\[A = \begin{bmatrix}x - 1 & 1 & 1 \\ 1 & x - 1 & 1 \\ 1 & 1 & x - 1\end{bmatrix}\]
Evaluate the following determinant:
\[\begin{vmatrix}6 & - 3 & 2 \\ 2 & - 1 & 2 \\ - 10 & 5 & 2\end{vmatrix}\]
Without expanding, show that the value of the following determinant is zero:
\[\begin{vmatrix}49 & 1 & 6 \\ 39 & 7 & 4 \\ 26 & 2 & 3\end{vmatrix}\]
Prove that
\[\begin{vmatrix}- bc & b^2 + bc & c^2 + bc \\ a^2 + ac & - ac & c^2 + ac \\ a^2 + ab & b^2 + ab & - ab\end{vmatrix} = \left( ab + bc + ca \right)^3\]
Prove the following identities:
\[\begin{vmatrix}y + z & z & y \\ z & z + x & x \\ y & x & x + y\end{vmatrix} = 4xyz\]
Using determinants show that the following points are collinear:
(1, −1), (2, 1) and (4, 5)
Using determinants prove that the points (a, b), (a', b') and (a − a', b − b') are collinear if ab' = a'b.
Find the value of \[\lambda\] so that the points (1, −5), (−4, 5) and \[\lambda\] are collinear.
Prove that :
Prove that
2x + 3y = 10
x + 6y = 4
9x + 5y = 10
3y − 2x = 8
Solve each of the following system of homogeneous linear equations.
x + y − 2z = 0
2x + y − 3z = 0
5x + 4y − 9z = 0
Evaluate \[\begin{vmatrix}4785 & 4787 \\ 4789 & 4791\end{vmatrix}\]
Write the value of the determinant \[\begin{vmatrix}2 & - 3 & 5 \\ 4 & - 6 & 10 \\ 6 & - 9 & 15\end{vmatrix} .\]
If the matrix \[\begin{bmatrix}5x & 2 \\ - 10 & 1\end{bmatrix}\] is singular, find the value of x.
If a, b, c are in A.P., then the determinant
\[\begin{vmatrix}x + 2 & x + 3 & x + 2a \\ x + 3 & x + 4 & x + 2b \\ x + 4 & x + 5 & x + 2c\end{vmatrix}\]
The determinant \[\begin{vmatrix}b^2 - ab & b - c & bc - ac \\ ab - a^2 & a - b & b^2 - ab \\ bc - ca & c - a & ab - a^2\end{vmatrix}\]
Solve the following system of equations by matrix method:
3x + 4y − 5 = 0
x − y + 3 = 0
Show that the following systems of linear equations is consistent and also find their solutions:
2x + 2y − 2z = 1
4x + 4y − z = 2
6x + 6y + 2z = 3
A company produces three products every day. Their production on a certain day is 45 tons. It is found that the production of third product exceeds the production of first product by 8 tons while the total production of first and third product is twice the production of second product. Determine the production level of each product using matrix method.
Two factories decided to award their employees for three values of (a) adaptable tonew techniques, (b) careful and alert in difficult situations and (c) keeping clam in tense situations, at the rate of ₹ x, ₹ y and ₹ z per person respectively. The first factory decided to honour respectively 2, 4 and 3 employees with a total prize money of ₹ 29000. The second factory decided to honour respectively 5, 2 and 3 employees with the prize money of ₹ 30500. If the three prizes per person together cost ₹ 9500, then
i) represent the above situation by matrix equation and form linear equation using matrix multiplication.
ii) Solve these equation by matrix method.
iii) Which values are reflected in the questions?
x + y − z = 0
x − 2y + z = 0
3x + 6y − 5z = 0
If \[\begin{bmatrix}1 & 0 & 0 \\ 0 & - 1 & 0 \\ 0 & 0 & - 1\end{bmatrix}\begin{bmatrix}x \\ y \\ z\end{bmatrix} = \begin{bmatrix}1 \\ 0 \\ 1\end{bmatrix}\], find x, y and z.
The system of equation x + y + z = 2, 3x − y + 2z = 6 and 3x + y + z = −18 has
The system of equations:
x + y + z = 5
x + 2y + 3z = 9
x + 3y + λz = µ
has a unique solution, if
(a) λ = 5, µ = 13
(b) λ ≠ 5
(c) λ = 5, µ ≠ 13
(d) µ ≠ 13
If A = `[(1, -1, 2),(3, 0, -2),(1, 0, 3)]`, verify that A(adj A) = (adj A)A
If `|(2x, 5),(8, x)| = |(6, 5),(8, 3)|`, then find x
Show that if the determinant ∆ = `|(3, -2, sin3theta),(-7, 8, cos2theta),(-11, 14, 2)|` = 0, then sinθ = 0 or `1/2`.
Using determinants, find the equation of the line joining the points (1, 2) and (3, 6).
For what value of p, is the system of equations:
p3x + (p + 1)3y = (p + 2)3
px + (p + 1)y = p + 2
x + y = 1
consistent?
If `|(x + 1, x + 2, x + a),(x + 2, x + 3, x + b),(x + 3, x + 4, x + c)|` = 0, then a, b, care in
