Tensor[WeylTensor] - calculate the Weyl curvature tensor of a metric
Calling Sequences
WeylTensor(g, R)
Parameters
g - a metric on a manifold M
R - (optional) the curvature tensor of the metric g, as computed from the Christoffel symbols of g
|
Description
|
|
•
|
Let R_{ijhk} be the rank 4 contravariant tensor obtained from the curvature tensor of g by lowering its first index with the metric g. Let R_{ih} be the Ricci tensor and R the Ricci scalar. Then the trace-free part of R_{ijhk} is the Weyl tensor W of the metric g. If the dimension of M is n, then in components
|
W_{ijhk} = R_{ijhk} - 1/(n - 2)*(g_{ih} R_{jk} - g_{jh} R_{ik} - g_{ik} R_{jh} + g_{jk} R_{ih}) + 1/(n - 1)(n - 2)*(g_{ih} g_{jk} - g_{jh} g_{ik})*R.
•
|
The Weyl tensor vanishes identically in dimension n = 3. If g' = f*g, then W(g') = f*W(g).
|
•
|
In addition to being trace-free over any index pair, the Weyl tensor also satisfies the first Bianchi identity.
|
•
|
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form WeylTensor(...) only after executing the command with(DifferentialGeometry) and with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-WeylTensor.
|
|
|
Examples
|
|
>
|
|
Example 1.
First create a 3 dimensional manifold M and show that the Weyl tensor of a randomly defined metric g1 is zero.
>
|
|
| (2.1) |
M >
|
|
| (2.2) |
Calculate the Christoffel symbols.
M >
|
|
| (2.3) |
Calculate the curvature tensor.
M >
|
|
| (2.4) |
Calculate the Weyl tensor.
M >
|
|
| (2.5) |
Example 3.
Define a 4 dimensional manifold and a metric g2.
M >
|
|
| (2.6) |
M2 >
|
|
| (2.7) |
Calculate the Weyl tensor directly from the metric g2
M2 >
|
|
| (2.8) |
We check the various properties of the Weyl tensor. First we check that it is skew-symmetric in its 1st and 2nd indices, and also in its 3rd and 4th indices.
M2 >
|
|
| (2.9) |
M2 >
|
|
| (2.10) |
Check the 1st Bianchi identity.
M2 >
|
|
| (2.11) |
Check that W2 is trace-free on the indices 1 and 3.
M2 >
|
|
M2 >
|
|
| (2.12) |
Finally we check the conformal invariance of the Weyl tensor by computing the Weyl tensor W3 for g3 = f(y, z)*g2 and comparing W3 with f(y, z)*W2
M2 >
|
|
M2 >
|
|
M2 >
|
|
M2 >
|
|
M2 >
|
|
| (2.13) |
|
|
Download Help Document
Was this information helpful?