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
|
|
•
|
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.
|
•
|
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.
|
•
|
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
>
|
|
| (2.1) |
M >
|
|
| (2.2) |
There are 2 Killing-Yano tensors of degree 2.
M >
|
|
| (2.3) |
There are 2 Killing-Yano tensors of degree 3.
M >
|
|
| (2.4) |
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
M >
|
|
| (2.5) |
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)
M >
|
|
| (2.6) |
M >
|
|
| (2.7) |
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.
Sym >
|
|
| (2.8) |
M >
|
|
| (2.9) |
M >
|
|
| (2.10) |
With the keyword argument output =the defining differential equations for the Killing-Yano tensors are returned.
M >
|
|
| (2.11) |
Example 3.
Consider the following metric which depends upon an arbitrary function .
M >
|
|
| (2.12) |
M >
|
|
| (2.13) |
With the keyword argument parameters we can identity those special values of for which the metric admits a rank 2 Killing-Yano tensor.
M >
|
|
| (2.14) |
We see that there are no Killing-Yano tensors for generic choices of and 1 Killing-Yano tensor when
|
|