Multiplication of vectors

From Infogalactic: the planetary knowledge core
(Redirected from Vector product)
Jump to: navigation, search

In mathematics, Vector multiplication refers to one of several techniques for the multiplication of two (or more) vectors with themselves. It may concern any of the following articles:

  • Dot product — also known as the "scalar product", an operation that takes two vectors and returns a scalar quantity. The dot product of two vectors can be defined as the product of the magnitudes of the two vectors and the cosine of the angle between the two vectors. Alternatively, it is defined as the product of the projection of the first vector onto the second vector and the magnitude of the second vector. Thus,
A ⋅ B = ||A|| ||B|| cos θ.
  • Cross product — also known as the "vector product", a binary operation on two vectors that results in another vector. The cross product of two vectors in 3-space is defined as the vector perpendicular to the plane determined by the two vectors whose magnitude is the product of the magnitudes of the two vectors and the sine of the angle between the two vectors. So, if n is the unit vector perpendicular to the plane determined by vectors A and B,
A × B = ||A|| ||B|| sin θ n.

See also

<templatestyles src="Dmbox/styles.css" />