DifferentialGeometry:-Tools[IdentityTransformation]
|
Calling Sequence
|
|
IdentityTransformation(M)
|
|
Parameters
|
|
M
|
-
|
a Maple name or string, the name of an initialized frame
|
|
|
|
|
Description
|
|
•
|
This procedure returns the transformation Phi : M -> M with Phi(p) = p for all p in M.
|
•
|
This command is part of the DifferentialGeometry:-Tools package, and so can be used in the form IdentityTransformation(...) only after executing the commands with(DifferentialGeometry) and with(Tools) in that order. It can always be used in the long form DifferentialGeometry:-Tools:-IdentityTransformation.
|
|
|
Examples
|
|
>
|
|
Example 1.
First initialize a 3-dimensional manifold M with coordinates [x, y, z]. Then define the identity transformation on M.
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
M >
|
|
|
|
Download Help Document
Was this information helpful?