Tensor[NullVector] - construct a null vector from a solder form and a rank 1 spinor
Calling Sequences
NullVector(sigma phi)
NullVector(sigma phi psi)
Parameters
sigma - a spin-tensor defining a solder form on a 4-dimensional spacetime
phi, psi - rank 1 spinors
|
Description
|
|
•
|
With two arguments, the NullVector command returns the real vector with components
|
• With three arguments, the NullVector command returns the (complex) vector with components
•
|
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form NullVector(...) only after executing the commands with(DifferentialGeometry); with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-NullVector.
|
|
|
Examples
|
|
>
|

|
Example 1.
First create the spinor bundle with spacetime coordinates and fiber coordinates .
>
|
|
| (2.1) |
Define a spacetime metric on with signature .
M >
|
|
| (2.2) |
Define an orthonormal tetrad on with respect to the metric Use the command SolderForm to create a solder form .
M >
|
|
| (2.3) |
M >
|
|
![_DG([["tensor", M, [["cov_bas", "con_vrt", "con_vrt"], []]], [[[1, 5, 7], (1/2)*2^(1/2)], [[1, 6, 8], (1/2)*2^(1/2)], [[2, 5, 8], (1/2)*2^(1/2)], [[2, 6, 7], (1/2)*2^(1/2)], [[3, 5, 8], -((1/2)*I)*2^(1/2)], [[3, 6, 7], ((1/2)*I)*2^(1/2)], [[4, 5, 7], (1/2)*2^(1/2)], [[4, 6, 8], -(1/2)*2^(1/2)]]])](/support/helpjp/helpview.aspx?si=5662/file05899/math145.png)
| (2.4) |
Define rank 1 spinors and
M >
|
|
| (2.5) |
M >
|
|
| (2.6) |
M >
|
|
| (2.7) |
Use the command NullVector to find the corrresponding null vectors .
M >
|
|
| (2.8) |
M >
|
|
| (2.9) |
M >
|
|
| (2.10) |
We can use the command TensorInnerProduct to check that the vectors are indeed null vectors.
M >
|
|
| (2.11) |
M >
|
|
| (2.12) |
M >
|
|
| (2.13) |
|
|