Advertisements
Advertisements
प्रश्न
Solve the following system of equations by rank method
x + y + z = 9, 2x + 5y + 7z = 52, 2x – y – z = 0
उत्तर
x + y + z = 9
2x + 5y + 7z = 52
2x – y – z = 0
The matrix equation corresponding to the given system is
`[(1, 1, 1),(2, 5, 7),(2, -1, -1)] [(x),(y),(z)] = [(9),(52),(0)]`
A X = B
Augmented Martix [A, B] |
Elementary Tranformation |
`[(1, 1, 1, 9),(2, 5, 7, 52),(2, -1, -1, 0)]` | |
`˜[(1, 1, 1, 9),(0, 3, 5, 34),(0, -3, -3, -18)]` | `{:("R"_2 -> "R"_2 - 2"R"_1),("R"_3 -> "R"_3 - 2"R"_1):}` |
`˜[(1, 1, 1, 9),(0, 3, 5, 34),(0, 0, 2, 16)]` | `{:"R"_3 ->"R"_3 + "R"_2:}` |
p(A) = 3; p(A, B) = 3 |
Obviously the last equivalent matrix is in the echelon form. It has three non-zero rows.
p(A) = p(A, B)
= 3
= Number of unknowns
The given system is consistent and has unique solution.
To find the solution, let us rewrite the above echelon form into the matrix form.
`[(1, 1, 1),(0, 3,5),(90, 0, 2)] [(x),(y),(z)] = [(9),(3),(16)]`
x + y + z = 9 ........(1)
3y + 5z = 34 ........(2)
2z = 16 ........(3)
z = `6/2` = 8
z = 8
Substitute z = 8 in eqn (2)
3y + 5(8) = 34
3y + 40 = 34
3y = 34 – 40
3y = – 6
y = – 2
Substitute y = – 2 and z = 8 in equation (1)
x = (– 2) + 8 = 9
x + 6 = 9
x = 9 – 6
x = 3
∴ x = 3, y = – 2, z = 8
APPEARS IN
संबंधित प्रश्न
Find the rank of the following matrices
`((5, 6),(7, 8))`
Find the rank of the following matrices
`((2, -1, 1),(3, 1, -5),(1, 1, 1))`
Find the rank of the following matrices
`((3, 1, -5, -1),(1, -2, 1, -5),(1, 5, -7, 2))`
If A = `((1, 1, -1),(2, -3, 4),(3, -2, 3))` and B = `((1, -2, 3),(-2, 4, -6),(5, 1, -1))`, then find the rank of AB and the rank of BA.
The price of three commodities, X, Y and Z are and z respectively Mr. Anand purchases 6 units of Z and sells 2 units of X and 3 units of Y. Mr.Amar purchases a unit of Y and sells 3 units of X and 2 units of Z. Mr. Amit purchases a unit of X and sells 3 units of Y and a unit of Z. In the process they earn ₹ 5,000/-, ₹ 2,000/- and ₹ 5,500/- respectively. Find the prices per unit of three commodities by rank method
Choose the correct alternative:
The rank of the matrix `((1, 1, 1),(1, 2, 3),(1, 4, 9))` is
Choose the correct alternative:
The rank of the unit matrix of order n is
Choose the correct alternative:
If |A| ≠ 0, then A is
Choose the correct alternative:
The system of linear equations x = y + z = 2, 2x + y – z = 3, 3x + 2y + k = 4 has unique solution, if k is not equal to
Choose the correct alternative:
If `|"A"_("n" xx "n")|` = 3 and |adj A| = 243 then the value n is