Advertisements
Advertisements
Question
If A = `[(1, 2, -3),(2, 0, -3),(1, 2, 0)]`, then find A−1 and hence solve the following system of equations:
x + 2y − 3z = 1
2x − 3z = 2
x + 2y = 3
Solution
Here, ` |A| = [(1, 2, -3),(2, 0, -3),(1, 2, 0)]`
= = 1(0 + 6) - 2(0 + 3) − 3(4)
= 6 − 6 − 12 = −12 ≠ 0
Thus, A is invertible.
Now, the cofactor of `|A|` are
C11 = 6, C12 = −3, C13 = 4
C21 = −6, C22 = 3, C23 = 0
C31 = −6, C32 = −3, C33 = −4
∴ adj A = `[(6, -3, 4),(-6, 3, 0),(-6, -3, -4)]^T = [(6, -6, -6),(-3, 3, -3),(4, 0, -4)]`
So, A−1 = `1/|A| "adj" A = 1/-12[(6, -6, -6),(-3, 3, -3),(4, 0, -4)]`
The given equations are
x + 2y − 3z = 1, 2x − 3z = 2 and x + 2y = 3
which can be written in matrix form as AX = B, where
`A = [(1, 2, -3),(2, 0, -3),(1, 2, 0)], X =[(x),(y),(z)] and B = [(1),(2),(3)]`
=> `[(x),(y),(z)] = [(1, 2, -3),(2, 0, -3),(1, 2, 0)]^-1[(1),(2),(3)]`
= `-1/12 [(6, -6, -6),(-3, 3, -3),(4, 0, -4)][(1),(2),(3)]`
= `(-1)/12 [(6, -12, -18),(-3, +6, -9),(4, +0, -12)]`
= `(-1)/12[(-24),(-6),(-8)]`
∴ `[(x),(y),(z)] = [(2),(1/2),(2/3)]`
∴ x = 2, y = `1/2` and z = `2/3`