|
ToRules
ToRules[eqns] takes logical combinations of equations, in the form generated by Roots and Reduce, and converts them to lists of rules, of the form produced by Solve.
Example: ToRules[x==1 || x==2]  .
ToRules discards nonequalities (!=), and thus gives only "generic" solutions.
See Section 3.4.1.
New in Version 1.
|