Dot product
Summary
- If u=(u1,⋯,un) and v=(v1,⋯,vn) are two vectors then the dot product u⋅v is defined as the number
u⋅v=u1v1+…+unvn=n∑i=1uivi
- If u,v,w are n -vectors and a,β are scalars then:
- u⋅v=v⋅u
- u⋅(v+w)=u⋅v+u⋅w
- (αu)⋅v=α(u⋅v)=u⋅(αv)
- (αu)⋅(βv)=αβ(u⋅v)
- The dot product is also called the inner product or the scalar product .