Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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