题目内容

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

linalg.eigvals用于计算( )

A. 矩阵的奇异值分解
B. 特征值
C. 行列式
D. 逆矩阵

答案查题题库