|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also » |
| ComplexityFunction is an option for Simplify and FullSimplify which gives a function to rank the complexity of different forms of an expression. |
The default ComplexityFunction counts the subexpressions and digits of integers:
LeafCount counts only the number of subexpressions:
By default this expression is not simplified:
This complexity function makes ChebyshevT more expensive than other functions:
|
| © 2008 Wolfram Research, Inc. |