Vector multiplication can be completed using the Dot Product or Cross Product. The result of the cross product is a vector. We can calculate the cross product using geometric or algebraic vectors.
The Algebraic Cross Product of two vectors \( \vec{a} = \left(a_{1},a_{2},a_{3}\right), \vec{b} = \left(b_{1},b_{2},b_{3}\right) \) is defined by:
\(\vec{a}\times(\vec{b}+\vec{c})\)
\( (\vec{a}\times\vec{b}) + (\vec{a}\times\vec{c}) \)
\( (\vec{a}\times\vec{b})\times\vec{c}\)
\(\vec{a}\times(\vec{b}\times\vec{c})\)