Dot Product

Overview


The dot product is a binary operation between two vectors.
{% \vec{x} \cdot \vec{y} = \sum_i x_i \times y_i %}
Here a vector is a list of numbers such as
{% \vec{v} = (v_1,v_2,v_3) %}

Contents