Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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.
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.
Example 2.
Create a rank 2 vector bundle E over a 3 dimensional base.
Here are the 4 different permutation symbols one can define on E and their tensor types.
See Also
DifferentialGeometry, Tensor, DGinfo, KroneckerDelta, Physics:-LeviCivita. Physics:-KroneckerDelta
Download Help Document