

InterviewSolution
Saved Bookmarks
1. |
If matrix A=[{:(,2,1,3),(,4,-3,2):}] and B=[{:(,3,-2),(,7,4):}], find transpose matrices A^t and B^t. If possible, find (i) A+A^t (ii) B+B^t |
Answer» (II) `[{:(,6,5),(,5,8):}]` |
|