Tensor[HomothetyVectors] - calculate the homothety vectors for a given metric
Calling Sequences
HomothetyVectors( g, options)
Parameters
g - a metric tensor on a manifold
options - any of the following keywords arguments: ansatz, unknowns, auxiliaryequations, coefficientvariables, parameters, output
|
Description
|
|
•
|
The command HomothetyVectors generates the defining system of 1st order PDE for a homothety vector field and uses pdsolve to find the solutions to these PDE.
|
•
|
The command HomothetyVectors returns a sequence of two lists. The first list contains the homothety vector and the second the Killing vectors. If there are no genuine homothety vector fields then the first list is empty.
|
•
|
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 homothety equations.
|
•
|
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form HomothetyVectors(...) only after executing the commands with(DifferentialGeometry), with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-HomothetyVectors(...).
|
|
|
Examples
|
|
>
|
|
Example 1.
We find the homotheties for the metric , defined on a 4-dimensional manifold.
>
|
|
| (2.1) |
M >
|
|
| (2.2) |
M >
|
|
| (2.3) |
We can check this result by calculating the Lie derivative of the metric with respect to these vector fields (see LieDerivative). We see that the vector field H[1] is a homothety with
M >
|
|
| (2.4) |
M >
|
|
| (2.5) |
We can use the LieAlgebraData command in the LieAlgebras package to calculate the structure equations for the Lie algebra of homothety vectors.
M >
|
|
| (2.6) |
M >
|
|
| (2.7) |
This output shows, for example, that the Lie bracket of the 1st and 7th vector fields in is the 1st vector field.
M >
|
|
| (2.8) |
Example 2.
We look for homotheties of the metric , with the form specified by the vector .
M >
|
|
| (2.9) |
M >
|
|
| (2.10) |
Example 3.
We calculate the general homothety vector depending upon 6 arbitrary constants.
>
|
|
| (2.11) |
Example 4.
We calculate the homotheties for a metric which depends upon a parameter There is a true homothety vector only when .
M >
|
|
| (2.12) |
M >
|
|
| (2.13) |
|
|