Advertisements
Advertisements
Question
Solve the following system of linear equations by matrix inversion method:
x + y + z – 2 = 0, 6x – 4y + 5z – 31 = 0, 5x + 2y + 2z = 13
Solution
`[(1, 1, 1),(6, -4, 5),(5, 2, 2)][(x),(y),(z)] = [(2),(31),(13)]`
AX = B
X = A-1B
A = `[(1, 1, 1),(6, -4, 5),(5, 2, 2)]`
A| = 1(– 8 – 10) – 1(12 – 25) + 1(12 + 20)
= 18 + 13 +32 = 27
≠ 0
A–1 exists
adj A = `[((-8 - 10), -(12 - 25), (12 + 20)),(-(2 - 2), (2 - 5), -(2 - 5)),((5 + 4), -(5 - 6), (- 4 - 6))]^"T"`
= `[(- 18, 13, 32),(0, -3, 3),(9, 1, -10)]^"T"`
= `[(-18, 0, 9),(13, -3, 1),(32, 3, -10)]`
A–1 = `1/|"A"|` adj A
= `1/27 [(-18, 0, 9),(13, -3, 1),(32, 3, -10)]`
X = `"A"^-1"B"`
`[(x),(y),(z)] = 1/27 [(-18, 0, 9),(13, -3, 1),(32, 3, 10)][(2),(31),(13)]`
= `1/27 [(- 36 + 0 + 117),(26 - 93 + 13),(64 + 93 - 130)]`
`[(x),(y),(z)] = 1/27 [(81),(-54),(27)]`
= `[(3),(-2),(1)]`
∴ x = 3, y = – 2, z = 1
APPEARS IN
RELATED QUESTIONS
Solve the following system of linear equations by matrix inversion method:
2x + 5y = – 2, x + 2y = – 3
Solve the following system of linear equations by matrix inversion method:
2x + 3y – z = 9, x + y + z = 9, 3x – y – z = – 1
A man is appointed in a job with a monthly salary of certain amount and a fixed amount of annual increment. If his salary was ₹ 19,800 per month at the end of the first month after 3 years of service and ₹ 23,400 per month at the end of the first month after 9 years of service, find his starting salary and his annual increment. (Use matrix inversion method to solve the problem.)
Solve the following systems of linear equations by Cramer’s rule:
5x – 2y + 16 = 0, x + 3y – 7 = 0
Solve the following systems of linear equations by Cramer’s rule:
`3/2 + 2y = 12, 2/x + 3y` = 13
Solve the following systems of linear equations by Cramer’s rule:
`3/x - 4/y - 2/z - 1` = 0, `1/x + 2/y + 1/z - 2` = 0, `2/x - 5/y - 4/z + 1` = 0
In a competitive examination, one mark is awarded for every correct answer while `1/4` mark is deducted for every wrong answer. A student answered 100 questions and got 80 marks. How many questions did he answer correctly? (Use Cramer’s rule to solve the problem).
A chemist has one solution which is 50% acid and another solution which is 25% acid. How much each should be mixed to make 10 litres of a 40% acid solution? (Use Cramer’s rule to solve the problem).
Solve the following systems of linear equations by Gaussian elimination method:
2x + 4y + 6z = 22, 3x + 8y + 5z = 27, – x + y + 2z = 2
If ax² + bx + c is divided by x + 3, x – 5, and x – 1, the remainders are 21, 61 and 9 respectively. Find a, b and c. (Use Gaussian elimination method.)
A boy is walking along the path y = ax2 + bx + c through the points (– 6, 8), (– 2, – 12), and (3, 8). He wants to meet his friend at P(7, 60). Will he meet his friend? (Use Gaussian elimination method.)
Choose the correct alternative:
If adj A = `[(2, 3),(4, 1)]` and adj B = `[(1, -2),(-3, 1)]` then adj (AB) is
Choose the correct alternative:
If ρ(A) ρ([A|B]), then the system AX = B of linear equations is
Choose the correct alternative:
If 0 ≤ θ ≤ π and the system of equations x + (sin θ)y – (cos θ)z = 0, (cos θ) x – y + z = 0, (sin θ) x + y + z = 0 has a non-trivial solution then θ is
Choose the correct alternative:
Let A = `[(2, -1, 1),(-1, 2, -1),(1, -1, 2)]` and 4B = `[(3, 1, -1),(1, 3, x),(-1, 1, 3)]`. If B is the inverse of A, then the value of x is