Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >
Manipulating Equations
Mathematica's symbolic architecture allows it to represent any equation as a symbolic expression that can be manipulated using any of Mathematica's powerful collection of symbolic operations.
Reduce general algebraic reduction of equations, inequalities, etc.
    
Simplify simplify each side of an equation
Series series expand each side of an equation
N evaluate each side of an equation numerically
    
LogicalExpand expand out logical combinations of equations
Thread convert {a, b}Equal{u, v} to {aEqualu, bEqualv}
CoefficientArrays convert equations to matrices
    
ReplaceAll (/.) — substitute equation solutions into any expression
TUTORIALS
MORE ABOUT
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team