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

Online Help

All Products    Maple    MapleSim


Tensor[PlebanskiTensor] - calculate the Plebanski tensor from a trace-free rank 2 symmetric tensor, the Plebanski spinor from a symmetric (2, 2) spinor, the Plebanski Newman-Penrose coefficients from a table of Newman-Penrose Ricci coefficients

Calling Sequences

     PlebanskiTensor(g, A)

     PlebanskiTensor(S)

     PlebanskiTensor(T

Parameters

  g     - the metric tensor on a 4 dimensional manifold

  S     -  a symmetric, trace-free, covariant rank 2 tensor  or a rank 4 spinor on

  T     - a table with indices

  

 

Description

Examples

See Also

Description

• 

The Plebanski tensor is the rank 4 covariant tensor constructed the metric tensor and a symmetric covariant trace-free rank two tensor  by the formula

The tensor has all the algebraic properties of the Weyl tensor. It is skew-symmetric in the indices  and satisfies the cyclic identity onand is trace-free with respect to the metric .

• 

 The 2 component spinors and corresponding to the tensors and are related by

• 

The Newman Penrose coefficientsfor are given in terms of the Newman-Penrose coefficients  for by

 

• 

The command PlebanskiTensor calculates the Plebanski tensor for a given tensor . If a tensorial form of is given, the tensorial form of  is returned (first calling sequence); if the spinor components of are given, the spinor components of  are returned (second calling sequence); and if the Newman-Penrose components of are given, then the Newman-Penrose components of are returned (third calling sequence).

• 

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

Examples

 

Example 1.

First create a spinor bundle with space-time coordinates (and spinor coordinates (Spinors are not needed for this first example but will be used in Example 2.)

(2.1)

 

Define a metric tensor .

M > 

(2.2)

 

Define a symmetric, trace-free, rank 2 tensor.

M > 

(2.3)

 

Compute the Plebanski tensor of

M > 

(2.4)

 

We check that the tensor  has the same algebraic properties as the Weyl tensor.  We use the command SymmetrizeIndices to show that   is skew-symmetric on its 1st and 2nd indices

M > 

(2.5)

 

The Plebanski tensor is skew-symmetric on its 3rd and 4th indices

M > 

(2.6)

 

The Plebanski tensor satisfies the cyclic identity on its first 3 indices.

M > 

(2.7)

 

The Plebanski tensor is also trace-free on its 1st and 3rd indices.  To check this we use the commands InverseMetric and ContractIndices  to evaluate  .

M > 

(2.8)
M > 

(2.9)

 

Example 2.

In this example we will convert the tensor S to a spinor and compute the spinor form of the Plebanski tensor. We start by defining an orthonormal tetrad for the metric  and using this tetrad and the command SolderForm to construct a solder form for the metric .

M > 

(2.10)
M > 

(2.11)

 

The command RicciSpinor gives the spinor form of

M > 

(2.12)

 

We calculate the Plebanski tensor in its spinor form.

M > 

(2.13)

 

We can check the consistency of this result using the command WeylSpinor to calculate the spinor form of   

M > 

(2.14)
M > 

(2.15)

 

Example 3.

In this example we will calculate the Newman-Penrose coefficients of the tensor  from the Newman-Penrose coefficients of the Plebanski tensor  For these calculations we need the NullTetrad determined by the orthonormal tetrad .

M > 

(2.16)
M > 

(2.17)
M > 

(2.18)

 

We can check the consistency of this result using the command NPCurvatureScalars  to calculate the Newman-Penrose coefficients of   

M > 

(2.19)

 

See Also

DifferentialGeometry, Tensor, convert, NPCurvatureScalars, NullTetrad, OrthonormalTetrad, RicciSpinor, SolderForm, WeylSpinor


Download Help Document