IdentityTransformation - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : DifferentialGeometry : Tools : IdentityTransformation

DifferentialGeometry[Tools]

  

IdentityTransformation

 

Calling Sequence

Parameters

Description

Examples

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

withDifferentialGeometry:withTools:

 

Example 1. 

First initialize a 3-dimensional manifold M with coordinates [x, y, z].  Then define the identity transformation on M.

DGsetupx,y,z,M:

ΦIdentityTransformation

Φx=x,y=y,z=z

(1)

ApplyTransformationΦ,a,b,c

a,b,c

(2)

See Also

ApplyTransformation

DifferentialGeometry

InverseTransformation

Tools

Transformation