python 矩阵求转置

代码如下

`import numpy as np
a=np.array([[1,2,3],[4,5,6]])
a.T

猜你喜欢

转载自blog.csdn.net/m0_49040755/article/details/120410789
今日推荐