InterviewSolution
Saved Bookmarks
| 1. |
Find the transpose of each of the following matrices : (i)[{:(5),((1)/(2)),(-1):}] (ii)[{:(1,-1),(2,3):}] (iii)[{:(-1,5,6),(sqrt(3),5,6),(2,3,-1):}] |
|
Answer» (II) `=[{:(1,2),(-1,3):}]` (III) `=[{:(-1,sqrt(3),2),(5,5,3),(6,6,-1):}]` |
|