e_ - 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][e_] - represent and compute a tetrad (vierbein) and the corresponding null vectors of the Newman-Penrose formalism

Physics[Tetrads][eta_] - represent the (tetrad) metric of a local system of references

Calling Sequence

e_[a, mu]

e_[a, mu, keyword]

e_[keyword]

eta_[a, b]

eta_[a, b, keyword]

eta_[keyword]

Parameters

_mu

-

a spacetime index related to a global system of references, these are names representing integer numbers between 0 and the spacetime dimension, they can also be the numbers themselves

_a, b_

-

the tetrad indices related to a local system of references, as names representing integer numbers the same way as the spacetime indices

keyword

-

optional, it can be definition, matrix, nonzero, and can be given alone or together with covariant or contravariant indices.

Description

• 

The e_[a, mu] and eta[a, b] commands respectively represent the tetrad (also vierbein; by default, this is an orthonormal tetrad) and the tetrad metric, that is, the metric of the local frame - which by default is inertial, of Minkowski type. These two tensors are defined in terms of each other by 𝔢a,μ𝔢bμ=ηa,b.

• 

Both e_ and eta_ accept the keywords accepted by the other tensors of the Physics package, these are definition, matrix and nonzero, that can be given with or without indices. If given with indices, the corresponding output takes their character (covariant or contravariant) into account. In the case of e_, you can also use the keyword nullvectors, to see the null vectors corresponding to a given tetrad. Note anyway that these null vectors are available as commands of the Tetrads package; these are the l_, n_, m_ and mb_ commands.

Examples

withPhysics:withTetrads

_______________________________________________________

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)

Setupmathematicalnotation=true

mathematicalnotation=true

(2)

In a flat space, the spacetime gμ,ν and tetrad ηa,b metrics are the same, so the orthonormal tetrad 𝔢__a,μ is just the identity

g_

gμ,ν=

(3)

eta_

ηa,b=

(4)

e_

𝔢a,μ=

(5)

In a curved spacetime, for instance, set a Local Rotational Symmetry metric metric:

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μ,ν=

(6)

PDEtools:-declareAt&comma;Bt

Atwill now be displayed asA

Btwill now be displayed asB

(7)

The default orthonormal tetrad is now

e_

𝔢a,μ=

(8)

The following null vectors correspond to this tetrad:

e_nullvectors

lμ=,nμ=,mμ=,m&conjugate0;μ=

(9)

You can compute these null vectors directly since these are also part of the Tetrads package:

l_μ2,l_μn_μ,l_μm_μ,l_μmb_μ

lμlμμ,lμnμμ,lμmμμ,m&conjugate0;μlμμ

(10)

mapuu=SumOverRepeatedIndicesu&comma;

lμlμμ=0&comma;lμnμμ=−1&comma;lμmμμ=0&comma;m&conjugate0;μlμμ=0

(11)

You can query about the definition of any of these tensors in the same way you can now query any other tensor:

m_definition

mμlμμ=0,mμnμμ=0,mμmμμ=0,mμm&conjugate0;μμ=1,gμ,ν=lμnνlνnμ+mμm&conjugate0;ν+mνm&conjugate0;μ

(12)

eta_definition

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

(13)

e_definition

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

(14)

Verify the definition of the tetrad &efr;__a,&mu; given above

TensorArray&comma;simplifier=simplify

(15)

See Also

d_, D_, g_, gamma_, IsTetrad, l_, lambda_, m_, mb_, n_, NullTetrad, OrthonormalTetrad, Physics, Physics conventions, Physics examples, Physics Updates, Tensors - a complete guide, Mini-Course Computer Algebra for Physicists, Tetrads, TransformTetrad

Compatibility

• 

The Physics[Tetrads][e_] and Physics[Tetrads][eta_] commands were introduced in Maple 2015.

• 

For more information on Maple 2015 changes, see Updates in Maple 2015.