TransformationFunctions
Usage
• TransformationFunctions is an option for Simplify and FullSimplify which gives the list of functions to apply to try to transform parts of an expression.
Notes
• The default setting TransformationFunctions->Automatic uses a built-in collection of transformation functions. • TransformationFunctions->{ , , ... } uses only the functions  . • TransformationFunctions->{Automatic, , , ... } uses built-in transformation functions together with the functions  . • New in Version 4.
|