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.
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
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.
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
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.
>
|
|
| (7) |
>
|
|
| (8) |
The vectors D_x, D_y and D_z are now all defined on P.
>
|
|
| (9) |
P >
|
|
|
|
Download Help Document
Was this information helpful?