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[KillingYanoTensors] - calculate the Killing-Yano tensors for a given connection or a given metric
Calling Sequences
KillingYanoTensors(gpoptions)
KillingYanoTensors(Gamma, poptions)
Parameters
g - a metric tensor on a manifold
Gamma - an affine connection on
options - any of the following keywords arguments: ansatz, unknowns, auxiliaryequations, coefficientvariables, parameters, output
Description
Let denote covariant differentiation with respect to the given connection , or with respect to the Christoffel connection defined by the metric . A degree Killing-Yano tensor is a -form, or equivalantly, a skew-symmetric covariant tensor such that
The program KillingYanoTensors generates the defining system of 1st order PDE for a Killing-Yano tensor 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-Yano tensor as functions of the variables .
The exact form of the tensor can be specified with the keyword argument ansatz . For example, if the coordinates on the underlying manifold are and are defined -forms, then one may solve for Killing-Yano 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-Yano equations.
If the metric or connection 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 Killin-Yano tensors changes, are calculated.
With keyword argument output = the defining partial differential equations for the Killing-Yano tensors are returned. The option output = returns the general solution in terms of a number of arbitray 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 KillingYanoTensors(...) only after executing the commands with(DifferentialGeometry), with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-KillingYanoTensors(...).
Examples
Example 1.
We find the Killing-Yano tensors of degree 2 and 3 for following metric
There are 2 Killing-Yano tensors of degree 2.
There are 2 Killing-Yano tensors of degree 3.
We can use the CovariantDerivative and SymmetrizeIndices commands to verify that the differential forms and satisfy the Killing-Yano equation. First we need the Christoffel connection for the metric
To check the Killing-Yano equation we take the covariant derivative of one of the tensors and symmetrize on the last two indices (the DifferentialGeometry convention is to place the index or slot for the covariant derivative last)
Example 2.
We can use the keyword arguments ansatz and unknowns to find a subset of the Killing-Yano tensors for this metric, say, the 2-forms, which are independent of and have coefficients which are functions of the variable alone.
With the keyword argument output =the defining differential equations for the Killing-Yano tensors are returned.
Example 3.
Consider the following metric which depends upon an arbitrary function .
With the keyword argument parameters we can identity those special values of for which the metric admits a rank 2 Killing-Yano tensor.
We see that there are no Killing-Yano tensors for generic choices of and 1 Killing-Yano tensor when
See Also
DifferentialGeometry, Tensor, ConformalKillingVectors, KillingVectors, KillingTensors, KillingSpinors
Download Help Document