有限数学 示例

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