JetCalculus[TotalVector] - form the total part of a vector field
Calling Sequences
TotalVector(omega)
Parameters
X - a vector field or a generalized vector field on a fiber bundle E -> M
|
Description
|
|
•
|
The total part of a generalized vector field X on the bundle E -> M is the generalized vector field Y on E -> M such that Y - X is a vertical vector and Hook(Y, omega) = 0 for any contact 1-form omega on J^1(E).
|
•
|
The vertical vector Y - X is called the evolutionary part of the vector field X.
|
•
|
The command TotalVector is part of the DifferentialGeometry:-JetCalculus package. It can be used in the form TotalVector(...) only after executing the commands with(DifferentialGeometry) and with(JetCalculus), but can always be used by executing DifferentialGeometry:-JetCalculus:-TotalVector(...).
|
|
|
Examples
|
|
>
|
|
Example 1.
Create the jet space J^2(E) for the bundle E = R^2 x R^2 with coordinates (x, y) -> (u, v).
>
|
|
Define a vector X1 and compute its total part.
E >
|
|
| (2.1) |
E >
|
|
| (2.2) |
Define a vector X2 and compute its total part.
E >
|
|
| (2.3) |
E >
|
|
| (2.4) |
Define a vector X3 and compute its total part.
E >
|
|
| (2.5) |
E >
|
|
| (2.6) |
Example 2.
E >
|
|
J33 >
|
|
| (2.7) |
J33 >
|
|
| (2.8) |
A total vector field always annihilates the first order contact 1-forms.
J33 >
|
|
| (2.10) |
A vector field is always the sum of its total and evolutionary parts.
J33 >
|
|
| (2.11) |
J33 >
|
|
| (2.12) |
|
|
Download Help Document
Was this information helpful?