Advertisements
Advertisements
प्रश्न
Solve the system of linear equations using the matrix method.
x − y + z = 4
2x + y − 3z = 0
x + y + z = 2
Advertisements
उत्तर
Given system of equations,
x − y + z = 4
2x + y − 3z = 0
x + y + z = 2
The system of equations can be written as AX = B so X = A−1B
A = `[(1,-1,1),(2,1,-3),(1,1,1)]`, X = `[(x),(y),(z)]`, B = `[(4),(0),(2)]`
∴ |A| = `|(1,-1,1),(2,1,-3),(1,1,1)|`
= 1[1 + 3] − (−1)[2 + 3] + 1[2 − 1]
= 1 × 4 + 1 × 5 + 1 × 1
= 4 + 5 + 1
= 10 ≠ 0
The cofactors of the elements of matrix A are as follows:
A11 = `(-1)^(1 + 1) |(1,-3),(1,1)|`
= (−1)2 [1 + 3]
= 1 × 4
= 4
A12 = `(-1)^(1 + 2) |(2,-3),(1,1)|`
= (−1)3 [2 + 3]
= −1 × 5
= −5
A13 = `(-1)^(1 + 3) |(2,1),(1,1)|`
= (−1)4 [2 − 1]
= 1 × 1
= 1
A21 = `(-1)^(2 + 1) |(-1,1),(1,1)|`
= (−1)3 [−1 − 1]
= −1 × (−2)
= 2
A22 = `(-1)^(2 + 2) |(1,1),(1,1)|`
= (−1)4 [1 − 1]
= 0
A23 = `(-1)^(2 + 3) |(1,-1),(1,1)|`
= (−1)5 [1 + 1]
= −1 × 2
= −2
A31 = `(-1)^ (3 + 1) |(-1,1),(1,-3)|`
= (−1)4 [3 − 1]
= 1 × 2
= 2
A32 = `(-1)^(3 + 2) |(1,1),(2,-3)|`
= (−1)5 [−3 − 2]
= −1 × (−5)
= 5
A33 = `(-1)^(3 + 3) |(1,-1),(2,1)|`
= (−1)6 [1 + 2]
= 1 × 3
= 3
Hence the matrix made up of the elements of cofactors = `[(4,-5,1),(2,0,-2),(2,5,3)]`
∴ adj A = `[(4,-5,1),(2,0,-2),(2,5,3)] = [(4,2,2),(-5,0,5),(1,-2,3)]`
A−1 = `1/|A|` (adj A)
= `1/10 [(4,2,2),(-5,0,5),(1,-2,3)]`
∴ X = A−1B
= `1/10 [(4,2,2),(-5,0,5),(1,-2,3)] [(4),(0),(2)]`
= `1/10 [(16 + 0 + 4),(-20 + 10),(4 + 6)]`
= `1/10 [(20),(-10),(10)]`
= `[(2),(-1),(1)]`
⇒ `[(x),(y),(z)] = [(2),(-1),(1)]`
⇒ x = 2, y = −1 and z = 1
APPEARS IN
संबंधित प्रश्न
Find the value of x, if
\[\begin{vmatrix}3x & 7 \\ 2 & 4\end{vmatrix} = 10\] , find the value of x.
Without expanding, show that the value of the following determinant is zero:
\[\begin{vmatrix}2 & 3 & 7 \\ 13 & 17 & 5 \\ 15 & 20 & 12\end{vmatrix}\]
Evaluate the following:
\[\begin{vmatrix}0 & x y^2 & x z^2 \\ x^2 y & 0 & y z^2 \\ x^2 z & z y^2 & 0\end{vmatrix}\]
Show that
If the points (a, 0), (0, b) and (1, 1) are collinear, prove that a + b = ab.
Find values of k, if area of triangle is 4 square units whose vertices are
(−2, 0), (0, 4), (0, k)
Prove that :
Prove that :
Prove that :
2x − y = 17
3x + 5y = 6
3x + y = 5
− 6x − 2y = 9
If \[A = \left[ a_{ij} \right]\] is a 3 × 3 diagonal matrix such that a11 = 1, a22 = 2 a33 = 3, then find |A|.
If A = [aij] is a 3 × 3 scalar matrix such that a11 = 2, then write the value of |A|.
Evaluate: \[\begin{vmatrix}\cos 15^\circ & \sin 15^\circ \\ \sin 75^\circ & \cos 75^\circ\end{vmatrix}\]
The value of \[\begin{vmatrix}1 & 1 & 1 \\ {}^n C_1 & {}^{n + 2} C_1 & {}^{n + 4} C_1 \\ {}^n C_2 & {}^{n + 2} C_2 & {}^{n + 4} C_2\end{vmatrix}\] is
Solve the following system of equations by matrix method:
3x + 4y − 5 = 0
x − y + 3 = 0
Solve the following system of equations by matrix method:
3x + y = 19
3x − y = 23
Solve the following system of equations by matrix method:
5x + 3y + z = 16
2x + y + 3z = 19
x + 2y + 4z = 25
Solve the following system of equations by matrix method:
2x + 6y = 2
3x − z = −8
2x − y + z = −3
Show that the following systems of linear equations is consistent and also find their solutions:
6x + 4y = 2
9x + 6y = 3
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
Show that the following systems of linear equations is consistent and also find their solutions:
x − y + z = 3
2x + y − z = 2
−x −2y + 2z = 1
Show that each one of the following systems of linear equation is inconsistent:
2x + 3y = 5
6x + 9y = 10
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.
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.
The prices of three commodities P, Q and R are Rs x, y and z per unit respectively. A purchases 4 units of R and sells 3 units of P and 5 units of Q. B purchases 3 units of Q and sells 2 units of P and 1 unit of R. Cpurchases 1 unit of P and sells 4 units of Q and 6 units of R. In the process A, B and C earn Rs 6000, Rs 5000 and Rs 13000 respectively. If selling the units is positive earning and buying the units is negative earnings, find the price per unit of three commodities by using matrix method.
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.
2x − y + 2z = 0
5x + 3y − z = 0
x + 5y − 5z = 0
Let \[X = \begin{bmatrix}x_1 \\ x_2 \\ x_3\end{bmatrix}, A = \begin{bmatrix}1 & - 1 & 2 \\ 2 & 0 & 1 \\ 3 & 2 & 1\end{bmatrix}\text{ and }B = \begin{bmatrix}3 \\ 1 \\ 4\end{bmatrix}\] . If AX = B, then X is equal to
Solve the following by inversion method 2x + y = 5, 3x + 5y = −3
Prove that (A–1)′ = (A′)–1, where A is an invertible matrix.
`abs ((1, "a"^2 + "bc", "a"^3),(1, "b"^2 + "ca", "b"^3),(1, "c"^2 + "ab", "c"^3))`
What is the nature of the given system of equations
`{:(x + 2y = 2),(2x + 3y = 3):}`
Choose the correct option:
If a, b, c are in A.P. then the determinant `[(x + 2, x + 3, x + 2a),(x + 3, x + 4, x + 2b),(x + 4, x + 5, x + 2c)]` is
Let A = `[(i, -i),(-i, i)], i = sqrt(-1)`. Then, the system of linear equations `A^8[(x),(y)] = [(8),(64)]` has ______.
