摘要: python numpy 矩阵 from numpy import *; import numpy as np; randomMat1=np.matrix([0.26358242,0.35134772,0.43263799,2.87872261]); mul1 = np.matrix([100,15 阅读全文
posted @ 2021-06-08 20:17 西北逍遥 阅读(64) 评论(0) 推荐(0) 编辑