The N.P. and G.H.P. formalisms.

An application of Spinors and xCoba.

Alfonso García-Parrado Gómez-Lobo
Universidade do Minho, Portugal
September 2009

In this notebook we derive all the equations of the Newman-Penrose formalism from scratch, by using spinor calculus. We use the equations obtained to introduce the essentials of the GHP formalism (GHP operators, weighted quantities, etc) and then we obtain the set of GHP equations. This notebook can be used as starting point for any computation involving the N.P. and G.H.P. formalisms.

For a quick start, execute sections 1, 2 and 3 and then proceed to section 4 where the essential explanations about how to use this notebook are provided.

1. Spin structure on the spacetime manifold

We start by loading  Spinors`.

In[1]:=

"PublicNPGHP_1.gif"

"PublicNPGHP_2.gif"

"PublicNPGHP_3.gif"

"PublicNPGHP_4.gif"

"PublicNPGHP_5.gif"

"PublicNPGHP_6.gif"

"PublicNPGHP_7.gif"

"PublicNPGHP_8.gif"

"PublicNPGHP_9.gif"

"PublicNPGHP_10.gif"

"PublicNPGHP_11.gif"

"PublicNPGHP_12.gif"

"PublicNPGHP_13.gif"

"PublicNPGHP_14.gif"

"PublicNPGHP_15.gif"

Definition of a four dimensional  manifold M4:

In[2]:=

"PublicNPGHP_16.gif"

"PublicNPGHP_17.gif"

"PublicNPGHP_18.gif"

Definition of a Lorentzian metric on the manifold M4:

In[3]:=

"PublicNPGHP_19.gif"

"PublicNPGHP_20.gif"

"PublicNPGHP_21.gif"

"PublicNPGHP_22.gif"

"PublicNPGHP_23.gif"

"PublicNPGHP_24.gif"

"PublicNPGHP_25.gif"

"PublicNPGHP_26.gif"

"PublicNPGHP_27.gif"

"PublicNPGHP_28.gif"

"PublicNPGHP_29.gif"

"PublicNPGHP_30.gif"

"PublicNPGHP_31.gif"

"PublicNPGHP_32.gif"

"PublicNPGHP_33.gif"

"PublicNPGHP_34.gif"

"PublicNPGHP_35.gif"

"PublicNPGHP_36.gif"

"PublicNPGHP_37.gif"

"PublicNPGHP_38.gif"

"PublicNPGHP_39.gif"

We define a spin structure comprising the complex vector bundle Spin whose abstract indices are {A, B, C, D, F, H, L, P, Q}. We need to supply as arguments the name of the metric tensor of the background Lorentzian manifold g[-a,-b], the name of the antisymmetric spin metric ε[-A,-B], the name of the soldering form σ[a,-A,-A†] and the name of the spin covariant derivative CDe[-a].The option SpinorPrefix is used to introduce a tag which will be  prepended automatically to  any spinor related to a spacetime tensor and the option SpinorMark introduces a formatting of the tag SP different to the default one. The long output of DefSpinStructure can be suppressed  by adding the option Info->False which deactivates the information of the definition commands .

In[4]:=

"PublicNPGHP_40.gif"

"PublicNPGHP_41.gif"

"PublicNPGHP_42.gif"

Pretty printing options for the spinor indices and the spin metric.

In[5]:=

"PublicNPGHP_43.gif"

2. The Newman-Penrose formalism

The Newman-Penrose formalism can be regarded as an application of the spinor calculus. In this section we show how all the equations of this formalism can be derived sytematically and efficiently using Spinors`  in conjuntion with the package xCoba`. Full explanations about the usage of xCoba`  can be found in the package documentation.

We load xCoba`.

In[6]:=

"PublicNPGHP_44.gif"

"PublicNPGHP_45.gif"

"PublicNPGHP_46.gif"

"PublicNPGHP_47.gif"

"PublicNPGHP_48.gif"

"PublicNPGHP_49.gif"

"PublicNPGHP_50.gif"

We turn off the verbose messages issued by ComponentValue.

In[7]:=

"PublicNPGHP_51.gif"

In the following subsections we introduce the spin dyad and its associated null tetrad. We will use  xCoba` to introduce two frames (basis), called Dyad and NP and we shall create a parallel set of vectors for the elements in each basis. See the corresponding subsections for full details.

Spin dyad

First of all, we define the elements of a spin dyad.

In[8]:=

"PublicNPGHP_52.gif"

"PublicNPGHP_53.gif"

"PublicNPGHP_54.gif"

"PublicNPGHP_55.gif"

"PublicNPGHP_56.gif"

These spinors belong to a spin basis which we define next.

In[11]:=

"PublicNPGHP_57.gif"

"PublicNPGHP_58.gif"

"PublicNPGHP_59.gif"

"PublicNPGHP_60.gif"

"PublicNPGHP_61.gif"

"PublicNPGHP_62.gif"

"PublicNPGHP_63.gif"

"PublicNPGHP_64.gif"

"PublicNPGHP_65.gif"

"PublicNPGHP_66.gif"

"PublicNPGHP_67.gif"

"PublicNPGHP_68.gif"

"PublicNPGHP_69.gif"

"PublicNPGHP_70.gif"

"PublicNPGHP_71.gif"

"PublicNPGHP_72.gif"

Component indices in the conjugated basis will be also primed :

In[12]:=

"PublicNPGHP_73.gif"

By definition, these are the equations relating both sets of objects:

In[13]:=

"PublicNPGHP_74.gif"

Out[13]=

"PublicNPGHP_75.gif"

From them, we read and store the components of the spinors "PublicNPGHP_76.gif", "PublicNPGHP_77.gif" .

In[14]:=

"PublicNPGHP_78.gif"

Out[14]=

"PublicNPGHP_79.gif"

We now do the same for the conjugated equations:

In[15]:=

"PublicNPGHP_80.gif"

Out[15]=

"PublicNPGHP_81.gif"

In[16]:=

"PublicNPGHP_82.gif"

Out[16]=

"PublicNPGHP_83.gif"

In[17]:=

"PublicNPGHP_84.gif"

Since "PublicNPGHP_85.gif""PublicNPGHP_86.gif" is a spin dyad, the spin metric can be written in the form

In[18]:=

"PublicNPGHP_87.gif"

Out[18]=

"PublicNPGHP_88.gif"

The components of the spin metric and its complex conjugate can now be computed and stored.

In[19]:=

"PublicNPGHP_89.gif"

Out[19]=

"PublicNPGHP_90.gif"

