DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Simplification
Tutorials »
|
Simplify
FullSimplify
ReplaceAll
ExcludedForms
FunctionExpand
ComplexityFunction
See Also »
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.
MORE INFORMATION
The default setting
TransformationFunctions->
Automatic
uses a built-in collection of transformation functions.
TransformationFunctions->{
f
1
,
f
2
,
...
}
uses only the functions
f
i
.
TransformationFunctions->{
Automatic
,
f
1
,
f
2
,
...
}
uses built-in transformation functions together with the functions
f
i
.
SEE ALSO
Simplify
FullSimplify
ReplaceAll
ExcludedForms
FunctionExpand
ComplexityFunction
TUTORIALS
Simplification
New in 4
© 2008 Wolfram Research, Inc.