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
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.
Example 1.
Calculate the Schouten tensor of a metric.
Example 2.
Calculate the Schouten tensor from a metric and curvature tensor.
See Also
DifferentialGeometry
CurvatureTensor
RicciTensor
RicciScalar
Download Help Document