Advertisements
Advertisements
Questions
If A = `[(1, 2, 0), (-2, -1, -2), (0, -1, 1)]`, find A−1. Using A−1, solve the system of linear equations x − 2y = 10, 2x − y − z = 8, −2y + z = 7.
If A = `[(1, 2, 0), (-2, -1, -2), (0, -1, 1)]`, then find A−1.
Hence, solve the system of linear equations:
x − 2y = 10
2x − y − z = 8
−2y + z = 7
Advertisements
Solution
A = `[(1, 2, 0), (-2, -1, -2), (0, -1, 1)]`
|A| = `[(1, 2, 0), (-2, -1, -2), (0, -1, 1)]`
= 1(−1 − 2) − 2(−2 + 0) + 0
= −3 + 4
= 1
|A| ≠ 0 A−1 exist.
Now find minors and cofactors
A11 = M11 = −3
A12 = −M12 = −(−2)
= 2
A13 = M13 = 2
A21 = −M21 = −2
A22 = M22 = 1
A23 = −M23 = −(−1)
= 1
A31 = M31 = −4
A32 = −M32 = (−2)
= −2
A33 = M33 = (−1 + 4)
= 3
adj A = [Cofactor matrix] = `[(-3, 2, 2), (-2, 1, 1), (-4, 2, 3)]`
= `[(-3, -2, -4), (2, 1, 2), (2, 1, 3)]`
`A^(-1)1/|A| adj A = 1/(+1)[(-3, -2, -4), (2, 1, 2), (2, 1, 3)]`
Given: x − 2y = 10
2x − y − z = 8
−2y + z = 7
In matrix form, `[(1, -2, 0), (2, -1, -1), (0, -2, 1)][(x), (y), (z)] = [(10), (8), (7)]`
A'X = B
X = (A')−1
B = (A−1)'B
`[(x), (y), (z)] = 1/1[(-3, -2, -4), (2, 1, 2), (2, 1, 3)][(10), (8), (7)]`
= `[(-3, 2, 2), (-2, 1, 1), (-4, 2, 3)][(10), (8), (7)]`
`[(x), (y), (z)] = [(-30 + 16 + 14), (-20 + 8 + 7), (-40 + 16 + 21)]`
= `[(-30 + 30), (-20 + 15), (-40 + 37)]`
`[(x), (y), (z)] = [(0), (-5), (-3)]`
Hence, x = 0, y = −5, z = −3.
APPEARS IN
RELATED QUESTIONS
Find the value of a if `[[a-b,2a+c],[2a-b,3c+d]]=[[-1,5],[0,13]]`
Solve the system of linear equations using the matrix method.
x − y + z = 4
2x + y − 3z = 0
x + y + z = 2
Solve the system of the following equations:
`2/x+3/y+10/z = 4`
`4/x-6/y + 5/z = 1`
`6/x + 9/y - 20/x = 2`
Evaluate the following determinant:
\[\begin{vmatrix}\cos \theta & - \sin \theta \\ \sin \theta & \cos \theta\end{vmatrix}\]
Evaluate
\[\begin{vmatrix}2 & 3 & 7 \\ 13 & 17 & 5 \\ 15 & 20 & 12\end{vmatrix}^2 .\]
If \[A = \begin{bmatrix}2 & 5 \\ 2 & 1\end{bmatrix} \text{ and } B = \begin{bmatrix}4 & - 3 \\ 2 & 5\end{bmatrix}\] , verify that |AB| = |A| |B|.
Evaluate the following determinant:
\[\begin{vmatrix}67 & 19 & 21 \\ 39 & 13 & 14 \\ 81 & 24 & 26\end{vmatrix}\]
Evaluate the following determinant:
\[\begin{vmatrix}1 & 4 & 9 \\ 4 & 9 & 16 \\ 9 & 16 & 25\end{vmatrix}\]
Without expanding, show that the value of the following determinant is zero:
\[\begin{vmatrix}\sin^2 23^\circ & \sin^2 67^\circ & \cos180^\circ \\ - \sin^2 67^\circ & - \sin^2 23^\circ & \cos^2 180^\circ \\ \cos180^\circ & \sin^2 23^\circ & \sin^2 67^\circ\end{vmatrix}\]
Evaluate the following:
\[\begin{vmatrix}a + x & y & z \\ x & a + y & z \\ x & y & a + z\end{vmatrix}\]
\[\begin{vmatrix}b^2 + c^2 & ab & ac \\ ba & c^2 + a^2 & bc \\ ca & cb & a^2 + b^2\end{vmatrix} = 4 a^2 b^2 c^2\]
\[\begin{vmatrix}1 + a & 1 & 1 \\ 1 & 1 + a & a \\ 1 & 1 & 1 + a\end{vmatrix} = a^3 + 3 a^2\]
Using determinants show that the following points are collinear:
(1, −1), (2, 1) and (4, 5)
Prove that :
3x + ay = 4
2x + ay = 2, a ≠ 0
x + y − z = 0
x − 2y + z = 0
3x + 6y − 5z = 0
Solve each of the following system of homogeneous linear equations.
3x + y + z = 0
x − 4y + 3z = 0
2x + 5y − 2z = 0
Write the value of the determinant \[\begin{vmatrix}2 & - 3 & 5 \\ 4 & - 6 & 10 \\ 6 & - 9 & 15\end{vmatrix} .\]
Write the cofactor of a12 in the following matrix \[\begin{bmatrix}2 & - 3 & 5 \\ 6 & 0 & 4 \\ 1 & 5 & - 7\end{bmatrix} .\]
If \[A = \begin{bmatrix}5 & 3 & 8 \\ 2 & 0 & 1 \\ 1 & 2 & 3\end{bmatrix}\]. Write the cofactor of the element a32.
If \[\begin{vmatrix}2x & x + 3 \\ 2\left( x + 1 \right) & x + 1\end{vmatrix} = \begin{vmatrix}1 & 5 \\ 3 & 3\end{vmatrix}\], then write the value of x.
If \[∆_1 = \begin{vmatrix}1 & 1 & 1 \\ a & b & c \\ a^2 & b^2 & c^2\end{vmatrix}, ∆_2 = \begin{vmatrix}1 & bc & a \\ 1 & ca & b \\ 1 & ab & c\end{vmatrix},\text{ then }\]}
Using the factor theorem it is found that a + b, b + c and c + a are three factors of the determinant
The other factor in the value of the determinant is
\[\begin{vmatrix}\log_3 512 & \log_4 3 \\ \log_3 8 & \log_4 9\end{vmatrix} \times \begin{vmatrix}\log_2 3 & \log_8 3 \\ \log_3 4 & \log_3 4\end{vmatrix}\]
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}\]
Let \[f\left( x \right) = \begin{vmatrix}\cos x & x & 1 \\ 2\sin x & x & 2x \\ \sin x & x & x\end{vmatrix}\] \[\lim_{x \to 0} \frac{f\left( x \right)}{x^2}\] is equal to
Solve the following system of equations by matrix method:
3x + y = 7
5x + 3y = 12
Show that the following systems of linear equations is consistent and also find their solutions:
5x + 3y + 7z = 4
3x + 26y + 2z = 9
7x + 2y + 10z = 5
The sum of three numbers is 2. If twice the second number is added to the sum of first and third, the sum is 1. By adding second and third number to five times the first number, we get 6. Find the three numbers by using matrices.
Two schools P and Q want to award their selected students on the values of Discipline, Politeness and Punctuality. The school P wants to award ₹x each, ₹y each and ₹z each the three respectively values to its 3, 2 and 1 students with a total award money of ₹1,000. School Q wants to spend ₹1,500 to award its 4, 1 and 3 students on the respective values (by giving the same award money for three values as before). If the total amount of awards for one prize on each value is ₹600, using matrices, find the award money for each value. Apart from the above three values, suggest one more value for awards.
x + y − 6z = 0
x − y + 2z = 0
−3x + y + 2z = 0
Transform `[(1, 2, 4),(3, -1, 5),(2, 4, 6)]` into an upper triangular matrix by using suitable row transformations
If the system of equations x + ky - z = 0, 3x - ky - z = 0 & x - 3y + z = 0 has non-zero solution, then k is equal to ____________.
The existence of unique solution of the system of linear equations x + y + z = a, 5x – y + bz = 10, 2x + 3y – z = 6 depends on
If c < 1 and the system of equations x + y – 1 = 0, 2x – y – c = 0 and – bx+ 3by – c = 0 is consistent, then the possible real values of b are
The number of real values λ, such that the system of linear equations 2x – 3y + 5z = 9, x + 3y – z = –18 and 3x – y + (λ2 – |λ|z) = 16 has no solution, is ______.
Let the system of linear equations x + y + az = 2; 3x + y + z = 4; x + 2z = 1 have a unique solution (x*, y*, z*). If (α, x*), (y*, α) and (x*, –y*) are collinear points, then the sum of absolute values of all possible values of α is ______.
