Cross products #
This module defines the cross product of vectors in $R^3$ for $R$ a commutative ring, as a bilinear map.
Main definitions #
crossProduct
is the cross product of pairs of vectors in $R^3$.
Main results #
Notation #
The locale Matrix
gives the following notation:
×₃
for the cross product
Tags #
crossproduct
The cross product of two vectors in $R^3$ for $R$ a commutative ring.
Equations
Instances For
Alias of cross_anticomm
.
The cross product of two vectors is perpendicular to the first vector.
The cross product of two vectors is perpendicular to the second vector.
Cyclic permutations preserve the triple product. See also triple_product_eq_det
.
The triple product of u
, v
, and w
is equal to the determinant of the matrix
with those vectors as its rows.
The cross product satisfies the Leibniz lie property.
Jacobi identity: For a cross product of three vectors, their sum over the three even permutations is equal to the zero vector.
The scalar triple product expansion of the vector triple product.
Alternative form of the scalar triple product expansion of the vector triple product.