• 2022-06-29
    下列函数中( )可以计算数组元素相乘。
    A: add
    B: subtract
    C: multiply
    D: divide
  • C

    内容

    • 0

      One common way to compute estimated at completion (EAC) is to take the project budgeted-at-completion and (). A: divide it by the schedule performance index B: multiply it by the schedule performance index C: multiply it by the cost performance index D: divide it by the cost performance index

    • 1

      下列函数中,用于计算数组相邻元素之间差的函数是_______。 A: numpy.prod() B: numpy.diff() C: np.sqrt() D: np.abs()

    • 2

      数组函数array_merge()的作用是() A: 对数组排序 B: 合并一个或多个数组 C: 打乱数组中元素的顺序 D: 计算数组中元素的个数

    • 3

      中国大学MOOC: 下列函数中,用于计算数组相邻元素之间差的函数是_______。

    • 4

      对于函数sumproduct(数组1,数组2)说法不正确的是 A: 该函数的功能是将数组间相应的元素进行相乘并求和 B: 数组1和数组2必须具有相同的维数 C: 对数组1和数组2的维数没有任何要 D: 该函数的计算结果是一个数值