Eli Bendersky's
Follow
Dot product: Component vs. Geometric definition
The goal of this post is to answer a simple question: why are the
following two definitions of the vector dot product in Euclidean
space [1] equivalent for vectors \vec{a} and \vec{b}:Component definition:
\vec{a}\cdot\vec{b}=\sum_{i=1}^{n}a_i b_i
Geometric definition:
\vec …