In[20]:=

"PublicNPGHP_91.gif"

Out[20]=

"PublicNPGHP_92.gif"

In[21]:=

"PublicNPGHP_93.gif"

Out[21]=

"PublicNPGHP_94.gif"

In[22]:=

"PublicNPGHP_95.gif"

We deduce from here the components of "PublicNPGHP_96.gif" by means of the relation "PublicNPGHP_97.gif".  To that end we need to find the inverse of the transposed of the matrix representation of the components of "PublicNPGHP_98.gif".

In[23]:=

"PublicNPGHP_99.gif"

Out[23]=

"PublicNPGHP_100.gif"

In[24]:=

"PublicNPGHP_101.gif"

Out[24]=

"PublicNPGHP_102.gif"

Storage of the components of  "PublicNPGHP_103.gif" and its complex conjugate.

In[25]:=

"PublicNPGHP_104.gif"

We now compute and store the components of "PublicNPGHP_105.gif", "PublicNPGHP_106.gif" and their complex conjugate.

In[27]:=

"PublicNPGHP_107.gif"

Out[27]=

"PublicNPGHP_108.gif"

In[28]:=

"PublicNPGHP_109.gif"

Out[28]=

"PublicNPGHP_110.gif"

In[29]:=

"PublicNPGHP_111.gif"

Out[29]=

"PublicNPGHP_112.gif"

In[30]:=

"PublicNPGHP_113.gif"

Out[30]=

"PublicNPGHP_114.gif"

In[31]:=

"PublicNPGHP_115.gif"

Out[31]=

"PublicNPGHP_116.gif"

In[32]:=

"PublicNPGHP_117.gif"

We change the Rule assignment to the Set assignment in each FoldedRule storing the components computed so far

In[33]:=

"PublicNPGHP_118.gif"

Null tetrad

We define now four vectors which will represent the null tetrad basis elements.

In[34]:=

"PublicNPGHP_119.gif"

"PublicNPGHP_120.gif"

In[35]:=

"PublicNPGHP_121.gif"

"PublicNPGHP_122.gif"

In[36]:=

"PublicNPGHP_123.gif"

"PublicNPGHP_124.gif"

"PublicNPGHP_125.gif"

In[37]:=

"PublicNPGHP_126.gif"

These vectors belong to a basis (null  tetrad) which we define next.

In[38]:=

"PublicNPGHP_127.gif"

"PublicNPGHP_128.gif"

"PublicNPGHP_129.gif"

"PublicNPGHP_130.gif"

"PublicNPGHP_131.gif"

"PublicNPGHP_132.gif"

"PublicNPGHP_133.gif"

"PublicNPGHP_134.gif"

"PublicNPGHP_135.gif"

We specify the behaviour of the elements of this basis under complex conjugation. This is achieved with the command SetDaggerMatrix.

In[39]:=

"PublicNPGHP_136.gif"

We format a number of objects according to standard conventions. Due to the new way of sorting definitions in Mathematica  6.0, we need to stop the formatting engine and start it again after defining these new rules.

Stop formatting engine.

In[40]:=

"PublicNPGHP_137.gif"

Formatting of the directional derivatives with the standard NP symbols.

In[41]:=

"PublicNPGHP_138.gif"

The Newman-Penrose directional derivatives can also act on spinors. For that case we need to use the covariant derivative CDe rather than PDNP.  Therefore we need to set a formatting for the directional derivatives taken with respect to CDe (note that when CDe and PDNP act on scalars or tensors they coincide).

In[45]:=

"PublicNPGHP_139.gif"

Restart formatting  engine:

In[49]:=

"PublicNPGHP_140.gif"

These are the relations between the elements of the null tetrad  and the elements of the basis NP.

In[50]:=

"PublicNPGHP_141.gif"

Out[50]=

"PublicNPGHP_142.gif"

From this relation we compute the components of "PublicNPGHP_143.gif",  "PublicNPGHP_144.gif",  "PublicNPGHP_145.gif",  "PublicNPGHP_146.gif" in the basis NP .

In[51]:=

"PublicNPGHP_147.gif"

Out[51]=

"PublicNPGHP_148.gif"

In[52]:=

"PublicNPGHP_149.gif"

Out[52]=

"PublicNPGHP_150.gif"

In[53]:=

"PublicNPGHP_151.gif"

As is well known, in the null tetrad the metric takes the form

In[54]:=

"PublicNPGHP_152.gif"

Out[54]=

"PublicNPGHP_153.gif"

We compute and store the components of "PublicNPGHP_154.gif" in the basis NP.

In[55]:=

"PublicNPGHP_155.gif"

Out[55]=

"PublicNPGHP_156.gif"

In[56]:=

"PublicNPGHP_157.gif"

Out[56]=

"PublicNPGHP_158.gif"

We store the components of the metric tensor

In[57]:=

"PublicNPGHP_159.gif"

Out[57]=

"PublicNPGHP_160.gif"

We compute the components of "PublicNPGHP_161.gif"  and store their values.

In[58]:=

"PublicNPGHP_162.gif"

Out[58]//MatrixForm=

"PublicNPGHP_163.gif"

In[59]:=

"PublicNPGHP_164.gif"

Out[59]//MatrixForm=

"PublicNPGHP_165.gif"

In[60]:=

"PublicNPGHP_166.gif"

Out[60]=

"PublicNPGHP_167.gif"

Finally we change the Rule assignment to the Set assignment in the FoldedRule storing all the components of the metric tensor.

In[61]:=

"PublicNPGHP_168.gif"

We also need the components for the elements of the null tetrad with the indices downstairs. They are computed from those with the indices upstairs.

In[62]:=

"PublicNPGHP_169.gif"

Out[62]=

"PublicNPGHP_170.gif"

In[63]:=

"PublicNPGHP_171.gif"

Out[63]=

"PublicNPGHP_172.gif"

In[64]:=

"PublicNPGHP_173.gif"

Out[64]=

"PublicNPGHP_174.gif"

In[65]:=

"PublicNPGHP_175.gif"

Out[65]=

"PublicNPGHP_176.gif"

In[66]:=

"PublicNPGHP_177.gif"

Automatic replacement of the values of the components of the elements of the null tetrad.

In[67]:=

"PublicNPGHP_178.gif"

It is convenient to have a rule which relates  "PublicNPGHP_179.gif",  "PublicNPGHP_180.gif",  "PublicNPGHP_181.gif",  "PublicNPGHP_182.gif" and the elements of the basis NP. We compute such a rule next.

