CellsWithSolutions - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


RootFinding[Parametric]

  

CellsWithSolutions

  

find all cells with a given number of real solutions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

CellsWithSolutions(m, k)

CellsWithSolutions(m, l..r)

Parameters

m

-

solution record, as returned by CellDecomposition

k,l

-

non-negative integers

r

-

non-negative integer or

Description

• 

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](..).

Examples

(1)

(2)

(3)

(4)

See Also

CellDecomposition

Parametric

RootFinding

 


Download Help Document