Tensor[NPRicciIdentities] - calculate the Newman Penrose version of the Ricci identities
Calling Sequences
NPRicciIdentities(SpinCoeff, RicciCoeff, WeylCoeff, Idlist, NTetrad, ConjCoord)
Parameters
SpinCoeff - a table, the Newman Penrose spin coefficients
RicciCoeff - a table, the Newman Penrose Ricci coefficients
WeylCoeff - a table, the Newman Penrose Weyl coefficients
Idlist - a list of strings, the Ricci identities to be computed
NTetrad - (optional) a list of 4 vectors defining a null tetrad
ConjCoord - (optional) keyword argument conjugatecoordinates = CC, where CC is a list of lists specifying conjugate coordinates
Description
Examples
See Also
The Newman-Penrose Ricci identities are a set of 24 equations which encode the usual formulas for the curvature tensor in terms of the Christoffel connection in terms of the NP spin coefficients and the NP curvature scalars. The relative simplicity of the Newman-Penrose Ricci identities underscores the importance of this formalism.
Given the tetrad, the spin-coefficients and the curvature scalars, the command NPRicciIdentities will calculate a specified list of the Ricci identities.
The index set for the table SpinCoeff must be {"mu", "nu", "pi", "rho", "tau", "alpha", "beta", "epsilon", "gamma", "kappa", "lambda", "sigma"}.
The index set for the table RicciCoeff must be {"Lambda", "Phi00", "Phi01", "Phi02", "Phi11", "Phi12", "Phi22"}.
The index set for the table WeylCoeff must be {"Psi0", "Psi1", "Psi2", "Psi3", "Psi4"}.
The equation list Idlist is a list of letters, chosen from {"a", "b", ..., "r"} or {"all"}.
If the current frame is an anholonomic frame, then the 5th argument NTetrad is not required.
See Details for Ricci and Bianchi Identities for a complete list of the Newman-Penrose Ricci Identities.
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form NPRicciIdentities(...) only after executing the commands with(DifferentialGeometry); with(Tensor); in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-NPRicciIdentities.
with⁡DifferentialGeometry:with⁡Tensor:
Example 1.
Define a manifold S with coordinates t,x,y,z.
DGsetup⁡t,x,y,z,S
frame name: S
Define a metric g of signature 1,−1,−1,−1.
g≔evalDG⁡x2⁢dt&tdt−y2⁢dx&tdx−z2⁢dy&tdy−t2⁢dz&tdz
g≔x2⁢dt⁢dt−y2⁢dx⁢dx−z2⁢dy⁢dy−t2⁢dz⁢dz
Define a null tetrad NTetrad for the metric g.
NTetrad≔evalDG⁡12⁢212x⁢D_t+12⁢212t⁢D_z,12⁢212x⁢D_t−12⁢212t⁢D_z,12⁢212y⁢D_x+12⁢I⁢212z⁢D_y,12⁢212y⁢D_x−12⁢I⁢212z⁢D_y
NTetrad≔22⁢x⁢D_t+22⁢t⁢D_z,22⁢x⁢D_t−22⁢t⁢D_z,22⁢y⁢D_x+I2⁢2z⁢D_y,22⁢y⁢D_x−I2⁢2z⁢D_y
Calculate the NP spin coefficients defined by the null tetrad NTetrad.
SpinCoeff≔NPSpinCoefficients⁡NTetrad
SpinCoeff≔table⁡nu=24⁢x⁢y,kappa=−24⁢x⁢y,alpha=I4⁢2z⁢y,rho=−24⁢t⁢z,mu=−24⁢t⁢z,epsilon=24⁢t⁢x,sigma=24⁢t⁢z,tau=−24⁢x⁢y,pi=24⁢x⁢y,gamma=−24⁢t⁢x,lambda=24⁢t⁢z,beta=I4⁢2z⁢y
RS,WS≔NPCurvatureScalars⁡SpinCoeff,NTetrad
RS,WS≔table⁡Phi11=0,Phi12=−−z2+I⁢x24⁢y⁢t⁢x2⁢z2,Phi01=z2+I⁢x24⁢y⁢t⁢x2⁢z2,Phi02=I2z⁢x⁢y2,Phi00=12⁢x⁢t2⁢z,Lambda=0,Phi22=−12⁢x⁢t2⁢z,table⁡Psi4=y2+I⁢t22⁢x⁢t2⁢z⁢y2,Psi1=−−z2+I⁢x24⁢y⁢t⁢x2⁢z2,Psi2=0,Psi3=−−z2+I⁢x24⁢y⁢t⁢x2⁢z2,Psi0=−y2+I⁢t22⁢x⁢t2⁢z⁢y2
Eqa≔NPRicciIdentities⁡SpinCoeff,RS,WS,a,NTetrad
Eqa≔14⁢x⁢t2⁢z+14⁢t2⁢z2−14⁢y2⁢x2+I4⁢z⁢x⁢y2=14⁢t2⁢z2+14⁢x⁢t2⁢z−18⁢y2⁢x2+2⁢I⁢22⁢z⁢y−24⁢x⁢y4⁢x⁢y
simplify⁡lhs⁡Eqa1−rhs⁡Eqa1
0
Physics[Ricci], DifferentialGeometry, Tensor, NPBianchiIdentities, NPDirectionalDerivatives, NPSpinCoefficients, NPCurvatureScalars, Physics[Riemann]
Download Help Document