In[68]:=

"PublicNPGHP_183.gif"

Out[68]=

"PublicNPGHP_184.gif"

In[69]:=

"PublicNPGHP_185.gif"

Out[69]=

"PublicNPGHP_186.gif"

In[70]:=

"PublicNPGHP_187.gif"

Out[70]=

"PublicNPGHP_188.gif"

In[71]:=

"PublicNPGHP_189.gif"

Out[71]=

"PublicNPGHP_190.gif"

In[72]:=

"PublicNPGHP_191.gif"

We need the same rule with the indices downstairs.

In[73]:=

"PublicNPGHP_192.gif"

Out[73]=

"PublicNPGHP_193.gif"

In[74]:=

"PublicNPGHP_194.gif"

Out[74]=

"PublicNPGHP_195.gif"

In[75]:=

"PublicNPGHP_196.gif"

Out[75]=

"PublicNPGHP_197.gif"

In[76]:=

"PublicNPGHP_198.gif"

Out[76]=

"PublicNPGHP_199.gif"

We combine these relations with the relations found above for the indices upstairs.

In[77]:=

"PublicNPGHP_200.gif"

Out[77]=

"PublicNPGHP_201.gif"

Relation between the spin dyad and the null tetrad

The relation between the elements of the spinor dyad and the elements of the null tetrad is as follows

In[78]:=

"PublicNPGHP_202.gif"

Out[78]=

"PublicNPGHP_203.gif"

Using this relation we find and store the components of the soldering form "PublicNPGHP_204.gif".

In[79]:=

"PublicNPGHP_205.gif"

Out[79]=

"PublicNPGHP_206.gif"

In[80]:=

"PublicNPGHP_207.gif"

Out[80]=

"PublicNPGHP_208.gif"

In[81]:=

"PublicNPGHP_209.gif"

Out[81]=

"PublicNPGHP_210.gif"

In[82]:=

"PublicNPGHP_211.gif"

Out[82]=

"PublicNPGHP_212.gif"

In[83]:=

"PublicNPGHP_213.gif"

Out[83]=

"PublicNPGHP_214.gif"

In[84]:=

"PublicNPGHP_215.gif"

Out[84]=

"PublicNPGHP_216.gif"

We also need the components of the soldering form with the spacetime index downstairs and the spin indices upstairs.

In[85]:=

"PublicNPGHP_217.gif"

Out[85]=

"PublicNPGHP_218.gif"

In[86]:=

"PublicNPGHP_219.gif"

Out[86]=

"PublicNPGHP_220.gif"

In[87]:=

"PublicNPGHP_221.gif"

Out[87]=

"PublicNPGHP_222.gif"

In[88]:=

"PublicNPGHP_223.gif"

Out[88]=

"PublicNPGHP_224.gif"

In[89]:=

"PublicNPGHP_225.gif"

Out[89]=

"PublicNPGHP_226.gif"

In[90]:=

"PublicNPGHP_227.gif"

Out[90]=

"PublicNPGHP_228.gif"

In[91]:=

"PublicNPGHP_229.gif"

Out[91]=

"PublicNPGHP_230.gif"

We store these values.

In[92]:=

"PublicNPGHP_231.gif"

Out[92]=

"PublicNPGHP_232.gif"

Change of the Rule assignment to the Set assignment in the folded rule.

In[93]:=

"PublicNPGHP_233.gif"

Newman-Penrose spin coefficients

We define the 12 Newmann-Penrose spin coefficients, and their complex conjugates:

In[94]:=

"PublicNPGHP_234.gif"

"PublicNPGHP_235.gif"

"PublicNPGHP_236.gif"

In[97]:=

"PublicNPGHP_237.gif"

"PublicNPGHP_238.gif"

"PublicNPGHP_239.gif"

In[100]:=

"PublicNPGHP_240.gif"

"PublicNPGHP_241.gif"

"PublicNPGHP_242.gif"

In[103]:=

"PublicNPGHP_243.gif"

"PublicNPGHP_244.gif"

"PublicNPGHP_245.gif"

In[106]:=

"PublicNPGHP_246.gif"

"PublicNPGHP_247.gif"

"PublicNPGHP_248.gif"

In[109]:=

"PublicNPGHP_249.gif"

"PublicNPGHP_250.gif"

"PublicNPGHP_251.gif"

In[112]:=

"PublicNPGHP_252.gif"

"PublicNPGHP_253.gif"

"PublicNPGHP_254.gif"

In[115]:=

"PublicNPGHP_255.gif"

"PublicNPGHP_256.gif"

"PublicNPGHP_257.gif"

In[118]:=

"PublicNPGHP_258.gif"

"PublicNPGHP_259.gif"

"PublicNPGHP_260.gif"

In[121]:=

"PublicNPGHP_261.gif"

"PublicNPGHP_262.gif"

"PublicNPGHP_263.gif"

In[124]:=

"PublicNPGHP_264.gif"

"PublicNPGHP_265.gif"

"PublicNPGHP_266.gif"

In[127]:=

"PublicNPGHP_267.gif"

"PublicNPGHP_268.gif"

"PublicNPGHP_269.gif"

This is full the list of Newman-Penrose spin coefficients.

In[130]:=

"PublicNPGHP_270.gif"

Out[130]=

"PublicNPGHP_271.gif"

In[131]:=

"PublicNPGHP_272.gif"

Out[131]=

"PublicNPGHP_273.gif"

The spin coefficients are defined through the derivations of the elements of the spin tetrad by means of the following relations.

In[132]:=

"PublicNPGHP_274.gif"

Out[132]=

"PublicNPGHP_275.gif"

From this expression we compute and store the components of the spin covariant derivative "intrinsic" connection (these are the components of the "inner" Christoffel symbols of the covariant derivative CDe).

In[133]:=

"PublicNPGHP_276.gif"

Out[133]=

"PublicNPGHP_277.gif"

In[134]:=

"PublicNPGHP_278.gif"

"PublicNPGHP_279.gif"

"PublicNPGHP_280.gif"

Out[134]=

"PublicNPGHP_281.gif"

In[135]:=

"PublicNPGHP_282.gif"

Out[135]=

"PublicNPGHP_283.gif"

In[136]:=

"PublicNPGHP_284.gif"

Out[136]=

"PublicNPGHP_285.gif"

In[137]:=

"PublicNPGHP_286.gif"

Out[137]=

"PublicNPGHP_287.gif"

In[138]:=

"PublicNPGHP_288.gif"

Out[138]=

