RegularChains[SemiAlgebraicSetTools]
RefineBox
refine a box
RefineListBox
refine a list of boxes
Calling Sequence
Parameters
Description
Examples
RefineBox(box, precision, R)
RefineListBox(l_boxes, precision, R)
R
-
polynomial ring
box
box isolating a root
precision
positive numeric constant
l_boxes
list of boxes isolating roots
The RefineBox command refines a box so its width is smaller or equal to precision. It returns a box isolating the same root as box.
The RefineListBox command refines a list of boxes so their widths are smaller or equal to precision. It returns a list of boxes isolating the same roots as l_boxes. It is more efficient than using map and RefineBox when the boxes isolate roots originating from the same regular chain. Refining a box allows one to refine instantly other boxes which share a common part.
Refine the first box:
See Also
BoxValues
RealRootIsolate
Download Help Document