4. Vectors and Dot Products
Sign In
Recall the definition of the dot product.
Yes
Let's first calculate the dot products for a pair of example vectors u=⟨ 1, 3⟩ and v=⟨ 2, 4⟩ .
| u* v | v* u |
|---|---|
| ⟨ 1, 3⟩*⟨ 2, 4⟩= 1( 2)+ 3( 4) =14 | ⟨ 2, 4⟩*⟨ 1, 3⟩= 2( 1)+ 4( 3) =14 |
a * b = a_1 * b_1 + a_2 * b_2
Commutative Property of Multiplication
a * b = a_1 * b_1 + a_2 * b_2