"PublicNPGHP_289.gif"

We need the complex conjugate of all these relations.

In[139]:=

"PublicNPGHP_290.gif"

Out[139]=

"PublicNPGHP_291.gif"

In[140]:=

"PublicNPGHP_292.gif"

Out[140]=

"PublicNPGHP_293.gif"

Automatic replacement of the components of  "PublicNPGHP_294.gif" and "PublicNPGHP_295.gif".

In[141]:=

"PublicNPGHP_296.gif"

In[142]:=

"PublicNPGHP_297.gif"

Components of the Levi-Civita connection in the null tetrad

We need to obtain the components of the Levi-Civita connection (Ricci rotation coefficients) in the null tetrad. This is done by taking the covariant derivative of the set of equations relating the null tetrad elements and the spin dyad elements and using the expressions for the derivatives of the latter in terms of the Newman-Penrose spin coefficients.

As we know the relation between the spinor dyad and the null tetrad is

In[143]:=

"PublicNPGHP_298.gif"

Out[143]=

"PublicNPGHP_299.gif"

We take now the derivative of each of these equations and expand them in components.

In[144]:=

"PublicNPGHP_300.gif"

Out[144]=

"PublicNPGHP_301.gif"

In[145]:=

"PublicNPGHP_302.gif"

Out[145]=

"PublicNPGHP_303.gif"

In[146]:=

"PublicNPGHP_304.gif"

"PublicNPGHP_305.gif"

Out[146]=

"PublicNPGHP_306.gif"

In[147]:=

"PublicNPGHP_307.gif"

Out[147]=

"PublicNPGHP_308.gif"

In[148]:=

"PublicNPGHP_309.gif"

Out[148]=

"PublicNPGHP_310.gif"

All the ocurrences of the spin covariant derivative are now acting on scalar functions. Therefore we may replace them by any other covariant derivative, in particular PDNP.

In[149]:=

"PublicNPGHP_311.gif"

Out[149]=

"PublicNPGHP_312.gif"

In[150]:=

"PublicNPGHP_313.gif"

In[151]:=

"PublicNPGHP_314.gif"

Out[151]=

"PublicNPGHP_315.gif"

In[152]:=

"PublicNPGHP_316.gif"

Out[152]=

"PublicNPGHP_317.gif"

These are the components of the Levi-Civita connection in the null tetrad written in terms of the spin coefficients. We store them.

In[153]:=

"PublicNPGHP_318.gif"

We show the list of Ricci rotation coefficients.

In[154]:=

"PublicNPGHP_319.gif"

Out[154]=

"PublicNPGHP_320.gif"

From now on, each Ricci rotation coefficient will be automatically replaced by its value in terms of the Newman-Penrose spin coefficients.

In[155]:=

"PublicNPGHP_321.gif"

Commutation relations

In this subsection we calculate the commutation coefficients of the elements of the null tetrad in terms of the spin coefficients. This is achieved by calculating the brackets of the elements of the null tetrad which in turn requires the commutation coefficients of the null tetrad elements. These coeffients are the components of the tensor TorsionPDNP.

The first step is the creation of a folded rule containing the independent components of TorsionPDNP in the null tetrad.

In[156]:=

"PublicNPGHP_322.gif"

Out[156]=

"PublicNPGHP_323.gif"

Next we compute the explicit expression for the bracket of each pair of elements of the null tetrad.

In[157]:=

"PublicNPGHP_324.gif"

Out[157]=

"PublicNPGHP_325.gif"

In[158]:=

"PublicNPGHP_326.gif"

Out[158]=

"PublicNPGHP_327.gif"

Finally we compute and store the components of  TorsionPDNP in the null tetrad.

In[159]:=

"PublicNPGHP_328.gif"

Out[159]=

"PublicNPGHP_329.gif"

In[160]:=

"PublicNPGHP_330.gif"

Out[160]=

"PublicNPGHP_331.gif"

In[161]:=

"PublicNPGHP_332.gif"

Out[161]=

"PublicNPGHP_333.gif"

We store these values.

In[162]:=

"PublicNPGHP_334.gif"

In[163]:=

"PublicNPGHP_335.gif"

We can now write down the equations arising from the commutation relations. First we define a scalar function upon which the differential operators will act.

In[164]:=

"PublicNPGHP_336.gif"

"PublicNPGHP_337.gif"

