IsTetrad - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Physics[Tetrads][NullTetrad] - compute different forms of a null tetrad for the current spacetime metric

Physics[Tetrads][OrthonormalTetrad] - compute different forms of an orthonormal tetrad for the current spacetime metric

Physics[Tetrads][IsTetrad] - return true or false according to whether a given matrix is a null or orthonormal tetrad and indicate what kind of the tetrad is

Calling Sequence

NullTetrad(method = ..., firstvector = ...)

OrthonormalTetrad(method = ..., firstvector = ...)

IsTetrad(T, orthonormal, null, quiet)

Parameters

method = ..

-

optional, indicates the method to be used, that could be GramSchmidt or Eigenvectors

firstvector = ..

-

optional, a Vector or a list with the vector components, as many as the dimension of spacetime; indicates the first departing vector to be used with the GramSchmidt method

T

-

a Matrix representing a tetrad, it is also optionally the first argument in calls to NullTetrad and OrthonormalTetrad

orthonormal

-

optional, to indicate to IsTetrad to check only for an orthonormal tetrad

null

-

optional, to indicate to IsTetrad to check only for an null tetrad

quiet

-

optional, to indicate to IsTetrad to avoid displaying the type of tetrad on the screen

Description

  

NullTetrad and OrthonormalTetrad compute tetrads for the spacetime metric set. Recalling, given the metric of a local (tetrad) system of references, there are infinitely many tetrads (represented in Physics by the Tetrads:-e_ command) relating the components of a tensor in the global (spacetime) and local (tetrad) systems of references. These two commands NullTetrad and OrthonormalTetrad compute different tetrads, that may result more convenient in different contexts, for example when computing the Weyl and Ricci scalars or performing a Petrov classification.

• 

When the tetrad you get from NullTetrad or OrthonormalTetrad is the one you prefer, say E, you can set it, to be used by the system as the current tetrad, by entering Setuptetrad=E. You can always see the components of the current tetrad by entering e_[].

• 

When called with no arguments, both NullTetrad and OrthonormalTetrad will depart from the current tetrad and compute a corresponding - null or orthonormal - tetrad. The formula used depends on the signature. For the signatures (---+) and (+++-), given an orthonormal tetrad E, NullTetrad returns a null tetrad constructed as M . E, where

M=12200122012212I20012212I2012200122

and, for the signatures (+---) and (-+++),

M=12212200122122000012212I20012212I2

Given a null tetrad E, OrthonormalTetrad returns an orthonormal tetrad constructed as M1.E.

• 

Both NullTetrad and OrthonormalTetrad can also be called with a first argument, T, a matrix representing a tetrad, in which case instead of departing from the current components of Tetrads:-e_, they apply the formulas just described to T.

• 

Additionally, instead of constructing tetrads multiplying by M or its inverse, NullTetrad and OrthonormalTetrad can construct tetrads from scratch using two different methods: GramSchmidt or Eigenvectors - see the Examples section.

• 

Independently of NullTetrad and OrthonormalTetrad, you can always set the tetrad to have any preferred matrix form, say E, by entering Setuptetrad=E, or transform a tetrad into another one using TransformTetrad. Of particular interest is the the ability of TransformTetrad to compute a tetrad in canonicalform, that is a form that results in a canonical form of the Weyl scalars.

• 

IsTetrad is a complementary command: it returns true or false depending on whether the given matrix T is a tetrad, optionally indicating the type of tetrad.

Examples

withPhysics:Setupmathematicalnotation=true;withTetrads

mathematicalnotation=true

_______________________________________________________

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_

(1)

Set the spacetime metric to something non-flat, for instance take the metric [13,7,5] of the Exact solutions book referenced at the end of this page:

g_13,7,5

_______________________________________________________

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 metric in coordinates x,y,z,t

Parameters: ε,At,Bt,A1

Comments: ⅇpsⅈlon=1 or ⅇpsⅈlon=-1

Domain: 0<t

Assumptions: At::real&comma;Bt::real&comma;0<A1&comma;0<x&comma;0<At&comma;0<Bt

Resetting the signature of spacetime from - - - + to + + + - in order to match the signature in the database of metrics

_______________________________________________________

Setting lowercaselatin_is letters to represent space indices

gμ,ν=εAt20000Bt2&ExponentialE;2A1x2coshx212Bt2&ExponentialE;2A1xcoshxsinhx002Bt2&ExponentialE;2A1xcoshxsinhxBt2&ExponentialE;2A1x2coshx210000ε

(2)

Compact the display of the functions At,Bt:

CompactDisplayAt&comma;Bt

Atwill now be displayed asA

Btwill now be displayed asB

(3)

The default orthonormal tetrad is:

e_

𝔢a,μ=Aε0000Bcosh2x&ExponentialE;A1xBsinh2x&ExponentialE;A1xcosh2x000B&ExponentialE;A1xcosh2x0000ε

(4)

It is possible to test whether these tetrads satisfy the tetrad definition

e_definition

𝔢a,μ𝔢bμbμ=ηa,b

(5)

using IsTetrad

IsTetrad

Type of tetrad: orthonormal

true

(6)

