2
$\begingroup$

I am trying to find the right notation for this operation on two vectors of size N and M. I do not believe it is the dot product, because there is no sum for the multiplication of each element. Instead, the result is a vector that is of size N * M:

v1 = [a,b,c] v2 = [d,e]

result: [ad,ae,bd,be,cd,ce]

What is the notation for the operation I just performed between v1 and v2?

1 Answers 1