By default, xTensor` commutes automatically pairs of covariant derivatives when they act on scalars.

In[165]:=

"PublicNPGHP_338.gif"

Out[165]=

"PublicNPGHP_339.gif"

We need to remove this automatic commutation in our calculations.  This is done by means of the next line of code.

In[166]:=

"PublicNPGHP_340.gif"

Commutation of the operator PDNP on the scalar ψ.

In[167]:=

"PublicNPGHP_341.gif"

Out[167]=

"PublicNPGHP_342.gif"

The components of this relation in the null tetrad yield the Newman-Penrose commutation relations.

In[168]:=

"PublicNPGHP_343.gif"

Out[168]=

"PublicNPGHP_344.gif"

In[169]:=

"PublicNPGHP_345.gif"

Out[169]=

"PublicNPGHP_346.gif"

In[170]:=

"PublicNPGHP_347.gif"

Out[170]=

"PublicNPGHP_348.gif"

In[171]:=

"PublicNPGHP_349.gif"

Out[171]=

"PublicNPGHP_350.gif"

We extract the independent equations from this set.

In[172]:=

"PublicNPGHP_351.gif"

"PublicNPGHP_352.gif"

Out[172]=

"PublicNPGHP_353.gif"

These equations come in complex-conjugate pairs.  Therefore we only need to consider a subset of them.

In[173]:=

"PublicNPGHP_354.gif"

In[174]:=

"PublicNPGHP_355.gif"

In[175]:=

"PublicNPGHP_356.gif"

Out[175]=

"PublicNPGHP_357.gif"

Therefore, the full set of independent commutation relations is

In[176]:=

"PublicNPGHP_358.gif"

Out[176]=

"PublicNPGHP_359.gif"

Components of the Riemann tensor in terms of the components of the curvature spinors

We are going to write the components of the Riemann tensor in the null tetrad in terms of the spinor curvature components expressed in the spin dyad.  First we compute folded rules containing the independent components of each of the quantities involved.

In[177]:=

"PublicNPGHP_360.gif"

Out[177]=

"PublicNPGHP_361.gif"

In[178]:=

"PublicNPGHP_362.gif"

In[179]:=

"PublicNPGHP_363.gif"

Out[179]=

"PublicNPGHP_364.gif"

In[180]:=

"PublicNPGHP_365.gif"

In[181]:=

"PublicNPGHP_366.gif"

Out[181]=

"PublicNPGHP_367.gif"

In[182]:=

"PublicNPGHP_368.gif"

We introduce the scalars which will represent the components of the Weyl spinor

In[183]:=

"PublicNPGHP_369.gif"

"PublicNPGHP_370.gif"

"PublicNPGHP_371.gif"

"PublicNPGHP_372.gif"

"PublicNPGHP_373.gif"

"PublicNPGHP_374.gif"

"PublicNPGHP_375.gif"

"PublicNPGHP_376.gif"

"PublicNPGHP_377.gif"

"PublicNPGHP_378.gif"

"PublicNPGHP_379.gif"

The different components of the Weyl spinor are formatted with their conventional names.

In[184]:=

"PublicNPGHP_380.gif"

In[194]:=

"PublicNPGHP_381.gif"

In[195]:=

"PublicNPGHP_382.gif"

Explicit definition of the components of the Weyl spinor.

In[196]:=

"PublicNPGHP_383.gif"

Out[196]=

"PublicNPGHP_384.gif"

In[197]:=

"PublicNPGHP_385.gif"

Out[197]=

"PublicNPGHP_386.gif"

In[198]:=

"PublicNPGHP_387.gif"

Out[198]=

"PublicNPGHP_388.gif"

In[199]:=

"PublicNPGHP_389.gif"

Out[199]=

"PublicNPGHP_390.gif"

In[200]:=

"PublicNPGHP_391.gif"

In[201]:=

"PublicNPGHP_392.gif"

We introduce the scalars which will represent the components of the Ricci spinor.

In[202]:=

"PublicNPGHP_393.gif"

"PublicNPGHP_394.gif"

"PublicNPGHP_395.gif"

"PublicNPGHP_396.gif"

"PublicNPGHP_397.gif"

"PublicNPGHP_398.gif"

"PublicNPGHP_399.gif"

"PublicNPGHP_400.gif"

"PublicNPGHP_401.gif"

"PublicNPGHP_402.gif"

"PublicNPGHP_403.gif"

"PublicNPGHP_404.gif"

"PublicNPGHP_405.gif"

"PublicNPGHP_406.gif"

"PublicNPGHP_407.gif"

"PublicNPGHP_408.gif"

"PublicNPGHP_409.gif"

"PublicNPGHP_410.gif"

"PublicNPGHP_411.gif"

The components of the Ricci spinor are formatted with their conventional names.

In[203]:=

"PublicNPGHP_412.gif"

In[212]:=

"PublicNPGHP_413.gif"

Explicit definition of the components of the Ricci spinor.

In[213]:=

"PublicNPGHP_414.gif"

Out[213]=

"PublicNPGHP_415.gif"

In[214]:=

"PublicNPGHP_416.gif"

In[215]:=

"PublicNPGHP_417.gif"

Out[215]=

"PublicNPGHP_418.gif"

In[216]:=

"PublicNPGHP_419.gif"

Out[216]=

"PublicNPGHP_420.gif"

In[217]:=

"PublicNPGHP_421.gif"

Out[217]=

"PublicNPGHP_422.gif"

In[218]:=

"PublicNPGHP_423.gif"

In[219]:=

"PublicNPGHP_424.gif"

In[220]:=

"PublicNPGHP_425.gif"

Computation of the folded rule for the Riemann tensor.

In[221]:=

"PublicNPGHP_426.gif"

In[222]:=

"PublicNPGHP_427.gif"

Next we show how to write Riemann tensor components in terms of the components of curvature spinors

In[223]:=

"PublicNPGHP_428.gif"

Out[223]=

"PublicNPGHP_429.gif"

In[224]:=

"PublicNPGHP_430.gif"

Out[224]=

"PublicNPGHP_431.gif"

In[225]:=

"PublicNPGHP_432.gif"

Out[225]=

"PublicNPGHP_433.gif"

In[226]:=

"PublicNPGHP_434.gif"

In[227]:=

"PublicNPGHP_435.gif"

In[228]:=

"PublicNPGHP_436.gif"

Out[228]=

"PublicNPGHP_437.gif"

In[229]:=

"PublicNPGHP_438.gif"

Out[229]=

"PublicNPGHP_439.gif"

We add the values just found to the folded rule containg the components of the Riemann tensor.

In[230]:=

"PublicNPGHP_440.gif"

In[231]:=

"PublicNPGHP_441.gif"

In[232]:=

"PublicNPGHP_442.gif"

From previous computations we can obtain and store the values for the components of the Ricci tensor.

In[233]:=

"PublicNPGHP_443.gif"

In[234]:=

"PublicNPGHP_444.gif"

Out[234]=

"PublicNPGHP_445.gif"

In[235]:=

"PublicNPGHP_446.gif"

Out[235]=

"PublicNPGHP_447.gif"

In[236]:=

"PublicNPGHP_448.gif"

Out[236]=

"PublicNPGHP_449.gif"

In[237]:=

"PublicNPGHP_450.gif"

Out[237]=

"PublicNPGHP_451.gif"

In[238]:=

"PublicNPGHP_452.gif"

Out[238]=

"PublicNPGHP_453.gif"

In[239]:=

"PublicNPGHP_454.gif"

In[240]:=

"PublicNPGHP_455.gif"

The scalar curvature is worked out in a similar fashion.

In[241]:=

"PublicNPGHP_456.gif"

Out[241]=

"PublicNPGHP_457.gif"

In[242]:=

"PublicNPGHP_458.gif"

Out[242]=

"PublicNPGHP_459.gif"

In[243]:=

"PublicNPGHP_460.gif"

Out[243]=

"PublicNPGHP_461.gif"

In[244]:=

"PublicNPGHP_462.gif"

Out[244]=

"PublicNPGHP_463.gif"

In[245]:=

"PublicNPGHP_464.gif"

We may also need the components of the traceless part of the Ricci tensor.

In[246]:=

"PublicNPGHP_465.gif"

In[247]:=

"PublicNPGHP_466.gif"

Out[247]=

"PublicNPGHP_467.gif"

In[248]:=

"PublicNPGHP_468.gif"

Out[248]=

"PublicNPGHP_469.gif"

In[249]:=

"PublicNPGHP_470.gif"

Out[249]=

"PublicNPGHP_471.gif"

In[250]:=

"PublicNPGHP_472.gif"

Out[250]=

"PublicNPGHP_473.gif"

In[251]:=

"PublicNPGHP_474.gif"

Out[251]=

"PublicNPGHP_475.gif"

In[252]:=

"PublicNPGHP_476.gif"

This is the complete list of the components of the Riemann tensor.

In[253]:=

"PublicNPGHP_477.gif"

Out[253]=

"PublicNPGHP_478.gif"

The Newman-Penrose equations

We now calculate the Riemann tensor with respect to the null tetrad

In[254]:=

"PublicNPGHP_479.gif"

"PublicNPGHP_480.gif"

Out[254]=

"PublicNPGHP_481.gif"

In[255]:=

"PublicNPGHP_482.gif"

Out[255]=

"PublicNPGHP_483.gif"

In[256]:=

"PublicNPGHP_484.gif"

Out[256]=

"PublicNPGHP_485.gif"

In[257]:=

"PublicNPGHP_486.gif"

Out[257]=

"PublicNPGHP_487.gif"

In[258]:=

"PublicNPGHP_488.gif"

In[259]:=

"PublicNPGHP_489.gif"

From here we obtain directly the Newman-Penrose equations

In[260]:=

"PublicNPGHP_490.gif"

In[261]:=

"PublicNPGHP_491.gif"

Out[261]=

"PublicNPGHP_492.gif"

Not all the equations in this bunch are independent. To extract the independent set of equations we just eliminate a certain set of variables. The variables which we are going to eliminate are

In[262]:=

"PublicNPGHP_493.gif"

Out[262]=

"PublicNPGHP_494.gif"

In[263]:=

"PublicNPGHP_495.gif"

In[264]:=

"PublicNPGHP_496.gif"

In[265]:=

"PublicNPGHP_497.gif"

"PublicNPGHP_498.gif"

Out[265]=

"PublicNPGHP_499.gif"

In[266]:=

"PublicNPGHP_500.gif"

In[267]:=

"PublicNPGHP_501.gif"

Out[267]=

"PublicNPGHP_502.gif"

We may need the complex conjugate set in future computations.

In[268]:=

"PublicNPGHP_503.gif"

Out[268]=

"PublicNPGHP_504.gif"

In[269]:=

"PublicNPGHP_505.gif"

"PublicNPGHP_506.gif"

Out[269]=

"PublicNPGHP_507.gif"

Bianchi identities

We take next the components of the second Bianchi identity in the null tetrad.

In[270]:=

"PublicNPGHP_508.gif"

Out[270]=

"PublicNPGHP_509.gif"

In[271]:=

"PublicNPGHP_510.gif"

Out[271]=

"PublicNPGHP_511.gif"

In[272]:=

"PublicNPGHP_512.gif"

Out[272]=

"PublicNPGHP_513.gif"

In[273]:=

"PublicNPGHP_514.gif"

Out[273]=

"PublicNPGHP_515.gif"

In[274]:=

"PublicNPGHP_516.gif"

Out[274]=

"PublicNPGHP_517.gif"

In[275]:=

"PublicNPGHP_518.gif"

Out[275]=

"PublicNPGHP_519.gif"

In[276]:=

"PublicNPGHP_520.gif"

In[277]:=

"PublicNPGHP_521.gif"

In[278]:=

"PublicNPGHP_522.gif"

Not all the equations here are independent.

In[279]:=

"PublicNPGHP_523.gif"

Out[279]=

"PublicNPGHP_524.gif"

In[280]:=

"PublicNPGHP_525.gif"

Out[280]=

"PublicNPGHP_526.gif"

In[281]:=

"PublicNPGHP_527.gif"

The final result for the Bianchi identities is

In[282]:=

"PublicNPGHP_528.gif"

Out[282]=

"PublicNPGHP_529.gif"

3. The GHP formalism

The Geroch-Held-Penrose formalism (known as GHP formalism) is a particularisation of the Newman-Penrose formalism in which the spin coefficients are separated according to their boost and spin weight. Also the direcctional derivatives associated to the null tetrad are replaced by differential operators which behave well under boost and spin transformations and therefore we can speak of the boost and spin weight of these operators. This enables us to re-write the basic equations used in the Newman-Penrose formalism in terms of boost-weighted quantities only. In this section we show how this is accomplished in the framework of Spinors` and xCoba` .

Boost and spin weights

The GHP formalism only admits weighted quantities. In this subsection we introduce a command, called GHPWeightOf, which computes the boost and spin weight of any quantity. These are integers which are kept in a list.  The command GHPWeightOf also checks that the GHP weight of the terms of any sum all agree, throwing an error otherwise.

In[283]:=

"PublicNPGHP_530.gif"

Weights of integers, rationals and complex numbers.

In[284]:=

"PublicNPGHP_531.gif"

Weights of products.

In[287]:=

"PublicNPGHP_532.gif"

Weights of sums

In[288]:=

"PublicNPGHP_533.gif"

Weights of powers

In[290]:=

"PublicNPGHP_534.gif"

Weights of the spin coefficients

Some of the spin coefficients are weighted quantities. These are in the following list.

In[291]:=

"PublicNPGHP_535.gif"

Out[291]=

"PublicNPGHP_536.gif"

These are the  spin and boost weights of these quantities :

In[292]:=

"PublicNPGHP_537.gif"

From here we compute the weights of the complex conjugate of these quantities

In[293]:=

"PublicNPGHP_538.gif"

Out[293]=

"PublicNPGHP_539.gif"

In[294]:=

"PublicNPGHP_540.gif"

Out[294]=

"PublicNPGHP_541.gif"

Weights of the components of the curvature spinors

It is easy to deduce the weights of the components of the curvature spinors. These are their values.

In[295]:=

"PublicNPGHP_542.gif"

In[296]:=

"PublicNPGHP_543.gif"

In[297]:=

"PublicNPGHP_544.gif"

In[298]:=

"PublicNPGHP_545.gif"

GHP differential operators

The GHP differential operators are constructed by adding some extra terms to the four NP direccional derivatives. The result is a set of four differential operators having good transformation properties under spin and boost.

The GHP differential operators can be regarded as the "components" of a certain differential operator which we define next.  This  operator is not a true covariant derivative but just a differential operator acting on scalars,  so we need to use some primitive xAct` instructions in order to create it. We use the notation "PublicNPGHP_546.gif" as a representation for it.

