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

Online Help

All Products    Maple    MapleSim


Tensor[SchoutenTensor] - calculate the Schouten tensor of a metric

 

Calling Sequences

     SchoutenTensor(g)

     SchoutenTensor(g, R)

Parameters

     g       - a metric tensor on the tangent bundle of a manifold

     R       - (optional) the curvature tensor of g

 

Description

Examples

Description

• 

Let  be metric (of any signature) on the tangent bundle of a manifold  of dimension Let the Ricci tensor of  be  with scalar curvature . The the Schouten tensor of  is the symmetric tensor

 

• 

The first calling sequence computes the curvature tensor, Ricci tensor, and Ricci Scalar directly from the given metric. The second calling sequence uses the given curvature tensor  to compute the Ricci tensor via and then computes the scalar curvature using the given metric via

• 

This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form SchoutenTensor(...) only after executing the command with(DifferentialGeometry) and with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-ProjectiveCurvature.

Examples

 

Example 1.

Calculate the Schouten tensor of a metric.

 

(2.1)
P > 

(2.2)
P > 

(2.3)

Example 2.

Calculate the Schouten tensor from a metric and curvature tensor.

 

(2.4)
P > 

(2.5)
P > 

(2.6)
P > 

(2.7)

See Also

DifferentialGeometry

CurvatureTensor

RicciTensor

RicciScalar

 


Download Help Document