Updates to Differential Geometry in Maple 16
DifferentialGeometry for Maple 16, with 28 new commands, contains important new functionality for working with abstractly defined differential forms, Lie algebras and general relativity.
Abstractly defined differential forms
The functionality of the command DGsetup has been extended to create a new computational environment for working with abstract differential forms, that is, differential forms which are defined without reference to any underlying system of coordinates. Structure equations for the abstract differential forms can be included in the new calling sequences for DGsetup. The capabilities of other commands in the DifferentialGeometry package, notably DGinfo, ExteriorDerivative, Hook and LieDerivative, have been extended to work with abstract differential forms. These capabilities extend those available in the difforms package. For an introduction to this new functionality in DifferentialGeometry, see Working with Abstract Forms.
The Maplet MetricSearch
The Library sub-package contains a new command MetricSearch which provides a simple method for searching the DifferentialGeometry database of solutions to the Einstein equations.
General Relativity
The Tensor sub-package contains 4 new commands for analyzing the geometric properties of space-times.
The commands RainichConditions and RainichElectromagneticField can be used to determine if a given space-time is an electro-vac space-time and to find the electromagnetic field for that space-time.
Line congruences play a distinguished role in the study of space-times and the properties of such congruences can now be easily calculated with the command CongruenceProperties.
The signature of a metric can now be computed with QuadraticFormSignature. This procedure uses a simple algorithm which does not require eigenvalue computation and works well with the Maple assuming feature.
For General Relativity students and researchers new to Maple, see Overview of General Relativity in DifferentialGeometry.
Integration of the sub-packages LieAlgebraCohomology and LieAlgebraRepresentations
The sub-package LieAlgebras:-LieAlgebraCohomology has been deprecated and the 3 commands in that package [Cohomology, CohomologyDecomposition, RelativeChains] have been integrated directly into the LieAlgebras package.
The sub-package LieAlgebras:-LieAlgebraRepresentations has been deprecated and the 11 commands in that package [ApplyRepresentation, AscendingIdealsBasis, ChangeBasis, DirectSum, Invariants, QuotientRepresentation, Representation, RepresentationEigenvector, SolvableRepresentation, SubRepresentation, TensorProduct] have been integrated directly into the LieAlgebras package.
Structure Theory of Semi-simple Lie Algebras
Twenty-four new commands have been added to the LieAlgebra package for working with simple (and semi-simple) Lie algebras. The DifferentialGeometry software now contains the commands for the complete analysis of the structure theory for any semi-simple Lie algebra (defined perhaps as a matrix algebra, a Lie algebra of symmetries of a differential equation, the isometries of a metric, the automorphisms of a Lie algebra, etc).
The command SimpleLieAlgebraData can be used define the structure equations for any of the classical real simple Lie algebras sln, sup, q, su*n, sop, q, so*n, spn, ℝ, spp, q, spn. There are three companion procedures to SimpleLieAlgebraData. The procedure StandardRepresentation gives a basis for the standard representation of these Lie algebras as matrices. The procedure SimpleLieAlgebraProperties returns a table of properties for any one of these simple Lie algebras - these properties include Cartan subalgebra, root space decomposition, simple roots, positive roots, Cartan decomposition, etc. The command MatrixSubalgebra is used to create subalgebras of these classic matrix algebras.
The command CartanSubalgebra finds a Cartan subalgebra for any given Lie algebra.
The command RootSpaceDecomposition uses the Cartan subalgebra to produce a table which gives the root space decomposition of the Lie algebra. The roots can be extracted from the table with LieAlgebraRoots. The compact roots (purely imaginary) are found with CompactRoots. The root space decomposition is performed assuming that the Lie algebra is defined over the complex numbers. A real root space decomposition is obtained from RestrictedRootSpaceDecomposition.
The command PositiveRoots will determine a set of positive roots from the root space decomposition. The command SimpleRoots finds the basis of simple roots from the positive roots.
The Cartan matrix is found from the simple roots and the root space decomposition with CartanMatrix. The command CartanMatrixToStandardForm produces a re-ordering of the simple roots which transforms the Cartan matrix to standard form and identifies the complex type of the Lie algebra as "A", "B", "C", "D", "E", or "F". The command SatakeAssociate can be used to determine the real type of a given simple Lie algebra.
The commands CartanDecomposition and CartanInvolution are available for semi-simple Lie algebras with a given matrix representation.
The root space decomposition can be used to create gradings of a semi-simple Lie algebra or to find parabolic subalgebras.
The signature of the Killing form can be computed with the KillingForm and QuadraticFormSignature commands.
The Dynkin and Satake diagrams for a simple Lie algebra can be plotted with the commands DynkinDiagram and SatakeDiagram.
Query command
The LieAlgebra Query command now supports keyword arguments "CartanDecomposition", "CartanInvolution", "CartanSubalgebra", "MatrixAlgebra", "NilRepresentation", "ParabolicSubalgebra", "RegularElement", "RootSpaceDecomposition", "SolvableRepresentation".
Examples
Example 1.
In this example we shall initialize the Lie algebra 𝔰𝔩3 ( the algebra of 3×3 trace-free matrices). For this algebra we then calculate [i] a Cartan subalgebra, [ii] the root space decomposition, [iii] the positive and simple roots, and [iv] the Cartan matrix.
with⁡DifferentialGeometry:with⁡LieAlgebras:with⁡Tensor:with⁡Tools:
LD≔SimpleLieAlgebraData⁡sl(3),sl3
LD≔e1,e3=e3,e1,e4=2⁢e4,e1,e5=−e5,e1,e6=e6,e1,e7=−2⁢e7,e1,e8=−e8,e2,e3=−e3,e2,e4=e4,e2,e5=e5,e2,e6=2⁢e6,e2,e7=−e7,e2,e8=−2⁢e8,e3,e5=e1−e2,e3,e6=e4,e3,e7=−e8,e4,e5=−e6,e4,e7=e1,e4,e8=e3,e5,e8=−e7,e6,e7=e5,e6,e8=e2
Initialize this algebra.
DGsetup⁡LD
Lie algebra: sl3
Calculate a Cartan subalgebra.
CSA≔CartanSubalgebra⁡sl3
CSA≔e1,e2
Find the root space decomposition for this algebra.
RSD≔RootSpaceDecomposition⁡CSA
RSD≔table⁡1,2=e6,−1,1=e5,−1,−2=e8,2,1=e4,1,−1=e3,−2,−1=e7
Find the positive roots and the simple roots.
Rts≔LieAlgebraRoots⁡RSD
Rts≔12,−11,−1−2,21,1−1,−2−1
PosRts≔PositiveRoots⁡Rts,1,0,0,1
PosRts≔12,21,1−1
Δ≔SimpleRoots⁡PosRts
Δ≔12,1−1
Find the Cartan matrix.
CartanMatrix⁡Δ,RSD
2−1−12
Example 2.
A space-time is called an electro-vac spacetime if there exists an electromagnetic field which solves the Einstein-Maxwell field equations. The problem of deciding if a spacetime is electro-vac can be solved using the command RainichConditions and RainichElectromagneticField
DGsetup⁡t,x,y,z,M
frame name: M
g≔evalDG⁡43⁢t2⁢dx&tdx+t⁢exp⁡−2⁢x⁢dy&tdy+exp⁡2⁢x⁢dz&tdz−dt&tdt
g≔−dt⁢dt+4⁢t23⁢dx⁢dx+t⁢ⅇ−2⁢x⁢dy⁢dy+t⁢ⅇ2⁢x⁢dz⁢dz
Test to see if the Rainich conditions for this spacetime hold.
RainichConditions⁡g
true
We conclude the spacetime is an electro-vac spacetime. Here is the electro-magnetic field.
F≔RainichElectromagneticField⁡g
F≔2⁢cos⁡_C1⁢csgn⁡1t2+16⁢csgn⁡1t2+6⁢dt⁢⋀⁢dx+sin⁡_C1⁢3⁢csgn⁡1t2⁢csgn⁡1t2+16⁢csgn⁡1t2+6⁢dy⁢⋀⁢dz
F≔simplify⁡Fassuming0<t
F≔2⁢cos⁡_C1⁢33⁢dt⁢⋀⁢dx+sin⁡_C1⁢dy⁢⋀⁢dz
We check that the Einstein equations are satisfied (See EinsteinTensor, EnergyMomentumTensor).
T≔EnergyMomentumTensor⁡Electromagnetic,g,F
T≔12⁢t2⁢D_t⁢D_t−38⁢t4⁢D_x⁢D_x+ⅇ2⁢x2⁢t3⁢D_y⁢D_y+ⅇ−2⁢x2⁢t3⁢D_z⁢D_z
E≔EinsteinTensor⁡g
E≔12⁢t2⁢D_t⁢D_t−38⁢t4⁢D_x⁢D_x+ⅇ2⁢x2⁢t3⁢D_y⁢D_y+ⅇ−2⁢x2⁢t3⁢D_z⁢D_z
E&minusT
0⁢D_t⁢D_t
We check that the Maxwell equations (see MatterFieldEquations) are satisfied.
MatterFieldEquations⁡Electromagnetic,g,F
0⁢D_t,0⁢dt⁢⋀⁢dx⁢⋀⁢dy
Example 3.
The DifferentialGeometry package now supports extended functionality for working with abstract differential forms
Create an abstract manifold M with a function f, 1-forms α, β and a 2-form σ.
DGsetup⁡f=dgform⁡0,α=dgform⁡1,β=dgform⁡1,σ=dgform⁡2,,M
The command DGinfo gives the names of all scalars and forms which are defined.
DGinfo⁡AbstractForms
f,α,β,σ
Scalar products, wedge products and sums of abstract forms can be defined.
ω≔evalDG⁡2⁢α&wedgeβ+4⁢σ
ω≔2⁢α⁢⋀⁢β+4⁢σ
The command DGinfo can also be used to extract information about the form ω.
DGinfo⁡ω,ObjectFrame
M
DGinfo⁡ω,FormDegree
2
DGinfo⁡ω,CoefficientSet
2,4
DGinfo⁡ω,CoefficientList,σ
4
New forms can be defined on M.
DGsetup⁡M,δ=dgform⁡3,
updated frame: M
f,α,β,σ,δ
We can use the DGzip and GetComponents commands with abstract forms.
Ω≔evalDG⁡α&wβ,σ
Ω≔α⁢⋀⁢β,σ
ζ≔DGzip⁡3,5,Ω,plus
ζ≔3⁢α⁢⋀⁢β+5⁢σ
GetComponents⁡ζ,Ω
3,5
We can take the exterior derivative of a form.
ρ≔ExteriorDerivative⁡α
ρ≔d⁢α
The 2-form d α has been added to list of defined forms and is now available for subsequent computations.
f,α,β,σ,δ,d⁢α
ExteriorDerivative⁡ρ
0⁢α⁢⋀⁢σ
Exterior derivatives of defined forms can be specified.
DGsetup⁡M,,d⁡f=f⁢α,d⁡β=4⁢σ+5⁢α&wedgeβ
ExteriorDerivative⁡f⁢β
6⁢f⁢α⁢⋀⁢β+4⁢f⁢σ
See Also
Index of New Maple 16 Features
DifferentialGeometry
Physics
Download Help Document