tensor(deprecated)/entermetric - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : tensor(deprecated)/entermetric

tensor

  

entermetric

  

facility for user input of coordinate variables and covariant metric tensor components.

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

entermetric( 'g', 'coords' )

Parameters

g

-

covariant metric tensor (symmetric rank 2 tensor_type)

coords

-

list of coordinate variables

Description

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.

Examples

Important: The tensor package has been deprecated. Use the superseding packages DifferentialGeometry and Physics instead.

withtensor:

Use entermetric to input the Schwarzschild metric.

entermetricg,coord

The coordinate variables are :

x1=t

x2=r

x3=θ

x4=φ

The Covariant Metric

non-zero components :

cov_g11=12Mr

cov_g22=112Mr

cov_g33=r2

cov_g44=r2sinθ2

(1)

Confirm the results once again:

coord

t,r,θ,φ

(2)

evalg

tableindex_char=−1,−1,compts=12Mr0000112Mr0000r20000r2sinθ2

(3)

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]