Tensor[KroneckerDelta] - find the Kronecker delta tensor of rank r
Calling Sequences
KroneckerDelta(spatialType, r, fr)
Parameters
spatialType - a string, either "bas" or "vrt"
r - a non-negative integer
fr - (optional) the name of a defined frame
|
Description
|
|
•
|
The Kronecker delta tensor K of rank r is the type (r, r) tensor which is defined as follows. Let I be the type (1, 1) tensor whose components in any coordinate system are given by the identity matrix, that is, for any vector field I(X) = X. Then K is obtained from the r-fold tensor product of I fully skew-symmetrizing over all the covariant indices.
|
•
|
The command KroneckerDelta(spatialType, r) returns the rank r Kronecker delta tensor K of the type specified by indexType in the current frame unless the frame is explicited specified.
|
•
|
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form KroneckerDelta(...) only after executing the command with(DifferentialGeometry) and with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-KroneckerDelta.
|
|
|
Examples
|
|
>
|
|
Example 1.
We create a 3 dimensional manifold M with coordinates [x, y, z].
>
|
|
Define the 3 different Kronecker delta tensors on M.
M >
|
|
| (2.1) |
M >
|
|
| (2.2) |
M >
|
|
| (2.3) |
We check that the contraction of K3 gives a multiple of K2 and that the contraction of K2 gives a multiple of K1.
M >
|
|
| (2.4) |
M >
|
|
| (2.5) |
We check that K2 can be constructed from K1 tensor K1 by rearranging the indices and by skew-symmetrization.
M >
|
|
| (2.6) |
M >
|
|
| (2.7) |
M >
|
|
| (2.8) |
Example 2.
We create a 2 dimensional vector bundle over E with fiber coordinates [p, q].
M >
|
|
| (2.9) |
Define the possible Kronecker delta tensors on the fibers of E.
E >
|
|
| (2.10) |
E >
|
|
| (2.11) |
|
|
Download Help Document
Was this information helpful?