Advertisements
Advertisements
Question
Given A = `[(4, 1),(2, 3)]` and B = `[(1, 0),(-2, 1)]`, find A2
Sum
Advertisements
Solution
A2 = `[(4, 1),(2, 3)][(4, 1),(2, 3)]`
= `[(16 + 2, 4 + 3),(8 + 6, 2 + 9)]`
= `[(18,7),(14, 11)]`
shaalaa.com
Is there an error in this question or solution?
