Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
DifferentialGeometry[Pullback] - pullback a differential p-form by the Jacobian of a transformation
Calling Sequence
Pullback(Phi, omega)
Parameters
Phi
-
a transformation from a manifold M to a manifold N
omega
a differential r-form on the manifold N, where r is not greater than the dimension of M
Description
The pullback of omega with respect to a transformation Phi: M -> Nis an r-form theta on the manifold M and is denoted by theta = Phi^*(omega). If p is a point of M and X_1, X_2, ..., X_r are vectors in T_pM, then:
theta(p)(X_1, X_2, ..., X_r) = omega(Phi_*(X_1), Phi_*(X_2), ..., Phi_*(X_r)) (*)
The pullback of a 0-form, that is, a real-valued function g on N, is the real-valued function f = g o Phi on M.
In components, let J be the Jacobian matrix of Phi computed with respect to a system of coordinates x^i on M and y^j on N and evaluated at p. Let a be the row vector whose entries are the components of a 1-form omega at q = Phi(p), computed with respect to the coordinate basis on N. Then the matrix vector product b = a.J gives the components of theta = Phi^*(omega) with respect to the coordinate basis on M.
From the definition (*), it follows that Phi^* is a homomorphism from the ring of all differential forms on N to the ring of differential forms on M, that is, Phi^*(omega1 + omega2) = Phi^*(omega1) + Phi^*(omega2) and Phi^*(omega1 &w omega2) = Phi^*(omega1) &w Phi^*(omega2) (**) for all forms omega1 and omega2 on N. Pullback uses property (*), applied to 1-forms, together with (**) to calculate the pullback of an r-form.
The Pullback command can be applied to a list of differential forms.
This command is part of the DifferentialGeometry package, and so can be used in the form Pullback(...) only after executing the command with(DifferentialGeometry). It can always be used in the long form DifferentialGeometry:-Pullback.
Examples
Example 1.
Calculate the pullback of the differential form omega1 with respect to the transformation Phi1 at the point p1 = [x = 1, y = 2]. Check this result using the Jacobian of Phi1.
We check this last result against a direct computation using the Jacobian of Phi1. First calculate the coordinates of q1 = Phi1(p1) and evaluate omega1 at this point.
The entries of b coincide with the components of theta1_at_p1.
Example 2.
Example 3.
Express the function f and the 2-form omega2 in spherical coordinates.
See Also
DifferentialGeometry, Pushforward, PushPullTensor, Transformation
Download Help Document