SimpleCell(TheField, ThePols)ΒΆ
cyldec.spad line 60 [edit on github]
TheField: RealClosedField
ThePols: UnivariatePolynomialCategory TheField
undocumented
- allSimpleCells: (List ThePols, Symbol) -> List %
allSimpleCells(lp, sym)
returns decomposition into cells such that eachp
inlp
has constant sign on each member of decomposition
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- hasDimension?: % -> Boolean
hasDimension?(c)
returnstrue
ifc
is of positive dimension (that is one-dimensional), otherwise hasDimension?(c
) returnsfalse
- samplePoint: % -> TheField
samplePoint(c)
returns the sample point ofc
- variableOf: % -> Symbol
variableOf(c)
returns variable ofc