Physics[Tetrads][TransformTetrad] - transform a tetrad into canonical form, or using one of six standard transformations, or using a given set of transformation equations
Calling Sequence
TransformTetrad(...)
Parameters
T
-
optional, it can be a matrix representing a tetrad. If not given, the tetrad (vierbein e_) for the current spacetime metric is transformed
verifygiventetrad
optional, can be true (default value) or false, to verify or not whether the given matrix T is or not a tetrad before proceeding
canonicalform
optional, to compute a canonical form for the tetrad (given or e_)
nullrotationwithfixedl_
optional, to indicate a rotation that leaves the null vector l_ unchanged
nullrotationwithfixedn_
optional, to indicate a rotation that leaves the null vector n_ unchanged
spatialrotationsm_mb_plane
optional, to indicate a rotation of m_ and mb_ on the (m_, mb_)-plane
boostsn_l_plane
optional, to indicate a rotation that leaves the directions of l_ and n_ unchanged
preservel_direction
optional, to indicate a rotation that leaves the direction of l_ unchanged
preserven_direction
optional, to indicate a rotation that leaves the direction of n_ unchanged
settetrad
optional, to indicate that the transformed tetrad should be set as the current tetrad
output = ...
optional, could be tetrad (default) or nullvectors, to have the output as a matrix that can be used to redefine the tetrad e_, or as a list of the Newman-Penrose null vectors
Description
The TransformTetrad commands applies transformations of coordinates of a specific type to a tetrad. These transformations, related to the optional arguments, are all Lorentz transformations of the tetrad (local) system of references.
The transformed tetrad returned by TransformTetrad is not automatically set as the current tetrad. That allows for experimenting with different transformations. To set the output of TransformTetrad as the current tetrad, either pass to TransformTetrad an additional argument settetrad, or pass its output to Setup as in Setup⁡e_=.. output of TransformTetrad ...
The tetrad being transformed does not need to be indicated, in which case it is, by default, a null tetrad related to the current value of the spacetime metric g_, that is, one that satisfies the tetrad definition 𝔢a,μ⁢𝔢b⁢⁢μ=ηa,b, 𝔢a,μ⁢𝔢⁢⁢ν⁢a=gμ,ν. and where the tetrad metric is formed with the null vectors of the Newman-Penrose formalism. To see what tetrad (among the infinitely many possible ones) is actually used as a starting point by default, see Tetrads[e_].
Instead of the default action of transforming e_, you can also indicate any other tetrad to be transformed. For that purpose, indicate the tetrad as first argument T, either as a matrix (whose components are assumed to correspond to the all-covariant tetrad e_[a, mu]), or as an equation where the left-hand side is the tensor e_[a, mu] itself.
When a tetrad is indicated, before proceeding, a test verifying whether it satisfies the tetrad definition equations is performed using the command IsTetrad, and if the tetrad definition is not satisfied an error interruption happens. Sometimes, the indicated T is in fact a tetrad but the computer fails in verifying that, perhaps missing a simplification; in these cases you can indicate to not perform this verification by passing the optional argument verifygiventetrad = false.
When the tetrad indicated to be transformed is an orthonormal tetrad (for the corresponding definitions, see IsTetrad), first a null tetrad is derived from it using the formulas shown in NullTetrad, then transformed.
Two different formats for the output of TransformTetrad are possible: as a matrix that can be set as the value of the tetrad e_ using Setup, or as a list of null vectors (option output = nullvectors).
Rotations of the tetrad system
Covering the effect of the 6-parameter Lorentz transformations on the null vectors of the Newman-Penrose formalism, the predefined transformations implemented are:
I) Rotations of Class I leave the null vector l_ unchanged (option nullrotationwithfixedl_, introduces a global transformation complex parameter E)
n'μ=E⁢lμ+mμ⁢E&conjugate0;+E⁢m&conjugate0;μ+nμ
m'μ=E⁢lμ+mμ
m&conjugate0;⁢'=m&conjugate0;μ+E&conjugate0;⁢lμ
II) Rotations of Class II leave the null vector n_ unchanged (option nullrotationwithfixedn_, introduces a global transformation complex parameter B)
l'μ=B⁢nμ+mμ⁢B&conjugate0;+B⁢m&conjugate0;μ+lμ
m'μ=B⁢nμ+mμ
m&conjugate0;⁢'=m&conjugate0;μ+B&conjugate0;⁢nμ
III) Rotations of Class III leave the directions of l_ and n_ unchanged and rotate m_ and mb_ on the (m_, mb_)-plane. To these transformations correspond the options boostsn_l_plane, that introduces a global transformation real parameter A,
n'μ=A⁢nμ
l'μ=lμA
and also spatialrotationsm_mb_plane, that introduces a global transformation real parameter Omega).
m'μ=ⅇi⁢Ω⁢mμ
To transform a null tetrad using any of these standard transformations, pass any (one or more) of the corresponding optional arguments, for example as in TransformTetrad(spatialrotationsm_mb_plane). When indicating many transformations by passing many of these optional arguments together, the transformations are performed in the order these optional arguments are passed.
NOTE (I): You can always pass these optional arguments by passing only a few identifying letters of these long concatenations of words, and when there is only one match your input will be interpreted correctly. For example: Both TransformTetrad(spatial) and TransformTetrad(m_mb) are interpreted as TransformTetrad(spatialrotationsm_mb_plane).
NOTE (II): Transformations of Class I and II introduce complex parameters E and B. When these parameters are going to be adjusted to obtain a certain form of the tetrad, or the transformed tetrad is going to be simplified, it is convenient to represent them by their real and imaginary parts, for example using Ex=ℜ⁡E and Ey=ℑ⁡E and setting assumptions Assume⁡Ex::real and Assume⁡Ey::real using Assume and the same for B and the real parameters A and omega.
Other frequent transformations used that have a keyword associated that you can use to indicate them are those that preserve the l_ direction plane (option preservel_direction, introduces the global transformation parameters A, E, Omega) and those that preserve the n_ direction plane (option preserven_direction, introduces the global transformation parameters A, B, Omega)
Finally, you can also indicate any particular transformation by passing it as a set or list of transformation equations (see TransformCoordinates), in which case the null tetrad is viewed as the corresponding list of four spacetime 4-vectors [l_, n_, m_, mb_] and transformed accordingly using the TransformCoordinates command.
Transforming a Tetrad into Canonical Form
Provided that the spacetime is not conformally flat (for which all the components of the Weyl tensor are equal to zero), TransformTetrad can also transform a tetrad into a canonical form in one go. For that purpose, use the canonicalform optional argument. The resulting tetrad is such that the Weyl scalars associated to it are of one and only one of the following five forms related to the PetrovType of the spacetime (see reference [3] page 388)
The process of rewriting a tetrad into canonical form involves a combination of rotations of Classes I, II and III, automatically deduced and applied by TransformTetrad.
The canonical form in the table above is not the only possible one and, depending on the spacetime, a different canonical form would be more convenient. For example, a preferred form for Petrov type "I" would be to have Ψ1=1,Ψ2≠0,Ψ4≠0 instead of Ψ3=1,Ψ1≠0,Ψ2≠0. You can still use TransformTetrad to produce any desired canonical form different than the default one presented in the table above by taking into account the way the Weyl scalars are changed by these three classes of rotation, that is:
I) Rotations of Class I leave Ψ0 unchanged
Ψ0 '=Ψ0
Ψ1 '=Ψ1+E&conjugate0;⁢Ψ0
Ψ2 '=Ψ2+2⁢E&conjugate0;⁢Ψ1+E&conjugate0;2⁢Ψ0
Ψ3 '=Ψ3+3⁢E&conjugate0;⁢Ψ2+3⁢E&conjugate0;2⁢Ψ1+E&conjugate0;3⁢Ψ0
Ψ4 '=Ψ4+4⁢E&conjugate0;⁢Ψ3+6⁢E&conjugate0;2⁢Ψ2+4⁢E&conjugate0;3⁢Ψ1+E&conjugate0;4⁢Ψ0
I) Rotations of Class II leave Ψ4 unchanged
Ψ0 '=B4⁢Ψ4+4⁢B3⁢Ψ3+6⁢B2⁢Ψ2+4⁢B⁢Ψ1+Ψ0
Ψ1 '=B3⁢Ψ4+3⁢B2⁢Ψ3+3⁢B⁢Ψ2+Ψ1
Ψ2 '=B2⁢Ψ4+2⁢B⁢Ψ3+Ψ2
Ψ3 '=B⁢Ψ4+Ψ3
Ψ4 '=Ψ4
I) Rotations of Class III leave Ψ2 unchanged
Ψ0 '=ⅇ2⁢I⁢Ω⁢Ψ0A2
Ψ1 '=ⅇI⁢Ω⁢Ψ1A
Ψ2 '=Ψ2
Ψ3 '=A⁢ⅇ−I⁢Ω⁢Ψ3
Ψ4 '=ⅇ−2⁢I⁢Ω⁢Ψ4A2
Examples
with⁡Physics:with⁡Tetrads
⁢_______________________________________________________
Setting lowercaselatin_ah letters to represent tetrad indices
Defined as tetrad tensors see ?Physics,tetrads, 𝔢a,μ , ηa,b , γa,b,c , λa,b,c
Defined as spacetime tensors representing the NP null vectors of the tetrad formalism see ?Physics,tetrads, lμ , nμ , mμ , m&conjugate0;μ
IsTetrad,NullTetrad,OrthonormalTetrad,PetrovType,SegreType,TransformTetrad,WeylScalars,e_,eta_,gamma_,l_,lambda_,m_,mb_,n_
Setup⁡mathematicalnotation=true
mathematicalnotation=true
Load the Schwarzschild metric in spherical coordinates; you can input g_[Schwarzschild] or the simpler
g_sc
⁢Systems of spacetime coordinates are:⁢X=r,θ,φ,t
⁢Default differentiation variables for d_, D_ and dAlembertian are:⁢X=r,θ,φ,t
Setting lowercaselatin_is letters to represent space indices
⁢The Schwarzschild metric in coordinates ⁢r,θ,φ,t
Parameters: m
Signature: - - - +
gμ,ν=r2⁢m−r0000−r20000−r2⁢sin⁡θ20000r−2⁢mr
An orthonormal tetrad (this is the one used by default) is
e_
𝔢a,μ=−I⁢r2⁢m−r0000r0000r⁢sin⁡θ0000−I⁢2⁢m−rr
The key observation here is that the orientation of the axis of the local system of references (the tetrad system) is arbitrary and with them the values of the Weyl scalars too. So, you can perform a Lorentz transformation on the tetrad, without changing the spacetime metric g_, while fixing the values of the Weyl scalars in one of the possible forms (classes) shown in the table in the description. Two spacetime metrics with different classification cannot be different coordinate representations of the same metric (if the classification is the same the question is still undecided). This Petrov classification is however not applicable when the spacetime is conformally flat so that all the Weyl scalars are equal to 0. In this case the Segre classification of the Ricci tensor plays a role equivalent to the Petrov classification in the non-conformally flat cases. In this framework the ability to perform transformations of the tetrad (i.e. of the orientation of the axis of the tetrad system) to fix the Weyl or Ricci scalars is key to discuss the equivalence problem between two metrics.
The transformations that you can perform with TransformTetrad are either the standard ones, of classes I, II or III specified in the description, or arbitrary. For example, transform the orthonormal tetrad above using a null rotation with fixed l_, where l_ and the related NULL vectors of the Newman-Penrose formalism (commands of the Tetrads package) satisfy
l_definition
lμ⁢l⁢μ⁢μ=0,lμ⁢n⁢μ⁢μ=1,lμ⁢m⁢μ⁢μ=0,lμ⁢m&conjugate0;⁢μ⁢μ=0,gμ,ν=lμ⁢nν+lν⁢nμ−mμ⁢m&conjugate0;ν−mν⁢m&conjugate0;μ
TransformTetrad⁡nullrotationwithfixedl_
E&conjugate0;⁢2⁢r2⁢2⁢m−rI2⁢2⁢r2⁢r⁢sin⁡θ2E&conjugate0;⁢2⁢2⁢m−r2⁢r2⁢r2⁢2⁢m−r002⁢2⁢m−r2⁢r2⁢r⁢E⁢E&conjugate0;−12⁢2⁢m−rI2⁢2⁢r⁢E+E&conjugate0;2⁢sin⁡θ⁢r⁢E−E&conjugate0;22⁢2⁢m−r⁢E⁢E&conjugate0;+12⁢rE⁢2⁢r2⁢2⁢m−rI2⁢2⁢r−2⁢r⁢sin⁡θ2E⁢2⁢2⁢m−r2⁢r
Note the transformation parameter E introduced by TransformTetrad. You can replace it by a value (see subs and eval) or assign it, or you may want to Assume that this parameter is, for instance, real
Assume⁡E::real
E::real
map⁡eval,
E⁢2⁢r2⁢2⁢m−rI2⁢2⁢r2⁢r⁢sin⁡θ2E⁢2⁢2⁢m−r2⁢r2⁢r2⁢2⁢m−r002⁢2⁢m−r2⁢r2⁢r⁢E2−12⁢2⁢m−rI⁢E⁢2⁢r02⁢2⁢m−r⁢E2+12⁢rE⁢2⁢r2⁢2⁢m−rI2⁢2⁢r−2⁢r⁢sin⁡θ2E⁢2⁢2⁢m−r2⁢r
Now is this a tetrad? Of what type?
IsTetrad⁡
Type of tetrad: null
true
Although the transformation is always applied on a null tetrad (either a null form of e_ set using Setup, or a null tetrad derived from e_ when it is of orthonormal type), and the transformed tetrad is always a null tetrad, depending on the case it is more convenient to work with an orthonormal tetrad. To transform the returned null tetrad into an orthonormal one, or the other way around, you can use the OrthonormalTetrad and NullTetrad commands.
TransformTetrad applies a transformation on a tetrad but does not set the value of e_ to this result. For that purpose, i.e. to effectively rotate the tetrad system of references to match the orientation/tetrad you want, use Setup
Setup⁡e_=
tetrad=1,1=E⁢2⁢r2⁢2⁢m−r,1,2=I2⁢2⁢r,1,3=2⁢r⁢sin⁡θ2,1,4=E⁢2⁢2⁢m−r2⁢r,2,1=2⁢r2⁢2⁢m−r,2,4=2⁢2⁢m−r2⁢r,3,1=2⁢r⁢E2−12⁢2⁢m−r,3,2=I⁢E⁢2⁢r,3,4=2⁢2⁢m−r⁢E2+12⁢r,4,1=E⁢2⁢r2⁢2⁢m−r,4,2=I2⁢2⁢r,4,3=−2⁢r⁢sin⁡θ2,4,4=E⁢2⁢2⁢m−r2⁢r
Following this reorientation of the tetrad, all the components of tensors in the local (tetrad) system of references, as for instance gamma_, lambda_ and the tetrad components of spacetime tensors, automatically change. For example, the Ricci rotation coefficients gamma_ follow this change of value of the components of 𝔢__a,μ according to their definition
gamma_definition
γa,b,c=▿ν⁡𝔢a,μ⁢𝔢bμbμ⁢𝔢cνcν
As mentioned, transforming the tetrad is a relevant step towards resolving the equivalence between two metrics in that it permits fixing the Weyl and Ricci scalars in different ways depending on the classification of the spacetime. The key step in that process is transforming the tetrad into a canonical form as explained in the description. The required transformation is derived and performed automatically by TransformTetrad when you pass the canonicalform optional argument. Consider for instance the metric with number [12, 8, 1] from the database of solutions to Einstein's equations
g_12,8,1
⁢Systems of spacetime coordinates are:⁢X=x,y,z,t
⁢Default differentiation variables for d_, D_ and dAlembertian are:⁢X=x,y,z,t
The x,y,z,t metric in coordinates %2
Parameters: A,B
Comments: cosmologⅈcal constant = 1/B^2 = 1/A^2, k = 1, kprⅈmⅇ = 1
Domain: 0<x,x<π,0<z,z<π
Assumptions: B=A,0<A,0<B
Resetting the signature of spacetime from - - - + to + + + - in order to match the signature in the database of metrics
gμ,ν=A20000A2⁢sin⁡x20000B20000−B2⁢sin⁡z2
For the sake of simplicity let's assume that x and z are such that their sin is in the first quadrant
Assume⁡0<zandz≤12⁢π,0<xandx≤12⁢π
z::0,π2,x::0,π2
The PetrovType and SegreType are
PetrovType⁡
D
SegreType⁡
D,[(1,1)(11)]
Recalling that these two classifications are invariant under Lorentz rotations of the tetrad, the possible equivalence of some other metric to this one with number [12, 8, 1] requires that
a) the other metric has the same classification (the Segre classification is necessary only when the Petrov type is "O")
b) a transformation of the spacetime coordinates (that you can perform with TransformCoordinates) exists and transforms one set of scalars into the other one
When a) is satisfied, the first step in b), the search for an appropriate transformation of the spacetime coordinates, is to look at the Weyl (or Ricci when the Petrov type is "O") scalars in canonical form.
For metrics with Petrov type "D" as in this example, the canonical form of the Weyl scalars only have Ψ2≠0 which still has a residual invariance under transformations of Class III. So check the value of these scalars related to this (default) value of e_
𝔢a,μ=−2⁢A2002⁢B⁢sin⁡z202⁢A⁢sin⁡x2I2⁢2⁢B002⁢A⁢sin⁡x2−I2⁢2⁢B02⁢A2002⁢B⁢sin⁡z2
Recalling, these scalars are related to the tetrad in that their definition is in terms of the null vectors of the Newman-Penrose formalism, that in turn are the rows of the null tetrad above
Weylscalarsdefinition
ψ__0=C⁢μ,ν,α,β⁢μ,ν,α,β⁢lμ⁢mν⁢lα⁢mβ,ψ__1=C⁢μ,ν,α,β⁢μ,ν,α,β⁢lμ⁢nν⁢lα⁢mβ,ψ__2=C⁢μ,ν,α,β⁢μ,ν,α,β⁢lμ⁢mν⁢m&conjugate0;α⁢nβ,ψ__3=C⁢μ,ν,α,β⁢μ,ν,α,β⁢lμ⁢nν⁢m&conjugate0;α⁢nβ,ψ__4=C⁢μ,ν,α,β⁢μ,ν,α,β⁢nμ⁢m&conjugate0;ν⁢nα⁢m&conjugate0;β
l_
lμ=2⁢A2002⁢B⁢sin⁡z2
n_
nμ=−2⁢A2002⁢B⁢sin⁡z2
m_
mμ=02⁢A⁢sin⁡x2I2⁢2⁢B0
mb_
m&conjugate0;μ=02⁢A⁢sin⁡x2−I2⁢2⁢B0
Weylscalars
ψ__0=A2+B24⁢A2⁢B2,ψ__1=0,ψ__2=A2+B212⁢A2⁢B2,ψ__3=0,ψ__4=A2+B24⁢A2⁢B2
We see in the result above that these scalars are not in canonical form. To get them in canonical form, compute a canonical form for the tetrad
TransformTetrad⁡canonicalform
2⁢A4−I4⁢2⁢A⁢sin⁡x2⁢B4−2⁢B⁢sin⁡z4I2⁢2⁢A−2⁢A⁢sin⁡x2−I2⁢2⁢B−I2⁢2⁢B⁢sin⁡z−3⁢I8⁢A⁢2−3⁢2⁢A⁢sin⁡x8I8⁢B⁢2−I8⁢B⁢sin⁡z⁢2−2⁢A4−I4⁢2⁢A⁢sin⁡x−3⁢2⁢B4−3⁢2⁢B⁢sin⁡z4
Set this to be the orientation of the tetrad system of references, i.e. the value of e_
tetrad=1,1=2⁢A4,1,2=−I4⁢2⁢A⁢sin⁡x,1,3=2⁢B4,1,4=−2⁢B⁢sin⁡z4,2,1=I2⁢2⁢A,2,2=−2⁢A⁢sin⁡x2,2,3=−I2⁢2⁢B,2,4=−I2⁢2⁢B⁢sin⁡z,3,1=−3⁢I8⁢A⁢2,3,2=−3⁢2⁢A⁢sin⁡x8,3,3=I8⁢B⁢2,3,4=−I8⁢B⁢sin⁡z⁢2,4,1=−2⁢A4,4,2=−I4⁢2⁢A⁢sin⁡x,4,3=−3⁢2⁢B4,4,4=−3⁢2⁢B⁢sin⁡z4
Check now the Weyl scalars
ψ__0=0,ψ__1=0,ψ__2=−A2−B26⁢A2⁢B2,ψ__3=0,ψ__4=0
We see now that only Ψ2≠0, so these scalars are now in canonical form. Note that Ψ2 is still invariant under transformations of Class III of the canonical form of the tetrad. To see that:
perform a Class III transformation using TransformTetrad(boostsn_l_plane, spatialrotationsm_mb_plane)
set the resulting tetrad using Setup as done above
recompute the Weyl scalars: you obtain again scalars with only Ψ2≠0:
TransformTetrad⁡boostsn_l_plane,spatialrotationsm_mb_plane
3⁢ⅇ−I⁢Ω⁢2⁢A8−3⁢I8⁢ⅇ−I⁢Ω⁢2⁢A⁢sin⁡x−ⅇ−I⁢Ω⁢2⁢B8ⅇ−I⁢Ω⁢2⁢B⁢sin⁡z8−I4⁢2⁢AA__12⁢A⁢sin⁡x4⁢A__1−3⁢I4⁢2⁢BA__1−3⁢I4⁢2⁢B⁢sin⁡zA__1I4⁢A__1⁢2⁢AA__1⁢2⁢A⁢sin⁡x4I4⁢A__1⁢2⁢B−I4⁢A__1⁢2⁢B⁢sin⁡z−ⅇI⁢Ω⁢2⁢A2−I2⁢ⅇI⁢Ω⁢2⁢A⁢sin⁡xⅇI⁢Ω⁢2⁢B2ⅇI⁢Ω⁢2⁢B⁢sin⁡z2
tetrad=1,1=3⁢ⅇ−I⁢Ω⁢2⁢A8,1,2=−3⁢I8⁢ⅇ−I⁢Ω⁢2⁢A⁢sin⁡x,1,3=−ⅇ−I⁢Ω⁢2⁢B8,1,4=ⅇ−I⁢Ω⁢2⁢B⁢sin⁡z8,2,1=−I4⁢2⁢AA__1,2,2=2⁢A⁢sin⁡x4⁢A__1,2,3=−3⁢I4⁢2⁢BA__1,2,4=−3⁢I4⁢2⁢B⁢sin⁡zA__1,3,1=I4⁢A__1⁢2⁢A,3,2=A__1⁢2⁢A⁢sin⁡x4,3,3=I4⁢A__1⁢2⁢B,3,4=−I4⁢A__1⁢2⁢B⁢sin⁡z,4,1=−ⅇI⁢Ω⁢2⁢A2,4,2=−I2⁢ⅇI⁢Ω⁢2⁢A⁢sin⁡x,4,3=ⅇI⁢Ω⁢2⁢B2,4,4=ⅇI⁢Ω⁢2⁢B⁢sin⁡z2
An example of Petrov type III. For presentation simplicity, assume that one of the coordinates and the parameter are positive instead of arbitrary complex variables
g_12,35,1
⁢Systems of spacetime coordinates are:⁢X=x,y,z,u
⁢Default differentiation variables for d_, D_ and dAlembertian are:⁢X=x,y,z,u
The Kaigorodov (1962) metric in coordinates Cahen (1964)
Parameters: Λ
Assumptions: Λ<0
Signature: + + + -
gμ,ν=ⅇ4⁢z2⁢ⅇz0ⅇ−2⁢z2⁢ⅇz2⁢ⅇ−2⁢z0000−3Λ0ⅇ−2⁢z000
Assume⁡0<z,0<Λ
z::0,∞,Λ::0,∞
The Petrov type, the default tetrad and the corresponding Weyl scalars:
III
𝔢a,μ=−I2⁢2⁢ⅇ2⁢z−I⁢ⅇ−z⁢1+20−I2⁢ⅇ−4⁢z⁢2+200I2⁢6ΛI2⁢2⁢ⅇ−4⁢z00I2⁢6Λ−I2⁢2⁢ⅇ−4⁢z−I2⁢2⁢ⅇ2⁢z−I⁢ⅇ−z⁢2−10−I2⁢ⅇ−4⁢z⁢−2+2
ψ__0=Λ⁢−114+2⁢2,ψ__1=−3⁢Λ4+Λ⁢22,ψ__2=−Λ4,ψ__3=3⁢Λ4+Λ⁢22,ψ__4=Λ⁢−114−2⁢2
Compute a canonical form for this tetrad, set it, then recompute the Weyl scalars
Setup⁡e_=TransformTetrad⁡canonicalform:
ψ__0=0,ψ__1=0,ψ__2=0,ψ__3=1,ψ__4=0
We see that these scalars match the requirement for canonical form shown in the table in the Description for spacetimes of Petrov type III. In this example, the canonical form computed for the tetrad,
𝔢a,μ=55⁢2+14⁢ⅇ2⁢z6422⁢2+21⁢ⅇ−z323⁢43⁢2+4464⁢Λ11⁢ⅇ−4⁢z811⁢2−6⁢Λ⁢ⅇ2⁢z32−11⁢ⅇ−z⁢Λ1611⁢Λ⁢6320−6+5⁢2⁢ⅇ2⁢z4⁢Λ−1+2⁢2⁢ⅇ−z2⁢Λ3⁢2+44⁢Λ322⁢ⅇ−4⁢zΛ−2+2⁢ⅇ2⁢z2−ⅇ−z62⁢Λ0
is not really more complicated than the default tetrad (32) that is not in canonical form, but depending on the example the canonical form can be concretely more complicated.
Examples of transforming the tetrad into canonical form for spacetimes of Petrov types I, II, and N can be seen by performing the same steps above departing from the metrics of the database with numbers g_[[12, 21, 1]], g_[[24, 37, 7]] and g_[[12, 6, 1]].
See Also
Assume, d_, D_, e_, eta_, g_, gamma_, IsTetrad, l_, lambda_, m_, mb_, n_, NullTetrad, OrthonormalTetrad, PetrovType, Physics, Physics conventions, Physics examples, Physics Updates, Tensors - a complete guide, Mini-Course Computer Algebra for Physicists, Ricci, SegreType, Setup, Tetrads, Weyl
References
Textbooks
[1] Landau, L.D., and Lifshitz, E.M., The Classical Theory of Fields, Course of Theoretical Physics Volume 2, fourth revised English edition. Elsevier, 1975.
[2] Stephani, H., Kramer, D., MacCallum, M., Hoenselaers, C. Herlt, E., Exact Solutions of Einstein's Field Equations, Cambridge Monographs on Mathematical Physics, second edition. Cambridge University Press, 2003.
[3] Hawking, S.W., Israel, W., Chandrasekhar, S., General Relativity: an Einstein Centenary Survey, Chapter 7, Cambridge University Press, 2010.
Compatibility
The Physics[Tetrads][TransformTetrad] command was introduced in Maple 2015.
For more information on Maple 2015 changes, see Updates in Maple 2015.
The Physics[Tetrads][TransformTetrad] command was updated in Maple 2024.
Download Help Document