2、numpy乘法运算中dot是按照矩阵乘法的规则来运算的具体实现代码如下: ... print(b) print(np.dot(a,b)) print(np.dot(a,b).shape) """ [[1 2 3] [4 ...
確定! 回上一頁