ExteriorDerivative - 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 : Physics : ExteriorDerivative

Physics[ExteriorDerivative] - compute the exterior derivative of a totally antisymmetric covariant tensorial expression

Calling Sequence

ExteriorDerivative[mu](A)

Parameters

A

-

an algebraic expression, or a relation, or a list, set, Matrix or Array of them. A can be tensorial, in which case all its free indices must be covariant and the expression totally antisymmetric with respect to permutations of its free indices

mu

-

a spacetime covariant index, used to index the covariant derivative operator D_

...

-

(optional) the last argument can be the non-covariant operator d_ to be used instead of the covariant D_

Description

• 

The ExteriorDerivative[mu] command computes the exterior derivative of an expression A (possibly tensorial, according to the standard definition) as the exterior product of the covariant operator D_[mu], and a covariant, totally antisymmetric expression A, which can also be a vector in tensor notation with only one covariant index, or a scalar. In this sense, ExteriorDerivative performs, in a tensorial expression and using tensor notation, the operation that DifferentialGeometry[ExteriorDerivative] performs in the equivalent expression using differential forms.

  

NOTE: if the covariant index passed, mu, is also present in A as a free covariant index, the output is the contracted product D_[~mu](A[.., mu, ..]).

• 

The antisymmetry of A with respect to permutations of its free indices is verified before proceeding using Library[IsTensorialAntisymmetric]. Note that both the antisymmetrization of A as well as the exterior product between two arbitrary tensorial expressions can always be computed passing the expression or product to Antisymmetrize.

• 

The index mu indexing ExteriorDerivative in ExteriorDerivative[mu](A) is expected to be a spacetime index and is used to index the covariant derivative operator D_. When the spacetime is Galilean, so all the Christoffel symbols are zero, the operator d_ is used instead. When the spacetime is non-Galilean, due to the symmetry of the Christoffel symbols under permutation of their 2nd and 3rd indices, as well as the antisymmetric property of the result of ExteriorDerivative[mu](A), all the terms involving Christoffel symbols cancel so that a mathematically equivalent result can be obtained replacing D_ by d_. To obtain a result directly expressed using d_, pass d_ as the last argument.

Examples

In the examples that follow, as well as in the context of tensor computations with the Physics package, it is used Einstein's summation convention for repeated indices

withPhysics:

Setupmathematicalnotation=true

mathematicalnotation=true

(1)

Set a system of coordinates - say X

Setupcoordinates=X

Systems of spacetime coordinates are:X=x1,x2,x3,x4

_______________________________________________________

coordinatesystems=X

(2)

Compute the exterior derivative of a scalar fX

ExteriorDerivativeμfX

μfX

(3)

Because the spacetime at this point in the worksheet is flat, the output above involves d_, not the covariant D_. Set the spacetime to any non-Galilean value, for instance use the Schwarzschild metric (see g_)

g_sc

_______________________________________________________

Systems of spacetime coordinates are:X=r,θ,φ,t

Default differentiation variables for d_, D_ and dAlembertian are:X=r,θ,φ,t

Setting lowercaselatin_is letters to represent space indices

The Schwarzschild metric in coordinates r,θ,φ,t

Parameters: m

Signature: - - - +

_______________________________________________________

gμ,ν=

(4)

Define two tensors for experimentation, one symmetric, the other antisymmetric

DefineF,antisymmetric,quiet:DefineH,symmetric

Defined objects with tensor properties

F,H,μ,γμ,σμ,Rμ,ν,Rμ,ν,α,β,Cμ,ν,α,β,μ,gμ,ν,γi,j,Γμ,ν,α,Gμ,ν,εα,β,μ,ν,Xμ

(5)

Use the declare facility of PDEtools to avoid redundant display of functionality of FX and HX

PDEtools:-declareF,HX

Fr,θ,φ,twill now be displayed asF

Hr,θ,φ,twill now be displayed asH

(6)

ExteriorDerivativeμFα,βX

μFα,β3+αFβ,μ3βFα,μ3

(7)

The same result can be expressed in non-covariant manner in terms of d_ - pass it as last argument

