|
|
||
|
|
| BUILT-IN MATHEMATICA SYMBOL | Tutorials »|See Also »|More About » |
| ComplexityFunction is an option for Simplify and other functions 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:
This complexity function makes ChebyshevT more expensive than other functions:
|