Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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.
Define a vector X2 and compute its total part.
Define a vector X3 and compute its total part.
Example 2.
A total vector field always annihilates the first order contact 1-forms.
A vector field is always the sum of its total and evolutionary parts.
See Also
DifferentialGeometry, JetCalculus, EvolutionaryVector, Hook, Prolong
Download Help Document