Here is your definition of Vector multiplication (equation 3, here )
Vector Multiplication. Vector multiplication is one of the few vector operations that has no real geometric equivalent. To multiply a direction by another, or multiplying a position by another position, does not really make sense. That does not mean that the numerical equivalent is not useful, though.
Multiplying two vectors numerically is simply component-wise multiplication, much like vector addition.
What you described is actually called Hadamard product
Basically when "Vector multiplication" is said it is implied to be Cross product , which is completely different thing.
Here is your definition of Vector multiplication (equation 3, here )
What you described is actually called Hadamard product
Basically when "Vector multiplication" is said it is implied to be Cross product , which is completely different thing.