ExteriorDerivativeμFα,βX,d_

μFα,β3+αFβ,μ3βFα,μ3

(8)

For example, to verify these two expressions are the same, rewrite the first one in terms of d_ and Simplify to re-obtain (8)

convert,d_

μFα,β3Γνα,μνα,μFν,β3+αFβ,μ3Γνα,μνα,μFβ,ν3βFα,μ3

(9)

Simplify

μFα,β3+αFβ,μ3βFα,μ3

(10)

To see the components behind these tensorial expressions you can use TensorArray, or the Library command TensorComponents, or more directly: Define a tensor with the expression, say Tμ,α,β and use it to compute its contravariant or covariant expressions, matricial form, etc:

DefineTμ,α,β=

Defined objects with tensor properties

H,μ,γμ,Fα,β,σμ,Rμ,ν,Rμ,ν,α,β,Tμ,α,β,Cμ,ν,α,β,μ,gμ,ν,γi,j,Γμ,ν,α,Gμ,ν,εα,β,μ,ν,Xμ

(11)

To see the all indices covariant and equal to 1,

T1,1,1

0

(12)

The values of T for all of its indices equal to 1, 2, 3, either covariant or all contravariant

T1,2,3

F2,3r3F1,3θ3+F1,2φ3

(13)

T~1,~2,~3

cscθ22mrF2,3r+F3,1θF2,1φ3r5

(14)

By construction, this tensorial expression Tα,β,γ is totally antisymmetric, so

T1,2,3+T2,1,3

0

(15)

Recalling that H is defined as symmetric and the symmetries of the Riemann tensor, create an expression that is zero by contracting H with the first or second pair of indices of Riemann. Use the product operator `*`, not `.`, to avoid automatic simplification of contracted indices

Riemannμ,ν,α,βHα,βX

Hα,βRα,βμ,να,βμ,ν

(16)

ExteriorDerivative does not simplify the expression before proceeding, it only checks the antisymmetry of the free indices

Library:-IsTensorialAntisymmetric

true

(17)

ExteriorDerivativeμ

μHα,βRμνα,βμνα,β3+Hα,βμRμνα,βμνα,β32μμHα,βRμ,να,βμ,να,β32Hα,βμμRμ,να,βμ,να,β3

(18)

You can Simplify results like this one, or where the zero is more disguised, using

Simplify

0

(19)

convert,d_

μHα,βΓκα,μκα,μHκ,βΓκβ,μκβ,μHα,κRμνα,βμνα,β3+Hα,βμRμνα,βμνα,βΓκμ,νκμ,νRμκα,βμκα,βΓακ,μακ,μRμνβ,κμνβ,κ+Γβκ,μβκ,μRμνα,κμνα,κ+Γμκ,μμκ,μRκνα,βκνα,β32gλ,μλ,μλHα,βΓκα,λκα,λHκ,βΓκβ,λκβ,λHα,κRμ,να,βμ,να,β32Hα,βgλ,μλ,μλRμ,να,βμ,να,βΓκλ,μκλ,μRκ,να,βκ,να,β+Γκλ,νκλ,νRκ,μα,βκ,μα,βΓακ,λακ,λRμ,νβ,κμ,νβ,κ+Γβκ,λβκ,λRμ,να,κμ,να,κ3

(20)

Simplify

0

(21)

See Also

Antisymmetrize, Christoffel, Coordinates, d_, D_, Define, g_, Library, Library[TensorComponents], PDEtools[declare], Physics, Physics conventions, Physics examples, Physics Updates, Tensors - a complete guide, Mini-Course Computer Algebra for Physicists, Riemann, Setup, Simplify, TensorArray

References

  

Landau, L.D., and Lifshitz, E.M. The Classical Theory of Fields, Course of Theoretical Physics Volume 2, fourth revised English edition. Elsevier, 1975.

  

Weinberg, S. Gravitation and Cosmology: Principles and Applications of The General Theory of Relativity, John Wiley & Sons, Inc, 1972.

Compatibility

• 

The Physics[ExteriorDerivative] command was introduced in Maple 17.

• 

For more information on Maple 17 changes, see Updates in Maple 17.