Tensor[NPCurvatureScalars] - calculate the Newman-Penrose curvature scalars associated to the trace-free Ricci tensor and the Weyl tensor
Calling Sequences
NPCurvatureScalars(NTetrad, g, R, option1)
NPCurvatureScalars(Fr, g, R, option1)
NPCurvatureScalars(SpinCoeff, NTetrad, option1, option2)
NPCurvatureScalars( W)
Parameters
NTetrad - a list of 4 vectors defining a null tetrad
g - (optional) a metric tensor g
R - (optional) the curvature tensor of g or the Ricci tensor of g
Fr - the name of an initialized anholonomic frame, created from a null tetrad
SpinCoeff - a table, the Newman Penrose spin coefficients
W - a symmetric rank 4, covariant spinor, the Weyl spinor defined by the Weyl tensor.
option1 - (optional keyword argument) output = O, where O is a list of strings: "RicciScalars", "AllRicciScalars", "WeylScalars", "AllWeylScalars"
option2 - (optional keyword argument) keyword argument conjugatecoordinates = CC, where CC is a list of lists specifying conjugate coordinates
|
Description
|
|
•
|
The Newman-Penrose curvature scalars are components of the trace-free Ricci tensor and Weyl tensor with respect to a null tetrad [L, N, M, barM] for a Lorentz metric g on a 4-dimensional manifold.
|
•
|
If S is the trace-free Ricci tensor, then the Ricci scalars are
|
–
|
Lambda = 1/24*RicciScalar
|
The scalars Phi[0,0], Phi[1,1], Phi[2,2] are real. One defines
–
|
Phi[1,0] = conj(Phi[0,1]) = -S(L, barM)
|
–
|
Phi[2,0] = conj(Phi[0,2]) = -S(barM, barM)
|
–
|
Phi[2,1] = conj(Phi[1,2]) = -S(N, barM)
|
•
|
If W is the Weyl tensor, then the Weyl scalars are
|
–
|
Psi[0] = -W(L, M, L, M)
|
–
|
Psi[1] = -W(L, N, L, M)
|
–
|
Psi[2] = -W(L, M, barM, N)
|
–
|
Psi[3] = -W(L, N, barM, N)
|
–
|
Psi[4] = -W(N, barM, N, barM)
|
The Weyl scalars are generally complex and one defines
–
|
barPsi[0] = -W(L, barM, L, barM)
|
–
|
barPsi[1] = -W(L, N, L, barM)
|
–
|
barPsi[2] = -W(L, barM, M, N)
|
–
|
barPsi[3] = -W(L, N, M, N)
|
–
|
barPsi[4] = -W(N, M, N, M)
|
•
|
The minus sign appears in these formulas because there is a sign difference in the definition of the curvature between what is used in the Newman-Penrose formalism and what is used in the DifferentialGeometry CurvatureTensor command.
|
•
|
The command NPCurvatureScalars returns a pair of tables NPRicci, NPWeyl. The table NPRicci contains the values of the NP Ricci scalars and has indices "Phi00", "Phi01", "Phi02", "Phi11","Phi12", "Phi22". The table NPWeyl contains the values of the NP Weyl scalars and has indices "Psi0", "Psi1", "Psi2", "Psi3", "Psi4".
|
•
|
With output = ["RicciScalars"] only the table of Ricci scalars is computed. With output = ["AllRicciScalars"] the values of the conjugate Ricci scalars are included. With output = ["WeylScalars"] only the table of Weyl scalars is computed. With output = ["AllWeylScalars"] the values of the conjugate Weyl scalars are included.
|
•
|
If the curvature tensor R of the metric g has been previously calculated, then passing the value of the curvature to the command NPCurvatureScalars will avoid the need to recalculate it. For this calling sequence, any rank 4 tensor R with indices ["cov_bas", "cov_bas", "cov_bas", "cov_bas"] can be used.
|
•
|
If the Ricci tensor R of the metric g has been previously calculated and only the Ricci scalars are to be computed, then passing the value of the Ricci tensor to the command NPCurvatureScalars will avoid the need to recalculate it. For this calling sequence, any symmetric, covariant rank 2 tensor R can be used.
|
•
|
With either of the first two calling sequences, the Ricci and Weyl scalars are computed directly from the above formulas.
|
•
|
With the third calling sequence the Ricci and Weyl scalars are compute from the NP Ricci identities using the Ricci and Weyl scalars. These identities require knowledge of the null tetrad. If the current frame is a coordinate frame, then the null tetrad must be specified as the second argument. If the current frame is an anholonomic frame, then that frame is taken to be the null tetrad.
|
•
|
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form NPCurvatureScalars(...) only after executing the commands with(DifferentialGeometry); with(Tensor); in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-NPCurvatureScalars.
|
|
|
Examples
|
|
Define a manifold Q with coordinates [t, x, y, z].
Q >
|
|
| (2.1) |
Define a metric g.
Q >
|
|
| (2.2) |
Here is the null tetrad we shall use for our examples. It is not the simplest null tetrad for the metric g, but it serves well for illustration.
Q >
|
|
| (2.3) |
Use GRQuery to check that NTetrad is a null tetrad for the metric g.
Q >
|
|
| (2.4) |
Example 1.
In this example we compute the NP Ricci scalars and the NP Weyl scalars directly from the null tetrad NTetrad.
Q >
|
|
| (2.5) |
The individual values for the Ricci scalars are easily accessed as table entries:
Q >
|
|
| (2.6) |
Q >
|
|
| (2.7) |
Example 2.
Use the keyword argument output to find the complete set of NP Ricci scalars (some of which are just complex conjugates of others).
Q >
|
|
| (2.8) |
Example 3.
Calculate the curvature tensor C for the metric g and use it to calculate the NP Weyl scalars.
Q >
|
|
| (2.9) |
Q >
|
|
| (2.10) |
Example 4.
Calculate the NP Ricci scalars for a given Ricci tensor.
Q >
|
|
| (2.11) |
Q >
|
|
| (2.12) |
Example 5.
Let us check the computed values of the NP Ricci scalars in Example 1 against the definition given in the Description. For this we need the trace-free Ricci tensor S and the individual vectors [L, N, M, barM] of the null tetrad.
Q >
|
|
| (2.13) |
Q >
|
|
| (2.14) |
Q >
|
|
1. Phi00 = -S(L, L)
Q >
|
|
| (2.15) |
2. Phi01 = -S(L, M)
Q >
|
|
| (2.16) |
3. Phi02 = - S(M, M)
Q >
|
|
| (2.17) |
4. Phi11 = - S(L, N)
Q >
|
|
| (2.18) |
5. Phi12 = -S(N, M)
Q >
|
|
| (2.19) |
6. Phi22 = -S(N, N)
Q >
|
|
| (2.20) |
Example 6.
When working with the NP formalism, it is usually advantageous to work with the anholonomic frame defined by the null tetrad. To create anholonomic frames in DifferentialGeometry, see FrameData.
Q >
|
|
| (2.21) |
Q >
|
|
| (2.22) |
The basis of tangent vectors is now denoted by [E1, E2, E3, E4] with dual basis [Theta1, Theta2, Theta3, Theta4].
Note that in the null tetrad frame, the metric has the following standard form.
NP >
|
|
| (2.23) |
Compute the Weyl Scalars using the anholonomic frame.
NP >
|
|
| (2.24) |
In this setting the NP Weyl scalars can be read-off directly from the components of the Weyl tensor using the DGinfo command. First compute the Weyl tensor from the metric G in the anholonomic frame.
NP >
|
|
1. Psi[0] = -W(L, M, L, M)
NP >
|
|
| (2.25) |
or, equivalently,
NP >
|
|
| (2.26) |
2. Psi[1] = -W(L, N, L, M)
NP >
|
|
| (2.27) |
3. Psi[2] = -W(L, M, barM, N)
NP >
|
|
| (2.28) |
4. Psi[3] = -W(L, N, barM, N)
NP >
|
|
| (2.29) |
5. Psi[4] = -W(N, barM, N, barM)
NP >
|
|
| (2.30) |
Example 7.
The NP curvature scalars can also be computed from the NP spin coefficients using the NP Ricci identities. First compute the spin coefficients.
NP >
|
|
| (2.31) |
In the coordinate frame Q, the null tetrad must be specified as the 2nd argument.
Q >
|
|
| (2.32) |
Q >
|
|
| (2.33) |
In the anholonomic frame NP, defined by the null tetrad NTetrad, no such 2nd argument is needed.
NP >
|
|
| (2.34) |
Example 8.
The NP Weyl curvature scalars can also be computed from the Weyl spinor.
>
|
|
| (2.35) |
To demonstrate this calling sequence , it is helpful to first define a basis for the symmetric, covariant rank 4 spinors.
Spin >
|
|
| (2.36) |
Spin >
|
|
| (2.37) |
Spin >
|
|
| (2.38) |
Spin >
|
|
| (2.39) |
Spin >
|
|
| (2.40) |
Construct the general symmetric, covariant rank 4 spinor W as a combination of W0, W1, W2, W3, W4.
Spin >
|
|
Calculate the NP Weyl curvature scalars from the spinor W.
Spin >
|
|
| (2.41) |
|
|
See Also
|
|
DifferentialGeometry, Tensor, CurvatureTensor, Physics[Riemann], DGsetup, FrameData, GRQuery, Hook, NPRicciIdentities, Physics[Ricci], NPSpinCoefficients, NullTetrad , WeylSpinor, WeylTensor, Physics[Weyl]
|
|