In[299]:=

"PublicNPGHP_547.gif"

Formatting of the GHP operators with their standard symbols.

In[306]:=

"PublicNPGHP_548.gif"

The following constants represent respectively generic boost and spin weights.

In[312]:=

"PublicNPGHP_549.gif"

"PublicNPGHP_550.gif"

In[313]:=

"PublicNPGHP_551.gif"

"PublicNPGHP_552.gif"

We introduce a complex scalar of weight (p,q).

In[314]:=

"PublicNPGHP_553.gif"

"PublicNPGHP_554.gif"

"PublicNPGHP_555.gif"

We specify the weight of the scalar quantity "PublicNPGHP_556.gif" (note that the integers w and z are zero weighted).

In[315]:=

"PublicNPGHP_557.gif"

The action of the differential operator "PublicNPGHP_558.gif" on a weighted scalar "PublicNPGHP_559.gif" is, by definition

In[317]:=

"PublicNPGHP_560.gif"

Out[317]=

"PublicNPGHP_561.gif"

In[318]:=

"PublicNPGHP_562.gif"

In[319]:=

"PublicNPGHP_563.gif"

In[320]:=

"PublicNPGHP_564.gif"

Out[320]=

"PublicNPGHP_565.gif"

In[321]:=

"PublicNPGHP_566.gif"

