MultiVector - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


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

Description

• 

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.

Examples

 

Example 1.

First create a 4 dimensional manifold .

 

Calculate the bi-vector of the two vector fields  and .

M > 

(2.1)
M > 

(2.2)
M > 

(2.3)

 

Example 2.

Calculate the tri-vector of the three vector fields , and .

M > 

(2.4)
M > 

(2.5)
M > 

(2.6)
M > 

(2.7)

 

Example 3.

Use the MultiVector command to determine when a vector field  lies in the span of the vector fields .

M > 

(2.8)
M > 

(2.9)
M > 

(2.10)

So  is a linear combination of  precisely when .

See Also

DifferentialGeometry

Tensor

SymmetrizeIndices

DGinfo

 


Download Help Document