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
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