Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica Technical FAQs Services & Resources / Mathematica / Kernels & Programming
-----
 /
Symbols
*Mathematica
*Network Mathematica
*webMathematica
*gridMathematica
*Personal Grid Edition
*Wolfram Workbench
*Wolfram Education Group
*Application Packages
*Mathematica for Students
*Mathematica CalcCenter
*Publicon
*A New Kind of Science Explorer
*Mathematical Explorer
*Mathematica Teacher's Edition
*Calculus WIZ
*Mathematica Player
*Ask about this page
*Print this page
*Email this page
*Give us feedback
*
Sign up for our newsletter:

Simplify


Usage Message:

Mathematica 4.0
Simplify[expr] performs a sequence of algebraic transformations on expr, and returns the simplest form it finds. Simplify[expr, assum] does simplification using assumptions.

Mathematica 3.0
Simplify[expr] performs a sequence of algebraic transformations on expr, and returns the simplest form it finds.

Attributes[Simplify] = {Protected}

Options:

ComplexityFunction -> Automatic
TimeConstraint -> 300
Trig -> True

Notes:

Simplify[expr] works by calling polynomial operations such as Factor and Expand on expr and subexpressions of expr, and returning the simplest result that it finds. If you know the operations that are needed to achieve the desired result, it is always possible to do so by invoking those operations directly.

Known Bugs:

See Factor .


Additional Online Documentation:

Mathematica 3.0
http://documents.wolfram.com/v3/RefGuide/Simplify.html

Mathematica 4.0
http://documents.wolfram.com/v4/RefGuide/Simplify.html




 © 2008 Wolfram Research, Inc.  Terms of Use  Privacy Policy