SolveTools
Parametric
solve a set of polynomial equations
Calling Sequence
Parameters
Options
Description
Examples
Compatibility
Parametric(equations, unknowns, mode=value)
Parametric(equations, unknowns, parameters, mode=value)
equations
-
set of polynomial equations
unknowns
set of symbols for which to solve
parameters
(optional) set of symbols to treat as parameters
value
(optional) specify mode (see the Options section)
mode=value
This option has three settings, full, lazy (the default), and proviso. mode=full builds a piecewise solution with a branch for all cases of the solution. mode=lazy builds a piecewise solution with an explicit solution for the most general case, and an inert function call to compute the rest of the solution if needed using the command value. mode=proviso returns most of the same information as mode=lazy, but formatted as a list with two elements. The first element is the most general solution, and the second is a set of conditions that must hold for the solution to be valid.
Build a full parametric discussion of the solutions to the equations with respect to the given parameters.
The SolveTools[Parametric] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
solve
solve/parametric
Download Help Document