jet.spad line 6338 [edit on github]
JetCoordinateTransformation implements changes of local coordinates. Given are the changes of the coordinates of the base space, i.e. the independent and dependent variables. The transformations of the derivatives are computed via the chain rule. Y
(W
) contains expressions for the old variables in terms of the new ones.
transform(jv)
transforms a jet variable jv
into a function of the new coordinates.
transform(f)
rewrites a function of the old coordinates in the new ones.