时间:2024-11-12 17:18:53
1、在Python导入numpy包
2、认识数组的乘积
3、用numpy来举例说明创建二维数组A和B二维数组A*B
4、认识矩阵的乘积
5、数组AB用dot函数来作为矩阵的乘积np.dot(A,B)