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[RemoveFrame] - remove a frame from a Maple session
Calling Sequence
RemoveFrame(M)
Parameters
M
-
an unassigned Maple name or a string
Description
Remove a previously defined frame M from the current Maple session. All protected variables and frame and coframe labels associated with the frame M become unassigned and unprotected. The command returns the number of frames that remain available.
If the current frame is M and M is removed, then the current frame defaults to the first frame in an alphabetic listing of all remaining defined frames.
This command is part of the DifferentialGeometry package, and so can be used in the form RemoveFrame(...) only after executing the command with(DifferentialGeometry). It can always be used in the long form DifferentialGeometry:-RemoveFrame.
Examples
Example 1.
Create a pair of manifolds.
The command DGinfo can return a list of all defined manifolds, adapted frames, Lie algebras, etc. - everything created by DGsetup.
Note that u is protected and D_u is assigned.
_DG([["vector", N, []], [[[1], 1]]])
Now remove the frame N.
The frame N no longer shows up in the list of defined frames.
The current frame is now M.
Also, u is no longer protected and D_u is unassigned.
D_u
See Also
DifferentialGeometry, ChangeFrame, DGinfo, DGsetup
Download Help Document