Macaulay2 » Documentation
Packages » NumericalAlgebraicGeometry :: solveSystem(...,PostProcess=>...)
next | previous | forward | backward | up | index | toc

solveSystem(...,PostProcess=>...) -- specifies whether to postprocess the solutions

Description

Postprocessing includes refinement and clustering the solutions.

Caveat

Postprocessing is coded in top-level M2 language and can be much slower than the homotopy continuation done without postprocessing.

See also

Functions with optional argument named PostProcess:

Further information

  • Default value: true
  • Function: solveSystem -- solve a system of polynomial equations
  • Option key: PostProcess -- specifies whether to postprocess the solutions

The source of this document is in NumericalAlgebraicGeometry/doc.m2:299:0.