Processing math: 100%

Dot product

Summary

  • If u=(u1,,un) and v=(v1,,vn) are two vectors then the dot product uv is defined as the number

uv=u1v1++unvn=ni=1uivi

  • If u,v,w are n -vectors and a,β are scalars then:
  • uv=vu
  • u(v+w)=uv+uw
  • (αu)v=α(uv)=u(αv)
  • (αu)(βv)=αβ(uv)
  • The dot product is also called the inner product or the scalar product .