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
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
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μ,ν=
eta_
ηa,b=
e_
𝔢a,μ=
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: ε,A⁡t,B⁡t,A1
Comments: ⅇpsⅈlon=1 or ⅇpsⅈlon=-1
Domain: 0<t
Assumptions: A⁡t::real,B⁡t::real,0<A1,0<x,0<A⁡t,0<B⁡t
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
PDEtools:-declare⁡A⁡t,B⁡t
A⁡t⁢will now be displayed as⁢A
B⁡t⁢will now be displayed as⁢B
The default orthonormal tetrad is now
The following null vectors correspond to this tetrad:
e_nullvectors
lμ=,nμ=,mμ=,m&conjugate0;μ=
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⁢μ⁢μ
map⁡u↦u=SumOverRepeatedIndices⁡u,
lμ⁢l⁢μ⁢μ=0,lμ⁢n⁢μ⁢μ=−1,lμ⁢m⁢μ⁢μ=0,m&conjugate0;μ⁢l⁢μ⁢μ=0
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;μ
eta_definition
ηa,b=𝔢a,μ⁢𝔢bμbμ
e_definition
𝔢a,μ⁢𝔢bμbμ=ηa,b
Verify the definition of the tetrad 𝔢__a,μ given above
TensorArray⁡,simplifier=simplify
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.
Download Help Document