Question 128901
To transpose a matrix, take each row and make it into a column.


{{{A=(matrix(3,4,1,8,7,9,0,2,5,1,-4,-1,0,17))}}}


{{{A^T=(matrix(4,3,1,0,-4,8,2,-1,7,5,0,9,1,17))}}}