Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica Technical FAQs Services & Resources / Mathematica / Kernels & Programming
-----
 /
Symbols
*Mathematica
*Network Mathematica
*webMathematica
*gridMathematica
*Personal Grid Edition
*Wolfram Workbench
*Wolfram Education Group
*Application Packages
*Mathematica for Students
*Mathematica CalcCenter
*Publicon
*A New Kind of Science Explorer
*Mathematical Explorer
*Mathematica Teacher's Edition
*Calculus WIZ
*Mathematica Player
*Ask about this page
*Print this page
*Email this page
*Give us feedback
*
Sign up for our newsletter:

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.







 © 2008 Wolfram Research, Inc.  Terms of Use  Privacy Policy