Dot Product: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
No edit summary
m (Text replacement - "<B><U>AKA</U>:</B>" to "<U>AKA</U>:")
Line 1: Line 1:
A [[Dot Product]] is a [[Real-Valued Vector Function]] that is based on the [[Summation]] of the [[Product]]s between each of pair of [[Vector Element]]s.
A [[Dot Product]] is a [[Real-Valued Vector Function]] that is based on the [[Summation]] of the [[Product]]s between each of pair of [[Vector Element]]s.
* <B><U>AKA</U>:</B> [[·]], [[Canonical Dot Product]], [[Inner Dot Product]], [[Scalar Product]], [[Dot Product Operation]], [[Dot Product Function]], [[Inner Product]].
* <U>AKA</U>: [[·]], [[Canonical Dot Product]], [[Inner Dot Product]], [[Scalar Product]], [[Dot Product Operation]], [[Dot Product Function]], [[Inner Product]].
* <B><U>Context</U>:</B>
* <B><U>Context</U>:</B>
** [[Input]]: two [[Equal Sized]] [[Vector]]s.
** [[Input]]: two [[Equal Sized]] [[Vector]]s.

Revision as of 21:35, 17 August 2014

A Dot Product is a Real-Valued Vector Function that is based on the Summation of the Products between each of pair of Vector Elements.



References

2014

  • (Wikipedia, 2014) ⇒ http://en.wikipedia.org/wiki/dot_product Retrieved:2014-4-26.
    • In mathematics, the dot product, or scalar product (or sometimes inner product in the context of Euclidean space), is an algebraic operation that takes two equal-length sequences of numbers (usually coordinate vectors) and returns a single number. This operation can be defined either algebraically or geometrically. Algebraically, it is the sum of the products of the corresponding entries of the two sequences of numbers. Geometrically, it is the product of the magnitudes of the two vectors and the cosine of the angle between them. The name "dot product" is derived from the centered dot· " that is often used to designate this operation; the alternative name "scalar product" emphasizes the scalar (rather than vectorial) nature of the result.

      In three-dimensional space, the dot product contrasts with the cross product of two vectors, which produces a pseudovector as the result. The dot product is directly related to the cosine of the angle between two vectors in Euclidean space of any number of dimensions.

2009


  • http://planetmath.org/encyclopedia/DotProduct.html
    • Let [math]\displaystyle{ u=(u_1,u_2,\ldots,u_n) }[/math] and [math]\displaystyle{ v=(v_1,v_2,\ldots,v_n) }[/math] two vectors on [math]\displaystyle{ k^n }[/math] where [math]\displaystyle{ k }[/math] is a field (like $\mathbb{R}$ or $\mathbb{C}$).

      Then we define the dot product of the two vectors as: [math]\displaystyle{ u\cdot v=u_1v_1+u_2v_2+\cdots+u_nv_n. }[/math] Notice that [math]\displaystyle{ u\cdot v }[/math] is NOT a vector but a scalar (an element from the field $k$).