|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
RescalingTransform
RescalingTransform[{{xmin, xmax}, {ymin, ymax}, ...}, {{xpmin, xpmax}, ...}]
gives a TransformationFunction that rescales the region with coordinate ranges
to
, etc. to the region with coordinate ranges
to
, etc.
RescalingTransform[{{xmin, xmax}, {ymin, ymax}, ...}]
gives a TransformationFunction that rescales to the unit square, cube, etc.
DetailsDetails
- RescalingTransform gives a TransformationFunction which can be applied to vectors.
- RescalingTransform works in any number of dimensions. In 2D, it transforms rectangles to rectangles, and in 3D cuboids to cuboids.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


