DifferentialGeometry[Tools]
IdentityTransformation
Calling Sequence
Parameters
Description
Examples
IdentityTransformation(M)
M
-
a Maple name or string, the name of an initialized frame
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.
with⁡DifferentialGeometry:with⁡Tools:
Example 1.
First initialize a 3-dimensional manifold M with coordinates [x, y, z]. Then define the identity transformation on M.
DGsetup⁡x,y,z,M:
Φ≔IdentityTransformation⁡
Φ≔x=x,y=y,z=z
ApplyTransformation⁡Φ,a,b,c
a,b,c
See Also
ApplyTransformation
DifferentialGeometry
InverseTransformation
Tools
Transformation
Download Help Document