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[PushforwardTotalVector] - pushforward a total vector field by a transformation
Calling Sequences
PushforwardTotalVector(Phi)
Parameters
Phi - a transformation between two jet spaces
Description
Let E -> M and F -> N be two fiber bundles with dim(M) = m and dim(N) = n and let Phi: J^k(E) -> J^l(F) be a transformation. Let (x^i), i = 1, ... m be a system of local coordinates on M and let (y^a), a = 1, ... n be a system of local coordinates on N. Let F^a = y^a(Phi) be the y^a components of the map Phi--these are functions on J^k(E). Then the total Jacobian of Phi is the m x n matrix J^a_i = [D_i F^a] where D_i denotes the total derivative with respect to x^i. The pushforward of the total vector field X =X^iD_i on M is the total vector Y=Y^aD_a , where =Y^a =J^a_i X^i.
The command PushforwardTotalVector is part of the DifferentialGeometry:-JetCalculus package. It can be used in the form PushforwardTotalVector(...) only after executing the commands with(DifferentialGeometry) and with(JetCalculus), but can always be used by executing DifferentialGeometry:-JetCalculus:-PushforwardTotalVector(...).
Examples
Example 1.
First initialize several different jet spaces over bundles E1 -> M1, E2 -> M2, E3 -> M3. The dimension of the base spaces are dim(M1) = 2, dim(M2) = 1, dim(M3) = 3.
Define a transformation Phi1: J^2(E1) -> E2 and compute its total Jacobian (a 1 x 2 matrix).
See Also
DifferentialGeometry, JetCalculus, Prolong, TotalJacobian, Transformation
Download Help Document