Mathematica 9 is now available

Eliminate

Usage

Eliminate[eqns, vars] eliminates variables between a set of simultaneous equations.


Notes

• Equations are given in the form lhs Equal rhs.
• Simultaneous equations can be combined either in a list or with &&.
• A single variable or a list of variables can be specified.
• Example: Eliminate[ x Equal 2 + y, y Equal z , y]LongRightArrow .
• Variables can be any expressions.
Eliminate works primarily with linear and polynomial equations.
• New in Version 1.


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.