random中的randrange(a,b,c)方法生成的随机数不可能等于b
查看答案
import numpy as np中np表示方法的名字。
A. 正确
B. 错误
numpy库的( )模块是专门用于线性代数计算。
A. pyplot模块
B. linalg模块
C. polyfit
有数组n = np.arange(24).reshape(2,-1,2,2),n.shape的返回结果是什么?
A. (2,3,2,2)
B. (2,2,2,2)
C. (2,4,2,2)
D. (2,6,2,2)
numpy中向量转成矩阵使用( )
A. reshape
B. reval
C. arange
D. random