|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Rescale
Rescale[x, {min, max}]
gives x rescaled to run from 0 to 1 over the range min to max.
Rescale[x, {min, max}, {xmin, xmax}]
gives x rescaled to run from
to
over the range min to max.
DetailsDetails
- Rescale[x, {min, max}] is effectively equivalent to
. - For exact numeric quantities, Rescale internally uses numerical approximations to establish its result. This process can be affected by the setting of the global variable $MaxExtraPrecision.
- Rescale works with complex numbers and symbolic quantities.
New in 5.1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
