Tensor[PermutationSymbol] - create a permutation symbol
Calling Sequences
PermutationSymbol(indexType, fr)
Parameters
indexType - a string, one of the 4 possible index types "cov_bas", "con_bas", "cov_vrt", or "con_vrt"
fr - (optional) the name of a defined frame
|
Description
|
|
•
|
A permutation symbol is a tensor density which is fully skew-symmetric and whose component values are + 1 or - 1. The rank of the permutation symbol is the dimension of the manifold M, or the base or fiber dimension of a vector bundle E. The covariant permutation symbol is a tensor density of weight - 1 while the contravariant permutation symbol is a tensor density of weight 1.
|
•
|
The command PermutionSymbol(indexType) returns the permutation symbol of the type specified by indexType in the current frame unless the frame is explicited specified.
|
•
|
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form PermutationSymbol(...) only after executing the command with(DifferentialGeometry) and with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-PermutationSymbol.
|
|
|
Examples
|
|
>
|
|
Example 1.
Create a 2 dimensional manifold M.
>
|
|
| (2.1) |
Here are the 2 different permutation symbols one can define on M. For each we use the DGinfo command to display the tensor type -- recall that the first list characterizes the index type and the second list the tensor density weight.
M >
|
|
| (2.2) |
M >
|
|
| (2.3) |
M >
|
|
| (2.4) |
M >
|
|
| (2.5) |
Example 2.
Create a rank 2 vector bundle E over a 3 dimensional base.
M >
|
|
| (2.6) |
Here are the 4 different permutation symbols one can define on E and their tensor types.
E >
|
|
| (2.7) |
E >
|
|
| (2.8) |
E >
|
|
| (2.9) |
E >
|
|
| (2.10) |
E >
|
|
| (2.11) |
E >
|
|
| (2.12) |
E >
|
|
| (2.13) |
E >
|
|
| (2.14) |
|
|
Download Help Document
Was this information helpful?