有限数学 示例

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