Definition: Complex Dot Product
The dot product of two complex column vectors and is defined as:
NOTE
The dot product of two complex column vectors is equivalent to the matrix product of the Hermitian transpose of with :
1 min read
Definition: Complex Dot Product
The dot product of two complex column vectors u=[u1⋯un]T∈Cn and v=[v1⋯vn]T∈Cn is defined as:
u⋅v=def∑k=1nukvk
NOTE
The dot product u⋅v of two complex column vectors is equivalent to the matrix product of the Hermitian transpose of u with v:
u⋅v=u†v