Tensor[SegreType] - determine the Segre type of the trace-free Ricci tensor
Calling Sequences
SegreType(g, pt)
SegreType(NTetrad, pt)
SegreType(NTetrad, g, R , pt)
SegreType(NPRicci, pt)
SegreType(Fr, pt)
Parameters
g - a metric tensor g of signature [+1, -1, -1, -1] on a manifold M
Fr - the name of initialized anholonomic frame, created from a null tetrad
NTetrad - a list of 4 vectors defining a null tetrad
R - a rank 2, symmetric tensor
NPRicci - a table, the Newman-Penrose Ricci scalars
pt - (option) a list of equations specifying the coordinates of a point on M
|
Description
|
|
•
|
The Segre classification of the Ricci tensor of the metric g is an algebraic classification based upon the eigenvalues-eigenvectors for the trace-free Ricci tensor. These types are designated as [(1,111)], [1,(111)], [(1,11),1], [(1,1)11], [1,1(11)], [(1,1)(11)], [1,111], [(2,11)], [(1,1)2], [2,(11)], [2,11], [(3,1)], [3,1], [ZZ,(11)], [ZZ11]. See Stephani, Kramer, et al for details.
|
•
|
Closely related to the Segre classification is the Plebanski-Petrov classification of the trace-free Ricci tensor. Here the trace-free Ricci tensor is used to construct the Plebanski tensor, a rank 4 tensor with the same algebraic symmetries as the Weyl tensor. Accordingly, the Plebanski tensor may be assigned one of the following types "O", "N", "D", "I", "II", "III" -- these are called the Plebanski-Petrov types of the trace-free Ricci tensor. See Stephani, Kramer, et al for details.
|
•
|
The command SegreType returns a sequence PP, S, where PP is the Plebanski-Petrov classification and S is the Segre classification.
|
•
|
Because the algorithm is based upon the calculation of the Newman-Penrose Ricci scalars, it is best to use one of the last 4 calling sequences. Note that the Ricci scalars can often be simplified through the application of an appropriate null tetrad transformation. The first calling sequence SegreType(g, pt) will automatically generate a null tetrad (if possible) but the result may not be optimal for calculating all the invariants needed to determine the Plebanski-Petrov and the Segre types.
|
•
|
The Segre type of an arbitrary rank 2 symmetric tensor R can be calculated using the third calling sequence. From the tensor R , a trace-free tensor S is calculated using the metric g,. The Newman-Penrose coefficients of S are detemined and these are subsequently used to calculate the Segre type.
|
•
|
It is possible that the algebraic classification can vary from point to point on the manifold M. The command SegreType returns, if possible, the algebraic classification at a generic point. If the command fails, try the classification at a specific point with the optional argument pt. Constraints on the coordinate values can be imposed with assuming.
|
•
|
The branching performed by the program SegreType can be tracked by setting infolevel[SegreType] = 2.
|
•
|
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form SegreType(...) only after executing the commands with(DifferentialGeometry); with(Tensor); in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-SegreType.
|
|
|
Examples
|
|
>
|
|
For Examples 1 -- 4 we use the following metric.
>
|
|
| (2.1) |
M >
|
|
| (2.2) |
Example 1.
Calculate the Segre type directly from the metric.
M >
|
|
| (2.3) |
Example 2.
Calculate the Segre type from a null tetrad for the metric g. First use the command DGGramSchmidt to construct an orthonormal tetrad.
M >
|
|
| (2.4) |
M >
|
|
| (2.5) |
M >
|
|
| (2.6) |
Example 3.
If one intends to do a number of computations with the metric g, it is usually omputationally advantageous to work explicitly with an orthonormal frame or a null tetrad frame. See FrameData.
M >
|
|
| (2.7) |
M >
|
|
| (2.8) |
AF >
|
|
| (2.9) |
Example 4.
Here we determine the Segre type from the Newman-Penrose Ricci scalars (we continue with the null tetrad frame from the previous example). First calculate the Newman-Penrose Ricci scalars This is always the best way to proceed since one can simplify, if need be, the Ricci scalars, before proceeding to calculate the more complicated invariants needed by the algorithm to determine the Segre type.
NP >
|
|
| (2.10) |
M >
|
|
| (2.11) |
Example 5.
We give a simple example where the Segre type changes at exceptional coordinate values.
M >
|
|
| (2.12) |
N >
|
|
| (2.13) |
M >
|
|
| (2.14) |
M >
|
|
| (2.15) |
M >
|
|
| (2.16) |
At generic coordinate values the Segre type is but is type at and type "D", ["ZZ(11)]" at 0.
M >
|
|
| (2.17) |
M >
|
|
| (2.18) |
M >
|
|
| (2.19) |
Example 6.
The branching that occurs in the algorithm for SegreType can be followed by setting infolevel[SegreType] := 2. In this example the spacetime metric is defined implicitly through the choice of the null tetrad.
M >
|
|
| (2.20) |
M >
|
|
| (2.21) |
M >
|
|
| (2.22) |
To see why SegreType failed, set infolevel[SegreType] := 2.
M >
|
|
| (2.23) |
M >
|
|
The NP Ricci coefficients are:
Phi00: -1/4*(y^2-z^2)/z^2/y^2
Phi01: 1/2*I/z/y
Phi02: -1/4*(3*y^2+z^2)/z^2/y^2
Phi10: -1/2*I/z/y
Phi11: 1/2/z^2
Phi12: -1/2*I/z/y
Phi20: -1/4*(3*y^2+z^2)/z^2/y^2
Phi21: 1/2*I/z/y
Phi22: -1/4*(y^2-z^2)/z^2/y^2
The NP coefficients of the Chi spinor are:
Chi0: 1/8*(3*y^4+2*z^2*y^2-z^4)/z^4/y^4
Chi1: 0
Chi2: -1/24*(3*y^4+2*z^2*y^2-z^4)/z^4/y^4
Chi3: 0
Chi4: 1/8*(3*y^4+2*z^2*y^2-z^4)/z^4/y^4
The Petrov-Plebanski type of the given symmetric tensor is "D"
The NP coefficients of the E spinor are:
E00: -1/2*(y^2+z^2)/z^4/y^2
E01: -1/2*I*(y^2+z^2)/z^3/y^3
E02: 3/4*(y^2+z^2)/z^4/y^2
E11: -1/2*(y^2+z^2)/z^4/y^2
E12: 1/2*I*(y^2+z^2)/z^3/y^3
E22: -1/2*(y^2+z^2)/z^4/y^2
The r1 invariant is:
1/12*(9*y^4+10*z^2*y^2+z^4)/z^4/y^4
If r1 = 0, then the Segre invariant is [ZZ(11)]
If r1 <> 0, and the E spinor is 0, then the Segre invariant is [(1,1)(11)]
The tildeChi0 invariant is:
-1/4*(y^2+z^2)^2*(3*y^2-2*z^2)/z^8/y^6
If r1 <> 0, if Chi0 <> 0 and if tildeChi0 = 0, then the Segre invariant is [2,(11)]
The Ip invariant is:
1/144*(3*y^4+2*z^2*y^2-z^4)^2/z^8/y^8
The Jp invariant is:
-1/1728*(3*y^4+2*z^2*y^2-z^4)^3/z^12/y^12
The H invariant is:
1/144*(3*y^4+2*z^2*y^2-z^4)^2/y^10*(y^2+z^2)/z^12
If H = 0, then the Segre invariant is [2,(11)]
If H < 0, then the Segre invariant is [ZZ,(11)]
Unable to evaluate the sign of H
| |
| (2.24) |
So we see that the invariant H vanishes when 3*y^4 + 2*y^2*z^2 - z^4 = 0. Note also that if H = 0, then the spinor Chi = 0. Find the z values for which H vanishes.
M >
|
|
| (2.25) |
M >
|
|
| (2.26) |
Re-calculate the Segre type at points where H = 0.
M >
|
|
| (2.27) |
Re-calculate the Segre type at some choice of points where H <> 0.
M >
|
|
| (2.28) |
Example 6.
With the third calling sequence we can verify algebraic normal forms for the Ricci tensors of each Segre type.
M >
|
|
| (2.29) |
>
|
|
| (2.30) |
1. Petrov-Plebanski type: "O", Segre Type: "[(1,111)]"
>
|
|
| (2.31) |
>
|
|
| (2.32) |
2. Petrov-Plebanski type: "O", Segre Type: "[1,(111)]"
M >
|
|
| (2.33) |
M >
|
|
| (2.34) |
3. Petrov-Plebanski type: "O", Segre Type: "[(1,11)1]"
M >
|
|
| (2.35) |
M >
|
|
| (2.36) |
4. Petrov-Plebanski type: "O", Segre Type: "[2,(11)]"
M >
|
R := evalDG((a + 1)*dt &t dt + dt &t dx + dx &t dt + (-a + 1)*dx &t dx - a*dy &t dy - a*dz &t dz);
|
| (2.37) |
M >
|
|
| (2.38) |
5. Petrov-Plebanski type: "N", Segre Type: "[(2,1)1]"
M >
|
|
| (2.39) |
M >
|
|
| (2.40) |
6. Petrov-Plebanski type: "N", Segre Type: "[(3,1)]"
M >
|
|
| (2.41) |
M >
|
|
| (2.42) |
7. Petrov-Plebanski type: "D", Segre Type: "[(1,1)11]"
M >
|
|
| (2.43) |
M >
|
|
| (2.44) |
8. Petrov-Plebanski type: "D", Segre Type: "[1,1(11)]"
M >
|
|
| (2.45) |
M >
|
|
| (2.46) |
9. Petrov-Plebanski type: "D", Segre Type: "[ZZ(11)]"
M >
|
|
| (2.47) |
M >
|
|
| (2.48) |
10. Petrov-Plebanski type: "D", Segre Type: "[(1,1)(11)]"
M >
|
|
| (2.49) |
M >
|
|
| (2.50) |
11. Petrov-Plebanski type: "D", Segre Type: "[2,(11)]"
M >
|
|
| (2.51) |
M >
|
|
| (2.52) |
12. Petrov-Plebanski type: "II", Segre Type: "[2,(11)]"
M >
|
|
| (2.53) |
M >
|
|
| (2.54) |
13. Petrov-Plebanski type: "I", Segre Type: "[1,111]"
M >
|
|
| (2.55) |
M >
|
|
| (2.56) |
14. Petrov-Plebanski type: "I", Segre Type: "[ZZ11]"
M >
|
|
| (2.57) |
M >
|
|
| (2.58) |
|
|