Another important operation that can be performed on vectors is the real dot product (or often just βdot productβ).
The reason I specify that itβs a real dot product is because if the vectors contain complex numbers, many properties of the operation change and donβt hold in the same way.
From now on, I will call the real dot product just βdot productβ for simplicity, since thatβs the most common operation and most of the time context confirms that weβre only concerning ourselves with real numbers.
The dot product is sometimes called inner product, but I found that βdot productβ is the more common naming convention.
Definition
The dot product of two real vectors
v=[v1βv2ββ] and
w=[w1βw2ββ] is denoted by the notation
vβ w and is defined as
vβ w=v1βw1β+v2βw2β.
As you can see, the result of a dot product operation - which is performed between two vectors - is a scalar.
Commutativity
The order of the operands makes no difference, since