Tensor[MultiVector] - compute the alternating sum of the tensor product of a list of vector fields
Calling Sequences
MultiVector(V)
Parameters
V - a list of vector fields
Description
Examples
The bi-vector defined by vector fields and is the rank 2, skew-symmetric, contravariant tensor field . More generally, the multi-vector defined by vector fields is the rank , skew-symmetric contravariant tensor field defined as the alternating sum of the tensor products of .
The vector fields are linearly dependent if and only if the associated multi-vector vanishes.
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form MultiVector(...) only after executing the command with(DifferentialGeometry) and with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-MultiVector.
Example 1.
First create a 4 dimensional manifold .
Calculate the bi-vector of the two vector fields and .
Example 2.
Calculate the tri-vector of the three vector fields , and .
Example 3.
Use the MultiVector command to determine when a vector field lies in the span of the vector fields .
So is a linear combination of precisely when .
See Also
DifferentialGeometry
Tensor
SymmetrizeIndices
DGinfo
Download Help Document