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[KillingSpinors] - calculate the Killing spinors for a given spacetime
Calling Sequences
KillingSpinors(sigma p q options)
Parameters
sigma - a solder form on a 4-dimensional space-time
p, q - non-negative integers which specify the number of unprimed and primed indices for the Killing spinor
options - any of the following keyword arguments: ansatz, unknowns, auxiliaryequations, coefficientvariables, parameters, output
Description
Let denote covariant differentiation with respect to the given solder form A type symmetric spinor with components ( lower unprimed indices and upper primed indices) is a Killing spinor if = 0.
The command KillingSpinor generates the defining system of 1st order PDE for a Killing spinor and uses pdsolve to find the solutions to these PDE.
The keyword argument coefficientvariables allows the user to specify the coefficient functions in the Killing spinor as functions of the variables .
The exact form of the spinor can be specified with the keyword argument ansatz For example, if the coordinates on the underlying manifold are and are defined type spinors, then one may solve for Killing spinors tensors of the form . In this situation the unknown functions must be explicitly specified with the keyword argument unknowns, for example, unknowns
When using the keyword argument ansatz, additional algebraic or differential conditions may be imposed upon the unknowns using the keyword argument auxiliaryequations Here is a list of the auxiliary equations to be added to the Killing spinor equations.
If the solder form depends upon a number of unspecified parameters (either constants or functions), then the keyword argument parameterswhere is the list of parameters, will invoke case-splitting with respect to these parameters. Special values of the parameters, where either the number or the explicit form of the Killing spinors changes, are calculated. Additional algebraic or differential conditions may be imposed upon the parameters using the keyword argument auxiliaryequations
With keyword argument output = the defining partial differential equations for the Killing spinor are returned. The option output = returns the general solution in terms of a number of arbitrary constants , , ... while the option output = returns a list of tensors which form a basis for the solution space. The default value of this keyword argument is output =
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form KillingSpinor(...) only after executing the commands with(DifferentialGeometry), with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-KillingSpinor(...).
Examples
Example 1.
We find the Killing spinors of type (1, 0), (0, 1) and (1, 1) on the spacetime with metric
Define an orthonormal tetrad for this metric.
Use the command SolderForm to find the solder form defined by this orthonormal tetrad.
We can check this solder form is compatible with the metric using the SpinorInnerProduct command.
There is one Killing spinor of type (1, 0) , one of type (0, 1) , and 5 of type (1, 1).
See Also
DifferentialGeometry, Tensor, ConformalKillingVectors, KillingVectors, KillingTensors, KillingYanoTensors
Download Help Document