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[ApplyTransformation] - evaluate a transformation at a point
Calling Sequence
ApplyTransformation(Phi, pt)
Parameters
Phi
-
transformation from a manifold M to another manifold N
pt
a list of coordinates or a list of equations defining a point in the domain manifold M
Description
ApplyTransformation(Phi, pt) returns the coordinates of the point Phi(pt) in N.
The second argument is of the form [a1, a2, ...] or [x1 = a1, x2 = a2, ...], where x1, x2, ... are the coordinates on M.
This command is part of the DifferentialGeometry package, and so can be used in the form ApplyTransformation(...) only after executing the command with(DifferentialGeometry). It can always be used in the long form DifferentialGeometry:-ApplyTransformation.
Examples
Example 1.
Define coordinate systems M and N.
Define a transformation Phi from M to N.
Apply the transformation Phi to the points p1, p2.
See Also
DifferentialGeometry, Transformation
Download Help Document