RootFinding[Parametric]
CellsWithSolutions
find all cells with a given number of real solutions
Calling Sequence
Parameters
Description
Examples
CellsWithSolutions(m, k)
CellsWithSolutions(m, l..r)
m
-
solution record, as returned by CellDecomposition
k,l
non-negative integers
r
non-negative integer or
The CellsWithSolutions() calling sequence returns the indices of all cells where the system
has exactly real solutions.
The CellsWithSolutions() calling sequence returns the indices of all cells where the system above has between and (inclusive) real solutions.
If there are no cells with the requested number of solutions, the empty list is returned.
This command is part of the RootFinding[Parametric] package, so it can be used in the form CellsWithSolutions(..) only after executing the command with(RootFinding[Parametric]). However, it can always be accessed through the long form of the command by using RootFinding[Parametric][CellsWithSolutions](..).
See Also
CellDecomposition
Parametric
RootFinding
Download Help Document