MakeRules
Usage Message: MakeRules is an option to Solve and related functions. With MakeRules -> True, the result is
presented as an AlgebraicRulesData object. With MakeRules -> False, the result is presented as a list of rules. Attributes[MakeRules] = {Protected} Related Symbols: AlgebraicRules
, AlgebraicRulesData
, Eliminate
, GroebnerBasis
, MainSolve
, PolynomialReduce
, Reduce
, Solve
, SolveAlways
Notes: MakeRules is an option to AlgebraicRules
, Eliminate
, MainSolve
, Reduce
, Solve
, and SolveAlways
. The option setting MakeRules -> True
causes these functions to return the result as an AlgebraicRulesData
expression rather than as a list of rules or equations. The default value of the MakeRules option is False
for all functions other than AlgebraicRules
AlgebraicRules
and AlgebraicRulesData
are not under active development, and may be removed in some future version of Mathematica. For additional discussion of this issue, see the notes for
AlgebraicRules
. In Mathematica Version 3.0, the functionality associated with AlgebraicRules
is largely handled by GroebnerBasis
, PolynomialReduce
, and related functions.
Questions or comments? Send email to support@wolfram.com.
| |