python之numpy.power()数组元素求n次方numpy.power(x1, x2)数组的元素分别求n次方。x2可以是数字,也可以是数组,但是x1和x2的列数要相同。>>> x1 = range(6)>>> x1[0, ...
確定! 回上一頁