Linear Algebra and the C Language/a0am
Appearance
Dot Product
[edit | edit source]In mathematics, the dot product is an algebraic operation that takes two equal-length sequences of numbers (usually coordinate vectors), and returns a single number.... Wikipedia: Dot product
Some Properties
[edit | edit source]Properties by axioms:
- <u,v> = <v,u> ............................ Symmetry axiom
- <u+v,w> = <u,w>+<v,w> ............ Additivity axiom
- <ku,v> = k<u,v> ......................... Homogeneity axiom
- <u,u> = 0 if and only if u = 0 ...... Positivity axiom
Properties by defintion:
Properties: