Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / New in Version 3.x / Algebraic Computation /

ComplexityFunction

FilledSmallSquare ComplexityFunction is an option for Simplify and FullSimplify which gives a function to rank the complexity of different forms of an expression.

FilledSmallSquare With the default setting ComplexityFunction->Automatic, forms are ranked primarily according to their LeafCount, with corrections to treat integers with more digits as more complex.

FilledSmallSquare Simplify[expr, ComplexityFunction->f] applies f to each intermediate expression generated by Simplify, treating the one which yields the smallest numerical value as simplest.

FilledSmallSquare See Section 3.3.9.

FilledSmallSquare See also: Length, StringLength, TimeConstraint, ExcludedForms, TransformationFunctions.

FilledSmallSquare New in Version 3.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.