第一章 1.6 1.7 1.8(python语言,numpy函数库)

第一章 1.6 1.7 1.8(python语言,numpy函数库)

2016-10-29    13'55''

主播: 叮宕

600 8

介绍:
from numpy import * //导入numpy testshuzu=random.rand(4,4) //随机生成4×4数组 testmatrix=mat(testshuzu) //将数组转化成矩阵 testshuzu //查看数组 testmatrix //查看矩阵
上一期: 第一章 1.5节 扎
下一期: 第一章 1.6 1.7 扎