Advertisements
Advertisements
Question
If A = `[(2, 1, -1),(0, 1, -2)]`, Find A . At where At is the transpose of matrix A.
Sum
Advertisements
Solution
A =`[(2, 1, -1),(0, 1, -2)]`
At = `[(2, 0),(1, 1),(-1, -2)]`
A . At = `[(2, 1, -1),(0, 1, -2)][(2, 0),(1, 1),(-1, -2)]`
= `[(4 + 1 + 1, 0 + 1 + 2),(0 + 1 + 2, 0 + 1 + 4)]`
= `[(6, 3),(3, 5)]`
shaalaa.com
Is there an error in this question or solution?
