Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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