

InterviewSolution
Saved Bookmarks
1. |
If `A={:[(-1,2),(3,4)]:}andB=A^(T)," then "A^(T)+B^(T)=`A. `{:[(-3,4),(6,8)]:}`B. `{:[(-2,0),(0,4)]:}`C. `{:[(1,0),(0,1)]:}`D. `{:[(-2,5),(5,8)]:}` |
Answer» Correct Answer - D Find `A^(T)andB^(T)` and add the two matrices. |
|