Find the transpose of each of the following matrices: (i) [[5],[1/2],[-1]] (ii) [[1,-1],[2,3]] (iii) [[-1,5,6],[sqrt3,5,6],[2,3,-1]].
Hint. Interchange rows and columns in each case.
Interchanging rows and columns in each case: (i) since a column matrix's rows become a single row, the transpose of a column matrix is a row matrix: [5, 1/2, -1]. (ii) [[1,2],[-1,3]]. (iii) [[-1,sqrt3,2],[5,5,3],[6,6,-1]].
✦ (i) [5, 0.5, -1] (ii) [[1,2],[-1,3]] (iii) [[-1,sqrt3,2],[5,5,3],[6,6,-1]]
