Advertisements
Advertisements
Question
If A = `[(0, 3, 3),(-3, 0, -4),(-3, 4, 0)]` and B = `[(x),(y),(z)]`, find the matrix B'(AB)
Sum
Advertisements
Solution
AB = `[(0, 3, 3),(-3, 0, -4),(-3, 4, 0)] [(x),(y),(z)]`
= `[(3y + 3z),(-3x - 4z),(-3x + 4y)]`
B'(AB) = `[(x),(y),(z)] [(3y + 3z),(-3x - 4z),(-3x + 4y)]`
= `[(x, y, z)] [(3y + 3z),(-3x - 4z),(-3x + 4y)]`
= [3xy + 3xz − 3xy − 4yz − 3xz + 4yz]
= [0]
shaalaa.com
Is there an error in this question or solution?
