next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
NumericalAlgebraicGeometry
::
solveSystem(..., PostProcess => ...)
solveSystem(..., PostProcess => ...) -- specifies whether to postprocess the solutions
Description
Postprocessing includes refinement and clustering the solutions.
Further information
Default value:
true
Function:
solveSystem
-- solve a square system of polynomial equations
Option name:
PostProcess
-- specifies whether to postprocess the solutions
Caveat
Postprocessing is coded in top-level M2 language and can be much slower than the homotopy contination done without postprocessing.
See also
refine
-- refine numerical solutions to a system of polynomial equations