tensor(deprecated)/exterior_prod - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : tensor(deprecated)/exterior_prod

tensor

  

exterior_prod

  

compute the exterior product of two covariant antisymmetric tensors.

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

exterior_prod(A, B)

Parameters

A, B

-

covariant antisymmetric tensors

Description

Important: The tensor package has been deprecated. Use the superseding command Physics[Antisymmetrize] instead.

• 

The function exterior_prod(A, B) computes the exterior product of the covariant antisymmetric tensors A and B and returns it as a tensor_type of rank equal to rankA+rankB.  The result is totally anti-symmetric and uses the antisymmetric indexing function.

• 

The input tensors A and B must be of covariant character and must be completely antisymmetric.  The routine first checks for the use of Maple's antisymmetric indexing function.  If this indexing function has not been used for input tensors of rank greater than one, the antisymmetry of the input is determined by comparing the input tensor components with those of the complete antisymmetrization of the input tensor.

• 

The result is computed first by computing the components of the outer product of A and B and then antisymmetrizing them.

• 

Simplification:  This routine uses the `tensor/lin_com/simp` and `tensor/prod/simp` routines for simplification purposes.  The simplification routines are used internally by the prod and antisymmetrize routines as they are called by exterior_prod.  By default, `tensor/lin_com/simp` and `tensor/prod/simp` are initialized to the `tensor/simp` routine. It is recommended that these routines be customized to suit the needs of the particular problem.

• 

This command is part of the tensor package, so it can be used in the form exterior_prod(..) only after executing the command with(tensor). However, it can always be accessed through the long from of the command by using tensor[exterior_prod](..).

Examples

Important: The tensor package has been deprecated. Use the superseding command Physics[Antisymmetrize] instead.

withtensor:

Compute the exterior product of two arbitrary first and second rank antisymmetric tensors:

Vcreate1,arrayv1,v2,v3

Vtableindex_char=−1,compts=v1v2v3

(1)

Ucarray1..3,1..3,antisymmetric:

forito3doforjfromi+1to3doUci,jcatU,i,jenddoenddo;Ucreate1,1,evalUc

Utableindex_char=−1,−1,compts=0U12U13U120U23U13U230

(2)

ex_prodexterior_prodU,V

ex_prodtableindex_char=−1,−1,−1,compts=arrayantisymmetric,1..3,1..3,1..3,1,1,1=0,1,1,2=0,1,1,3=0,1,2,1=0,1,2,2=0,1,2,3=U12v3U13v2+U23v1,1,3,1=0,1,3,2=U12v3+U13v2U23v1,1,3,3=0,2,1,1=0,2,1,2=0,2,1,3=U12v3+U13v2U23v1,2,2,1=0,2,2,2=0,2,2,3=0,2,3,1=U12v3U13v2+U23v1,2,3,2=0,2,3,3=0,3,1,1=0,3,1,2=U12v3U13v2+U23v1,3,1,3=0,3,2,1=U12v3+U13v2U23v1,3,2,2=0,3,2,3=0,3,3,1=0,3,3,2=0,3,3,3=0

(3)

Note the use of the antisymmetric indexing function:

op1,get_comptsex_prod

antisymmetric

(4)

See Also

Physics[Antisymmetrize]

tensor(deprecated)

tensor(deprecated)/exterior_diff

tensor(deprecated)[antisymmetrize]

tensor(deprecated)[prod]

tensor(deprecated)[simp]