CellDescription - 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]

  

CellDescription

  

describe a cell in terms of the real roots of its boundary polynomials

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

CellDescription(m, k)

Parameters

m

-

solution record, as returned by CellDecomposition

k

-

positive integer; the index of a cell

Description

• 

The CellDescription command returns a list of lists of the form  where

– 

a is a parameter

– 

p and q are polynomials in the parameters

– 

i and j are non-negative integers

• 

The CellDescription() calling sequence returns a description of the th cell in  in terms of real roots of some projection polynomials.

• 

The solution record m must have been computed with the option output=cad or without using the output keyword.

• 

Each inner list, , in the result is to be interpreted as follows: the -coordinate of a point  lying in the interior of the th cell is greater than the th real root of the polynomial  and less than the th real root of the polynomial .

• 

If an inner list is of the form , then this means that the -coordinate is unbounded from above, and similarly, if an inner list is of the form  , then the -coordinate is unbounded from below.

• 

The polynomials  and  in each inner list contain only the parameters from the current and all earlier lists. So the polynomials in the first inner list are univariate, the ones in the second inner list are bivariate, etc.

• 

The result, [[], [], ...], can be used to sample a cell as follows: Compute the th real root of the univariate polynomial  and the th real root of the univariate polynomial  (for example, using RootFinding[Isolate]), and pick a value for the -coordinate between those two roots. Then substitute that value of  into  and , turning these into univariate polynomials in . In the same way as above, compute their th and th roots, respectively, and pick a value for the -coordinate in between those two roots. Continue in a similar fashion.

• 

This command is part of the RootFinding[Parametric] package, so it can be used in the form CellDescription(..) 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][CellDescription](..).

Examples

(1)

(2)

This result is to be interpreted as follows: a point  in the parameter space belongs to the th cell if and only if

– 

 is greater than the st (and only) real root of , that is, ; and

– 

 is greater than the first (and only) real root of  and less than the first (and only) real root of , that is,

Similarly, a point  belongs to the th cell if and only if

(3)

See Also

CellDecomposition

CellPlot

Parametric

RootFinding

RootFinding[Isolate]

 


Download Help Document