0
Q:

cross product numpy

>>> x = [1, 2, 3]
>>> y = [4, 5, 6]
>>> np.cross(x, y)
array([-3,  6, -3])
0

New to Communities?

Join the community