线性代数 示例

转置 [[-2,3,-1,3],[-3,1,3,0],[0,1,5,0],[6,4,-2,-6]]
解题步骤 1
Transpose the matrix by switching its rows to columns.