Advertisements
Advertisements
प्रश्न
Solve the following system of equations by matrix method:
5x + 7y + 2 = 0
4x + 6y + 3 = 0
Advertisements
उत्तर
The given system of equations can be written in matrix form as folllows:
\[\begin{bmatrix}5 & 7 \\ 4 & 6\end{bmatrix} \binom{x}{y} = \binom{ - 2}{ - 3}\]
\[AX=B\]
Here,
\[A = \begin{bmatrix}5 & 7 \\ 4 & 6\end{bmatrix}, X = \binom{x}{y}\text{ and }B = \binom{ - 2}{ - 3}\]
Now,
\[\left| A \right| = \begin{bmatrix}5 & 7 \\ 4 & 6\end{bmatrix} \]
\[ = 30 - 28\]
\[ = 2 \neq 0 \]
\[\text{ The given system has a unique solution given by }X = A^{- 1} B . \]
\[{ \text{ Let }C}_{ij} {\text{be the cofactors of the elements a}}_{ij}\text{ in }A=\left[ a_{ij} \right].\text{ Then,}\]
\[ C_{11} = \left( - 1 \right)^{1 + 1} \left( 6 \right) = 6 , C_{12} = \left( - 1 \right)^{1 + 2} \left( 4 \right) = - 4\]
\[ C_{21} = \left( - 1 \right)^{2 + 1} \left( 7 \right) = - 7, C_{22} = \left( - 1 \right)^{2 + 2} \left( 5 \right)\]
\[ = 5\]
\[adj A = \begin{bmatrix}6 & - 4 \\ - 7 & 5\end{bmatrix}^T \]
\[ = \begin{bmatrix}6 & - 7 \\ - 4 & 5\end{bmatrix}\]
\[ A^{- 1} = \frac{1}{\left| A \right|}adj A\]
\[ \Rightarrow A^{- 1} = \frac{1}{2}\begin{bmatrix}6 & - 7 \\ - 4 & 5\end{bmatrix}\]
\[X = A^{- 1} B\]
\[ = \frac{1}{2}\begin{bmatrix}6 & - 7 \\ - 4 & 5\end{bmatrix}\binom{ - 2}{ - 3}\]
\[ = \frac{1}{2}\binom{ - 12 + 21}{8 - 15}\]
\[ \Rightarrow \binom{x}{y} = \binom{\frac{9}{2}}{\frac{- 7}{2}}\]
\[ \therefore x = \frac{9}{2}\text{ and } y = \frac{- 7}{2}\]
APPEARS IN
संबंधित प्रश्न
Examine the consistency of the system of equations.
x + 3y = 5
2x + 6y = 8
Evaluate the following determinant:
\[\begin{vmatrix}\cos \theta & - \sin \theta \\ \sin \theta & \cos \theta\end{vmatrix}\]
Evaluate the following determinant:
\[\begin{vmatrix}\cos 15^\circ & \sin 15^\circ \\ \sin 75^\circ & \cos 75^\circ\end{vmatrix}\]
\[∆ = \begin{vmatrix}\cos \alpha \cos \beta & \cos \alpha \sin \beta & - \sin \alpha \\ - \sin \beta & \cos \beta & 0 \\ \sin \alpha \cos \beta & \sin \alpha \sin \beta & \cos \alpha\end{vmatrix}\]
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|.
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}\]
Without expanding, show that the value of the following determinant is zero:
\[\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}0 & x & y \\ - x & 0 & z \\ - y & - z & 0\end{vmatrix}\]
Without expanding, show that the value of the following determinant is zero:
\[\begin{vmatrix}\sqrt{23} + \sqrt{3} & \sqrt{5} & \sqrt{5} \\ \sqrt{15} + \sqrt{46} & 5 & \sqrt{10} \\ 3 + \sqrt{115} & \sqrt{15} & 5\end{vmatrix}\]
Prove the following identity:
`|(a^3,2,a),(b^3,2,b),(c^3,2,c)| = 2(a-b) (b-c) (c-a) (a+b+c)`
Solve the following determinant equation:
Solve the following determinant equation:
Find the area of the triangle with vertice at the point:
(3, 8), (−4, 2) and (5, −1)
Prove that :
\[\begin{vmatrix}\left( b + c \right)^2 & a^2 & bc \\ \left( c + a \right)^2 & b^2 & ca \\ \left( a + b \right)^2 & c^2 & ab\end{vmatrix} = \left( a - b \right) \left( b - c \right) \left( c - a \right) \left( a + b + c \right) \left( a^2 + b^2 + c^2 \right)\]
Prove that
2x − y = 17
3x + 5y = 6
3x + y = 19
3x − y = 23
3x + y + z = 2
2x − 4y + 3z = − 1
4x + y − 3z = − 11
5x − 7y + z = 11
6x − 8y − z = 15
3x + 2y − 6z = 7
x + y + z + 1 = 0
ax + by + cz + d = 0
a2x + b2y + x2z + d2 = 0
Find the real values of λ for which the following system of linear equations has non-trivial solutions. Also, find the non-trivial solutions
\[2 \lambda x - 2y + 3z = 0\]
\[ x + \lambda y + 2z = 0\]
\[ 2x + \lambda z = 0\]
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|.
If \[A = \begin{bmatrix}\cos\theta & \sin\theta \\ - \sin\theta & \cos\theta\end{bmatrix}\] , then for any natural number, find the value of Det(An).
Let \[\begin{vmatrix}x^2 + 3x & x - 1 & x + 3 \\ x + 1 & - 2x & x - 4 \\ x - 3 & x + 4 & 3x\end{vmatrix} = a x^4 + b x^3 + c x^2 + dx + e\]
be an identity in x, where a, b, c, d, e are independent of x. Then the value of e is
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
Solve the following system of equations by matrix method:
8x + 4y + 3z = 18
2x + y +z = 5
x + 2y + z = 5
Solve the following system of equations by matrix method:
x + y + z = 6
x + 2z = 7
3x + y + z = 12
Show that the following systems of linear equations is consistent and also find their solutions:
6x + 4y = 2
9x + 6y = 3
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.
A total amount of ₹7000 is deposited in three different saving bank accounts with annual interest rates 5%, 8% and \[8\frac{1}{2}\] % respectively. The total annual interest from these three accounts is ₹550. Equal amounts have been deposited in the 5% and 8% saving accounts. Find the amount deposited in each of the three accounts, with the help of matrices.
x + y + z = 0
x − y − 5z = 0
x + 2y + 4z = 0
The number of solutions of the system of equations
2x + y − z = 7
x − 3y + 2z = 1
x + 4y − 3z = 5
is
On her birthday Seema decided to donate some money to children of an orphanage home. If there were 8 children less, everyone would have got ₹ 10 more. However, if there were 16 children more, everyone would have got ₹ 10 less. Using the matrix method, find the number of children and the amount distributed by Seema. What values are reflected by Seema’s decision?
Solve the following equations by using inversion method.
x + y + z = −1, x − y + z = 2 and x + y − z = 3
Solve the following system of equations by using inversion method
x + y = 1, y + z = `5/3`, z + x = `4/3`
Show that if the determinant ∆ = `|(3, -2, sin3theta),(-7, 8, cos2theta),(-11, 14, 2)|` = 0, then sinθ = 0 or `1/2`.
In system of equations, if inverse of matrix of coefficients A is multiplied by right side constant B vector then resultant will be?
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 P = `[(-30, 20, 56),(90, 140, 112),(120, 60, 14)]` and A = `[(2, 7, ω^2),(-1, -ω, 1),(0, -ω, -ω + 1)]` where ω = `(-1 + isqrt(3))/2`, and I3 be the identity matrix of order 3. If the determinant of the matrix (P–1AP – I3)2 is αω2, then the value of α is equal to ______.
