is an option for Simplify and FullSimplify which gives the list of functions to apply to try to transform parts of an expression.


TransformationFunctions
is an option for Simplify and FullSimplify which gives the list of functions to apply to try to transform parts of an expression.
Details

- 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.
Examples
Basic Examples (2)
Specify that Simplify should use t as the only transformation:
Here Simplify uses both t and all built-in transformations:
By default FullSimplify does not use Reduce:
Specify that FullSimplify should use Reduce with respect to x over the real domain:
Tech Notes
Related Guides
History
Introduced in 1999 (4.0)
Text
Wolfram Research (1999), TransformationFunctions, Wolfram Language function, https://reference.wolfram.com/language/ref/TransformationFunctions.html.
CMS
Wolfram Language. 1999. "TransformationFunctions." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/TransformationFunctions.html.
APA
Wolfram Language. (1999). TransformationFunctions. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TransformationFunctions.html
BibTeX
@misc{reference.wolfram_2025_transformationfunctions, author="Wolfram Research", title="{TransformationFunctions}", year="1999", howpublished="\url{https://reference.wolfram.com/language/ref/TransformationFunctions.html}", note=[Accessed: 10-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_transformationfunctions, organization={Wolfram Research}, title={TransformationFunctions}, year={1999}, url={https://reference.wolfram.com/language/ref/TransformationFunctions.html}, note=[Accessed: 10-August-2025]}