How would you grammatically correctly describe the computation of the dot product of two n-dimensional vectors.
Is this correct:
We multiply the corresponding elements of the two vectors. Then we sum the products together.
How would you grammatically correctly describe the computation of the dot product of two n-dimensional vectors.
Is this correct:
We multiply the corresponding elements of the two vectors. Then we sum the products together.
Copyright © 2021 JogjaFile Inc.
Corresponding to what? To be more precise, I would say multiply the components that have the same index and them take the sum.