tensor
entermetric
facility for user input of coordinate variables and covariant metric tensor components.
Calling Sequence
Parameters
Description
Examples
entermetric( 'g', 'coords' )
g
-
covariant metric tensor (symmetric rank 2 tensor_type)
coords
list of coordinate variables
Important: The tensor package has been deprecated. Use the superseding packages DifferentialGeometry and Physics instead.
The function entermetric( g, coords ) prompts the user for the dimension of the manifold, the coordinate variables, and the components of the covariant metric tensor with respect to the natural basis (that is, the line element), and produces the coordinates list and covariant metric tensor.
The coordinate variables are returned as a list of names through the output parameter coords. The covariant metric tensor is returned as a rank 2 symmetric tensor_type through the output parameter g. The parameters g and coords must be unassigned names.
Since diagonal metrics are common, the user is asked to specify if the metric is diagonal or not. If the metric is diagonal, only the diagonal entries are required to be input. If the metric is not diagonal, the entries in the "upper triangle" of the metric components array are required to be input. In both cases, the returned metric components make use of Maple's symmetric indexing function.
The user is required to end each line of input with a semicolon (";") since each input value is read in as a Maple statement. Long expressions may be broken over more than one line provided the expression contains only one semicolon located at the end of the expression (like regular maple statements).
After the user has finished inputting the dimension, coordinates, and metric components, entermetric will display them back to the user for confirmation.
with⁡tensor:
Use entermetric to input the Schwarzschild metric.
entermetric⁡g,coord
The coordinate variables are :
x1=t
x2=r
x3=θ
x4=φ
The Covariant Metric
non-zero components :
cov_g11=1−2⁢Mr
cov_g22=−11−2⁢Mr
cov_g33=−r2
cov_g44=−r2⁢sin⁡θ2
Confirm the results once again:
coord
t,r,θ,φ
eval⁡g
table⁡index_char=−1,−1,compts=1−2⁢Mr0000−11−2⁢Mr0000−r20000−r2⁢sin⁡θ2
See Also
Physics[Christoffel]
Physics[D_]
Physics[d_]
Physics[Einstein]
Physics[g_]
Physics[LeviCivita]
Physics[Ricci]
Physics[Riemann]
Physics[Weyl]
tensor(deprecated)
tensor(deprecated)[create]
Download Help Document