We transform previous rules in delayed rules with patterns which can be used for any weighted quantity

In[322]:=

"PublicNPGHP_567.gif"

Out[322]=

"PublicNPGHP_568.gif"

In[323]:=

"PublicNPGHP_569.gif"

Out[323]=

"PublicNPGHP_570.gif"

In[324]:=

"PublicNPGHP_571.gif"

Out[324]=

"PublicNPGHP_572.gif"

In[325]:=

"PublicNPGHP_573.gif"

Out[325]=

"PublicNPGHP_574.gif"

In[326]:=

"PublicNPGHP_575.gif"

Out[326]=

"PublicNPGHP_576.gif"

In[327]:=

"PublicNPGHP_577.gif"

Out[327]=

"PublicNPGHP_578.gif"

Each of the quantities "PublicNPGHP_579.gif", "PublicNPGHP_580.gif", "PublicNPGHP_581.gif", "PublicNPGHP_582.gif" is a spin weighted quantity. These are the specific values for the weights of each of them.

In[328]:=

"PublicNPGHP_583.gif"

We also need to teach GHPWeightOf how to behave when acting on differential expressions.

In[332]:=

"PublicNPGHP_584.gif"

Commutation of the GHP differential operators

In this subsection we work out the commutation relations of each of the GHP operators. The commutator of two GHP operators is a new differential operator which acts on a generic spin weighted scalar "PublicNPGHP_585.gif".   

This is the commutation between two generic GHP operators.

In[333]:=

"PublicNPGHP_586.gif"

Out[333]=

"PublicNPGHP_587.gif"

We expand this into components in order to obtain the set of commutation relations.

In[334]:=

"PublicNPGHP_588.gif"

Out[334]=

"PublicNPGHP_589.gif"

In[335]:=

"PublicNPGHP_590.gif"

Out[335]=

"PublicNPGHP_591.gif"

In[336]:=

"PublicNPGHP_592.gif"

Out[336]=

"PublicNPGHP_593.gif"

In[337]:=

"PublicNPGHP_594.gif"

Out[337]=

"PublicNPGHP_595.gif"

In[338]:=

"PublicNPGHP_596.gif"

In[339]:=

"PublicNPGHP_597.gif"

In[340]:=

"PublicNPGHP_598.gif"

Out[340]=

"PublicNPGHP_599.gif"

We use the Newman-Penrose equations on this relation.

In[341]:=

"PublicNPGHP_600.gif"

In[342]:=

"PublicNPGHP_601.gif"

In[343]:=

"PublicNPGHP_602.gif"

Out[343]=

"PublicNPGHP_603.gif"

Finally we write "PublicNPGHP_604.gif", "PublicNPGHP_605.gif" in terms of "PublicNPGHP_606.gif",  "PublicNPGHP_607.gif" and simplify the resulting expression.

In[344]:=

"PublicNPGHP_608.gif"

In[345]:=

"PublicNPGHP_609.gif"

Out[345]=

"PublicNPGHP_610.gif"

In[346]:=

"PublicNPGHP_611.gif"

We check that everything is OK

In[347]:=

"PublicNPGHP_612.gif"

Out[347]=

"PublicNPGHP_613.gif"

Ricci identities in the GHP formalism

In this subsection we use the Newman-Penrose Ricci identities (Newman-Penrose equations) to find a set of equations which only contain the GHP differential operators and spin weighted quantities. This set of equations is known as GHP equations or compacted spin coefficient equations.

These are the weighted spin coefficients.

In[348]:=

"PublicNPGHP_614.gif"

Out[348]=

"PublicNPGHP_615.gif"

These are the NP differentials of these spin coefficients.

In[349]:=

"PublicNPGHP_616.gif"

Out[349]=

"PublicNPGHP_617.gif"

We compute the GHP differentials of the weighted Newman-Penrose spin coefficients.

In[350]:=

"PublicNPGHP_618.gif"

Out[350]=

"PublicNPGHP_619.gif"

With this information we can render the Newman-Penrose equations in terms of the GHP differential operators.

In[351]:=

"PublicNPGHP_620.gif"

Out[351]=

"PublicNPGHP_621.gif"

In[352]:=

"PublicNPGHP_622.gif"

Out[352]=

"PublicNPGHP_623.gif"

We are interested in these equations which only contain weighted spin coefficients and GHP operators. These are

In[353]:=

"PublicNPGHP_624.gif"

Out[353]=

"PublicNPGHP_625.gif"

We may write these equations in an alternative way.

In[354]:=

"PublicNPGHP_626.gif"

"PublicNPGHP_627.gif"

Out[354]=

"PublicNPGHP_628.gif"

In[355]:=

"PublicNPGHP_629.gif"

Out[355]=

"PublicNPGHP_630.gif"

In[356]:=

"PublicNPGHP_631.gif"

Out[356]=

"PublicNPGHP_632.gif"

Previous set of equations is known as GHP equations or compacted spin coefficient equations.

In[357]:=

"PublicNPGHP_633.gif"

Out[357]=

"PublicNPGHP_634.gif"

Bianchi identities in the GHP formalism

Each of the components of the curvature spinors is a weighted scalar. Using this property it is possible to rewrite the Newman-Penrose form of the Bianchi identities in terms of spin weighted quantities. This is accomplished in this subsection.

We write the differentials of the curvature components which appear in the NP Bianchi identities in terms of differentials written in ters of the GHP operators.

In[358]:=

"PublicNPGHP_635.gif"

