Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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