Advertisements
Advertisements
प्रश्न
Solve the following system of linear equations using matrices:
x – 2y = 10, 2x – у – z = 8, –2y + z = 7
Advertisements
उत्तर
Given equations are,
x – 2y = 10
2x – у – z = 8
And –2y + z = 7
The given equations can be arranged in matrix form as,
`[(1, -2, 0),(2, -1, -1),(0, -2, 1)] [(x),(y),(z)] = [(10),(8),(7)]`
Let A = `[(1, -2, 0),(2, -1, -1),(0, -2, 1)]`, X = `[(x),(y),(z)]` and B = `[(10),(8),(7)]`
∴ AX = B ...(i)
Now, |A| = `|(1, -2, 0),(2, -1, -1),(0, -2, 1)|`
= 1(–1 – 2) + 2(2 + 0) + 0(– 4 + 0)
= –3 + 4
= 1 ≠ 0
So, A is invertible.
Now, the minors of the elements of |A| are
M11 = – 3, M12 = 2, M13 = – 4
M21 = – 2, M22 = 1, M23 = – 2
M31 = 2, M32 = –1, M33 = 3
Co-factors of the elements of |A| are
A11 = – 3, A12 = – 2, A13 = – 4
A21 = 2, A22 = 1, A23 = 2
A31 = 2, A32 = 1, A33 = 3
We know, `adj.A = [(A_11, A_12, A_13),(A_21, A_22, A_23),(A_31, A_32, A_33)]^T`
∴ `adj.A = [(-3, -2, -4),(2, 1, 2),(2, 1, 3)]^T`
= `[(-3, 2, 2),(-2, 1, 1),(-4, 2, 3)]`
∴ `A^-1 = 1/|A| (adj.A)`
= `1. [(-3, 2, 2),(-2, 1, 1),(-4, 2, 3)]`
From (i), we have
AX = B
⇒ A–1 AX = A–1 B ...[Multiplying A–1 on both sides]
⇒ IX = A–1 B ...[AA–1 = I]
⇒ X = A–1 B
⇒ `[(x),(y),(z)] = [(-3, 2, 2),(-2, 1, 1),(-4, 2, 3)] [(10),(8),(7)]`
⇒ `[(x),(y),(x)] = [(-30 + 16 + 14),(-20 + 8 + 7),(-40 + 16 + 21)]`
⇒ `[(x),(y),(z)] = [(0),(-5),(-3)]`
∴ x = 0, y = –5 and z = –3.