Out[358]=

"PublicNPGHP_636.gif"

In[359]:=

"PublicNPGHP_637.gif"

Out[359]=

"PublicNPGHP_638.gif"

We may write these equations in an alternative way.

In[360]:=

"PublicNPGHP_639.gif"

"PublicNPGHP_640.gif"

Out[360]=

"PublicNPGHP_641.gif"

In[361]:=

"PublicNPGHP_642.gif"

Out[361]=

"PublicNPGHP_643.gif"

In[362]:=

"PublicNPGHP_644.gif"

Out[362]=

"PublicNPGHP_645.gif"

Previous set of equations is known as GHP Bianchi identities or compacted Bianchi Identities.

In[363]:=

"PublicNPGHP_646.gif"

Out[363]=

"PublicNPGHP_647.gif"

4. Quick start

In this section we show how to use in practical applications the NP and GHP equations computed in previous sections. This is intended to be a short tutorial which enables the user to start working as quick as possible with the equations of the NP and GHP formalisms, so one does not need to read the contents of previous sections to use it. However, to take full advantage of the flexibility offered by our implementation and the remaining features of xAct`,  the complete knowledge of sections 1,2 and 3 is needed

The basic variables of the NP and GHP formalisms are the spin coefficients and the components of the curvature tensor. These are stored in lists.

In[364]:=

"PublicNPGHP_648.gif"

Out[364]=

"PublicNPGHP_649.gif"

In[365]:=

"PublicNPGHP_650.gif"

Out[365]=

"PublicNPGHP_651.gif"

To type any of these quantities you need to know the imput form of them. This is achieved with the Mathematica command InputForm. For example, let us display the input form of the spin coefficient "PublicNPGHP_652.gif":

In[366]:=

"PublicNPGHP_653.gif"

Out[366]//InputForm=

γDyad[]

Recall that Greek letters are typed by using the key "esc" followed by the Latin name of the letter followed by "esc". Hence

In[367]:=

"PublicNPGHP_654.gif"

Out[367]=

"PublicNPGHP_655.gif"

Other essential ingredient of the NP and GHP formalisms are the frame differentiations. In the NP formalism these are just the directional derivatives associated to the four elements of the null tetrad. To see how they are typed, we consider their action on the spin coefficient  "PublicNPGHP_656.gif".

In[368]:=

"PublicNPGHP_657.gif"

Out[368]=

"PublicNPGHP_658.gif"

The head PDNP denotes a generic NP operator associated to the null tetrad, whereas the arguments {1,-NP}, ... {4,-NP} are used to refer to each of the directional derivatives of the null tetrad elements. In this way {1,-NP} means the first element of the null tetrad, {2,-NP} the second element and so on. The elements of the null tetrad are numbered according to the usual convention. In the case of the GHP formalism, we have to take into account that only weighted quantities appear in the formalism. All the components of the Riemann tensor are weighted, but not all the spin coefficients are so. The weighted spin coefficients are  stored in the following list.

In[369]:=

"PublicNPGHP_659.gif"

Out[369]=

"PublicNPGHP_660.gif"

Let us take "PublicNPGHP_661.gif": the action of the four GHP operators on it is

In[370]:=

"PublicNPGHP_662.gif"

Out[370]=

"PublicNPGHP_663.gif"

In this case, the head Θ (typed esc-Q-esc) is the notation for a generic GHP differential operator while
{1,-NP},..,{4,-NP} are, as before, the labels for each of the elements of the null tetrad. We can transform the GHP differentials into NP differentials as follows.

In[371]:=

"PublicNPGHP_664.gif"

Out[371]=

"PublicNPGHP_665.gif"

NP differentials can be also transformed back into GHP differentials.

In[372]:=

"PublicNPGHP_666.gif"

Out[372]=

"PublicNPGHP_667.gif"

In[373]:=

"PublicNPGHP_668.gif"

Out[373]=

"PublicNPGHP_669.gif"

Previous operations can be performed on any weighted quantity and the appropriate weights will be automatically inserted. For example:

In[374]:=

"PublicNPGHP_670.gif"

Out[374]=

"PublicNPGHP_671.gif"

In[375]:=

"PublicNPGHP_672.gif"

Out[375]=

"PublicNPGHP_673.gif"

The basic equations of each formalism are stored in lists. These are the names of the lists and the correspondences:

Newman-Penrose commutation relations:

In[376]:=

"PublicNPGHP_674.gif"

Out[376]=

"PublicNPGHP_675.gif"

Newman-Penrose Ricci identities:

In[377]:=

"PublicNPGHP_676.gif"

Out[377]=

"PublicNPGHP_677.gif"

Newman-Penrose Bianchi identities:

In[378]:=

"PublicNPGHP_678.gif"

Out[378]=

"PublicNPGHP_679.gif"

GHP commutators acting on a generic quantity "PublicNPGHP_680.gif"of boost weight w and spin weight z.

In[379]:=

"PublicNPGHP_681.gif"

Out[379]=

"PublicNPGHP_682.gif"

GHP Ricci identities:

In[380]:=

"PublicNPGHP_683.gif"

Out[380]=

"PublicNPGHP_684.gif"

GHP Bianchi identities:

In[381]:=

"PublicNPGHP_685.gif"

Out[381]=

"PublicNPGHP_686.gif"

Within the GHP formalism any expression must be weighted. The command GHPWeightOf will compute the weight of any expression.

In[382]:=

"PublicNPGHP_687.gif"

"PublicNPGHP_688.gif"

For example: take one of the GHP Bianchi identities:

In[383]:=

"PublicNPGHP_689.gif"

Out[383]=

"PublicNPGHP_690.gif"

We compute the GHP weight of the right hand side of this relation.

In[384]:=

"PublicNPGHP_691.gif"

Out[384]=

"PublicNPGHP_692.gif"

Finally we explain how to compute the action of the GHP commutators on any quantity. For example suppose that we wish to compute the commutation of þ and ð' on the scalar "PublicNPGHP_693.gif". First of all, we look up in the list of GHP commutators the commutation relation we wish to use. In our case this is

In[385]:=

"PublicNPGHP_694.gif"

Out[385]=

"PublicNPGHP_695.gif"

Next we replace "PublicNPGHP_696.gif" by  "PublicNPGHP_697.gif" and the weights {w, z} by their values. This is accomplished as follows

In[386]:=

"PublicNPGHP_698.gif"

Out[386]=

"PublicNPGHP_699.gif"

Spikey Created with Wolfram Mathematica 7.0