1

I'm in Algebra 2 now, and for about 3 years I have extensively

$$ a \cdot b $$

Instead of

$$ a \times b $$

Now, looking into vector math for shaders, I see this is also the dot symbol is also used to represent dot products. Is my current representation just a form of calculating the dot product with two scalar numbers, which would be the same as multiplication? Or is this a different representation of multiplication used?

Asaf Karagila
  • 393,674

1 Answers1

2

Note that the field (the collection of scalars) is a vector space over itself. In that case the dot product, and multiplying the scalars is the same thing. It's also the same thing as setting the left one as a scalar and the right as a vector, and multiplying the vector by the scalar.

However it is often the case that for scalars we omit the dot completely and write $ab$.

Also, it is worth pointing out that $\times$, in the $3$-dimensional space is used to denote the cross product, which returns a vector.

Asaf Karagila
  • 393,674