Advertisements
Advertisements
प्रश्न
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
उत्तर
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.
संबंधित प्रश्न
Examine the consistency of the system of equations.
2x − y = 5
x + y = 4
Examine the consistency of the system of equations.
x + y + z = 1
2x + 3y + 2z = 2
ax + ay + 2az = 4
Solve the system of linear equations using the matrix method.
5x + 2y = 4
7x + 3y = 5
Solve the system of linear equations using the matrix method.
2x + 3y + 3z = 5
x − 2y + z = −4
3x − y − 2z = 3
Evaluate the following determinant:
\[\begin{vmatrix}a + ib & c + id \\ - c + id & a - ib\end{vmatrix}\]
Find the value of x, if
\[\begin{vmatrix}2 & 3 \\ 4 & 5\end{vmatrix} = \begin{vmatrix}x & 3 \\ 2x & 5\end{vmatrix}\]
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}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}2 & 3 & 7 \\ 13 & 17 & 5 \\ 15 & 20 & 12\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}\]
Evaluate :
\[\begin{vmatrix}a & b + c & a^2 \\ b & c + a & b^2 \\ c & a + b & c^2\end{vmatrix}\]
Evaluate :
\[\begin{vmatrix}1 & a & bc \\ 1 & b & ca \\ 1 & c & ab\end{vmatrix}\]
\[If ∆ = \begin{vmatrix}1 & x & x^2 \\ 1 & y & y^2 \\ 1 & z & z^2\end{vmatrix}, ∆_1 = \begin{vmatrix}1 & 1 & 1 \\ yz & zx & xy \\ x & y & z\end{vmatrix},\text{ then prove that }∆ + ∆_1 = 0 .\]
Prove the following identities:
\[\begin{vmatrix}y + z & z & y \\ z & z + x & x \\ y & x & x + y\end{vmatrix} = 4xyz\]
Solve the following determinant equation:
Using determinants prove that the points (a, b), (a', b') and (a − a', b − b') are collinear if ab' = a'b.
Prove that :
Prove that :
2x − y = − 2
3x + 4y = 3
2y − 3z = 0
x + 3y = − 4
3x + 4y = 3
2x − 3y − 4z = 29
− 2x + 5y − z = − 15
3x − y + 5z = − 11
3x − y + 2z = 6
2x − y + z = 2
3x + 6y + 5z = 20.
x − y + 3z = 6
x + 3y − 3z = − 4
5x + 3y + 3z = 10
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.
Solve the following system of equations by matrix method:
3x + y = 7
5x + 3y = 12
Solve the following system of equations by matrix method:
\[\frac{2}{x} - \frac{3}{y} + \frac{3}{z} = 10\]
\[\frac{1}{x} + \frac{1}{y} + \frac{1}{z} = 10\]
\[\frac{3}{x} - \frac{1}{y} + \frac{2}{z} = 13\]
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
2x − y + z = 0
3x + 2y − z = 0
x + 4y + 3z = 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
The system of linear equations:
x + y + z = 2
2x + y − z = 3
3x + 2y + kz = 4 has a unique solution if
System of equations x + y = 2, 2x + 2y = 3 has ______
If A = `[(1, -1, 2),(3, 0, -2),(1, 0, 3)]`, verify that A(adj A) = (adj A)A
A set of linear equations is represented by the matrix equation Ax = b. The necessary condition for the existence of a solution for this system is
If the system of equations x + λy + 2 = 0, λx + y – 2 = 0, λx + λy + 3 = 0 is consistent, then
If a, b, c are non-zeros, then the system of equations (α + a)x + αy + αz = 0, αx + (α + b)y + αz = 0, αx+ αy + (α + c)z = 0 has a non-trivial solution if
The system of linear equations
3x – 2y – kz = 10
2x – 4y – 2z = 6
x + 2y – z = 5m
is inconsistent if ______.
The greatest value of c ε R for which the system of linear equations, x – cy – cz = 0, cx – y + cz = 0, cx + cy – z = 0 has a non-trivial solution, is ______.
