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
संबंधित प्रश्न
Examine the consistency of the system of equations.
x + 3y = 5
2x + 6y = 8
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}3x & 7 \\ 2 & 4\end{vmatrix} = 10\] , find the value of x.
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}\]
Without expanding, show that the value of the following determinant is zero:
\[\begin{vmatrix}8 & 2 & 7 \\ 12 & 3 & 5 \\ 16 & 4 & 3\end{vmatrix}\]
Without expanding, show that the value of the following determinant is zero:
\[\begin{vmatrix}1/a & a^2 & bc \\ 1/b & b^2 & ac \\ 1/c & c^2 & ab\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}\]
Evaluate :
\[\begin{vmatrix}x + \lambda & x & x \\ x & x + \lambda & x \\ x & x & x + \lambda\end{vmatrix}\]
Evaluate :
\[\begin{vmatrix}a & b & c \\ c & a & b \\ b & c & a\end{vmatrix}\]
Prove that
\[\begin{vmatrix}\frac{a^2 + b^2}{c} & c & c \\ a & \frac{b^2 + c^2}{a} & a \\ b & b & \frac{c^2 + a^2}{b}\end{vmatrix} = 4abc\]
Find the area of the triangle with vertice at the point:
(−1, −8), (−2, −3) and (3, 2)
Using determinants show that the following points are collinear:
(3, −2), (8, 8) and (5, 2)
If the points (a, 0), (0, b) and (1, 1) are collinear, prove that a + b = ab.
Using determinants, find the area of the triangle with vertices (−3, 5), (3, −6), (7, 2).
Prove that :
3x + y + z = 2
2x − 4y + 3z = − 1
4x + y − 3z = − 11
x − 4y − z = 11
2x − 5y + 2z = 39
− 3x + 2y + z = 1
2x − 3y − 4z = 29
− 2x + 5y − z = − 15
3x − y + 5z = − 11
If \[A = \begin{bmatrix}0 & i \\ i & 1\end{bmatrix}\text{ and }B = \begin{bmatrix}0 & 1 \\ 1 & 0\end{bmatrix}\] , find the value of |A| + |B|.
Evaluate \[\begin{vmatrix}4785 & 4787 \\ 4789 & 4791\end{vmatrix}\]
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 }\]}
The value of \[\begin{vmatrix}5^2 & 5^3 & 5^4 \\ 5^3 & 5^4 & 5^5 \\ 5^4 & 5^5 & 5^6\end{vmatrix}\]
If \[\begin{vmatrix}2x & 5 \\ 8 & x\end{vmatrix} = \begin{vmatrix}6 & - 2 \\ 7 & 3\end{vmatrix}\] , then x =
The maximum value of \[∆ = \begin{vmatrix}1 & 1 & 1 \\ 1 & 1 + \sin\theta & 1 \\ 1 + \cos\theta & 1 & 1\end{vmatrix}\] is (θ is real)
Solve the following system of equations by matrix method:
3x + y = 7
5x + 3y = 12
Solve the following system of equations by matrix method:
5x + 3y + z = 16
2x + y + 3z = 19
x + 2y + 4z = 25
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 each one of the following systems of linear equation is inconsistent:
2x + 3y = 5
6x + 9y = 10
Show that each one of the following systems of linear equation is inconsistent:
4x − 2y = 3
6x − 3y = 5
3x + y − 2z = 0
x + y + z = 0
x − 2y + z = 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.
If \[\begin{bmatrix}1 & 0 & 0 \\ 0 & y & 0 \\ 0 & 0 & 1\end{bmatrix}\begin{bmatrix}x \\ - 1 \\ 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
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
For the system of equations:
x + 2y + 3z = 1
2x + y + 3z = 2
5x + 5y + 9z = 4
If `|(2x, 5),(8, x)| = |(6, 5),(8, 3)|`, then find x
