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[SpinConnection] - compute the spin connection defined by a solder form
Calling Sequences
SpinConnection(sigma)
Parameters
sigma - a solder form
Description
The DifferentialGeometry Tensor package supports general computations with connections on vector bundles (Connection, Example 3; CovariantDerivative, Example 3; DirectionalCovariantDerivative, Example 3; and CurvatureTensor, Example 3). This functionality naturally provides for covariant differentiation of spinors.
Given a solder form sigma, let g be the associated metric. There is a unique spin connection nabla such that nabla(sigma) = 0 and nabla(epsilon) = 0, where epsilon denotes either of the covariant epsilon spinors (EpsilonSpinor). In the definition of nabla(sigma) the tensorial argument or index is covariantly differentiated with respect to the Christoffel connection for g. It is this connection nabla which is computed by the command SpinConnection(sigma).
Note that a generic connection for the differentiation of spinors can be constructed using the Connection command.
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form SpinConnection(...) only after executing the commands with(DifferentialGeometry); with(Tensor); in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-SpinConnection.
Examples
Example 1.
First create a vector bundle over M with base coordinates [t, x, y, z] and fiber coordinates [z1, z2, w1, w2].
Define a spacetime metric g on M.
Define an orthonormal frame on M with respect to the metric g.
Calculate the solder form sigma from the frame F.
Calculate the spin-connection for the solder form sigma.
Example 2.
Define a rank 1 spinor phi. Calculate the covariant derivative of phi. Calculate the directional derivatives of phi.
Example 3.
Check that the covariant derivative of sigma vanishes. Because sigma is a spin-tensor, both connections are required. Calculate the Christoffel connection for the metric g.
Define an epsilon spinor and check that its covariant derivative vanishes.
Example 4.
Calculate the curvature spin-tensor for the spin-connection Gamma2.
The curvature tensor R for the Christoffel connection can be expressed in terms of the curvature spin-tensor SpinR, its complex conjugate barSpinR and the bivector solder forms S and barS by the identity
2*R^i_{jhk} = S^i_j_A^B*R^A_{Bhk} + S^i_j_A'^B'*R^A'_{B'hk} (*)
Let's check this formula for the Christoffel connection Gamma1 and the spin-connection Gamma2. First calculate the curvature tensor for Gamma1.
Calculate the complex conjugate of the spinor curvature SpinR.
Calculate the bivector soldering forms S and barS.
The first term on the right-hand side of (*) is
The second term on the right-hand side of (*) is
See Also
DifferentialGeometry, Tensor, BivectorSolderForm, Connection, Physics[Christoffel], CovariantDerivative, Physics[D_], DirectionalCovariantDerivative, CurvatureTensor, Physics[Riemann], EnergyMomentumTensor, EpsilonSpinor, MatterFieldEquations, SpacetimeConventions
Download Help Document