Why the square of the difference of these two arrays is 3?

后端 未结 0 1887
走了就别回头了
走了就别回头了 2020-11-29 03:41

import numpy as np

vector=np.array([1])

vector2=np.array([0])

(vector-vector2)^2

answer:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题