Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

TransformationFunctions

TransformationFunctions
is an option for Simplify and FullSimplify which gives the list of functions to apply to try to transform parts of an expression.
  • The default setting TransformationFunctions->Automatic uses a built-in collection of transformation functions.
  • TransformationFunctions->{f1, f2, ...} uses only the functions fi.
  • TransformationFunctions->{Automatic, f1, f2, ...} uses built-in transformation functions together with the functions fi.
New in 4
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team