To compute with a null tetrad instead of an orthonormal tetrad, set the tetrad or tetradmetric to null using Setup.

Setuptetradmetric=null

tetradmetric=1&comma;4=−1&comma;2&comma;3=1

(7)

Note: this form of the null tetrad metric is consistent with time in position 4 (default) - and not with time in position 1. To see the more frequent form of the tetradmetric

Matrix4&comma;1&comma;2=1&comma;3&comma;4=1&comma;shape=symmetric

0−100−100000010010

(8)

you can either set the signature of the underlying inertial system of references (Minkowski) indicating time (different sign) in the first place, or set the tetradmetric directly using Setup(tetradmetric = the_matrix_above).

So now the metric of the local (tetrad) system of references is:

eta_

ηa,b=000−100100100−1000

(9)

and the null tetrad is:

e_

𝔢a,μ=2Aε2002ε202Bcosh2x&ExponentialE;A1x22B&ExponentialE;A1xsinh2x+I2cosh2x002Bcosh2x&ExponentialE;A1x22B&ExponentialE;A1xsinh2x+I2cosh2x02Aε2002ε2

(10)

IsTetrad

Type of tetrad: null

true

(11)

You can compute different forms of an orthonormal tetrad or a null tetrad using the OrthonormalTetrad and NullTetrad commands, requesting the use of different methods, or passing a starting vector. For instance, this is the default form of an orthonormal tetrad for the current spacetime metric:

OrthonormalTetrad

Aε0000Bcosh2x&ExponentialE;A1xBsinh2x&ExponentialE;A1xcosh2x000B&ExponentialE;A1xcosh2x0000ε

(12)

There are two methods available for computing these tetrads: the GramSchmidt (generalization to curved spaces) and Eigenvectors (based on computing the Eigenvectors of a related Matrix). By default, the Physics package routines decide on what method is more convenient to use for the spacetime metric set. In this case the routines use the GramSchmidt method; you can check the other method via:

OrthonormalTetradmethod=Eigenvectors

Aε0000B2&ExponentialE;A1x2cosh2xsinh2xB2&ExponentialE;A1x2cosh2xsinh2x00B&ExponentialE;A1x22cosh2x+sinh2xB&ExponentialE;A1x22cosh2x+sinh2x0000ε

(13)

If this is an orthonormal tetrad you prefer, you can set it via Setup(e_ = ...), where ... is the matrix you prefer (see the previous output). To see what the null tetrads corresponding to these two orthonormal tetrads would be:

NullTetrad

2Aε2002ε202Bcosh2x&ExponentialE;A1x22B&ExponentialE;A1xsinh2x+I2cosh2x002Bcosh2x&ExponentialE;A1x22B&ExponentialE;A1xsinh2x+I2cosh2x02Aε2002ε2

(14)

NullTetradmethod=Eigenvectors

2Aε2002ε20B&ExponentialE;A1xIcosh2xsinh2xcosh2x+sinh2x2cosh2xsinh2xcosh2x+sinh2xB&ExponentialE;A1xIcosh2xsinh2x+cosh2x+sinh2x2cosh2xsinh2xcosh2x+sinh2x00B&ExponentialE;A1xIcosh2xsinh2x+cosh2x+sinh2x2cosh2xsinh2xcosh2x+sinh2xB&ExponentialE;A1xIcosh2xsinh2xcosh2x+sinh2x2cosh2xsinh2xcosh2x+sinh2x02Aε2002ε2

(15)

When using the GramSchmidt method you can also specify the first vector. Recalling, the method works iterating the computation of the next vector (line of the tetrad) starting from a first vector. For example, instead of starting from εA&comma;0&comma;0&comma;0, start from 0&comma;0&comma;0&comma;1 compare with default result of OrthonormalTetrad lines above.

OrthonormalTetradfirstvector=0&comma;0&comma;0&comma;1

Aε000000ε0B&ExponentialE;A1xsech2xB&ExponentialE;A1xcsch4x+coth4xsech2x000−IB&ExponentialE;A1xcosh2x0

(16)

IsTetrad

Type of tetrad: orthonormal

true

(17)

NullTetradfirstvector=0&comma;0&comma;0&comma;1

2Aε20I22B&ExponentialE;A1xcosh2x00I22B&ExponentialE;A1xsech2xI22B&ExponentialE;A1xcsch4xcoth4xsech2xI22ε0I22B&ExponentialE;A1xsech2xI22B&ExponentialE;A1xcsch4xcoth4xsech2xI22ε2Aε20I22B&ExponentialE;A1xcosh2x0

(18)

IsTetrad

Type of tetrad: null

true

(19)

See Also

d_, D_, e_, eta_, g_, gamma_, l_, lambda_, m_, mb_, n_, Physics, Physics conventions, Physics examples, Physics Updates, Tensors - a complete guide, Mini-Course Computer Algebra for Physicists, Ricci, Setup, Tetrads, TransformTetrad, Weyl

References

Textbooks

  

Landau, L.D., and Lifshitz, E.M. The Classical Theory of Fields, Course of Theoretical Physics Volume 2, fourth revised English edition. Elsevier, 1975.

  

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.