如下input a matrix: [[1.,2.,3.],[1j,2j,3j],[-1,-2,-3]]print[[ 1.+0.j 2.+0.j 3.+0.j][ 0.+1.j 0.+2.j 0.+3.j][-1.+0.j -2.+0.j -3.+0.j]]
临摹微笑
相关分类