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[ChangeFrame] - change the current or active frame
Calling Sequence
ChangeFrame(M)
Parameters
M
-
a Maple name or string, the name given to a previously initialized frame/coordinate system
Description
This command simply changes the current frame to M.
The procedure returns the name of the previously active frame.
This command is part of the DifferentialGeometry package, and so can be used in the form ChangeFrame(...) only after executing the command with(DifferentialGeometry). It can always be used in the long form DifferentialGeometry:-ChangeFrame.
Examples
Create a few manifolds:
Example 1.
Change to the frame M, check the name of the current frame and obtain the default basis for the tangent space of the current frame.
Example 2.
Change to the frame N, check the name of the current frame and obtain the default basis for the tangent space of the current frame.
Example 3.
Since the frame M was used more recently than the frame P, the vectors D_x and D_y are vectors on M while the vector D_z is a vector on P.
The vectors D_x, D_y and D_z are now all defined on P.
See Also
DifferentialGeometry, Tools, DGinfo, DGsetup, RemoveFrame
Download Help Document