Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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