Eliminate
Eliminate(list-of-equations, list-of-variables)attempts to eliminate the variables from the
list-of-variablesin thelist-of-equations.
See:
Examples
>> Eliminate({x==2+y, y==z}, y)x==2+zRelated terms
DSolve, GroebnerBasis, FindRoot, NRoots, Roots, Solve
Implementation status
- ☑ - partially implemented