Sum
If A = `[(1, 2, -3),(-3, 7, -8),(0, -6, 1)], "B" = [(9, -1, 2),(-4, 2, 5),(4, 0, -3)]` then find the matrix C such that A + B + C is a zero matrix
Advertisement Remove all ads
Solution
A + B + C = 0
∴ C = – A – B
= `-[(1, 2, -3),(-3, 7, -8),(0, -6, 1)] - [(9, -1, 2),(-4, 2, 5),(4, 0, -3)]`
= `[(-1, -2, 3),(3, -7, 8),(0, 6, -1)] - [(9, -1, 2),(-4, 2, 5),(4, 0, -3)]`
= `[(-1 - 9, -2 - 1(-1), 3 - 2),(3 - (- 4), -7 - 2, 8 - 5),(0 - 4, 6 - 0, -1 - (-3))]`
= `[(-10, -1, 1),(7, -9, 3),(-4, 6, 2)]`
Concept: Algebra of Matrices
Is there an error in this question or solution?
Advertisement Remove all ads
APPEARS IN
Advertisement Remove all ads
Advertisement Remove all ads