Sum
Given `A = [(4, 1),(2,3)]` and `B = [(1, 0),(-2, 1)]` Find A - B
Advertisement Remove all ads
Solution
`A - B = [(4, 1),(2, 3)] - [(1, 0),(-2, 1)]= [(3, 1),(4, 2)]`
Concept: Addition and Subtraction 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