MPSolve options


The program unisolve allows several options on its command line. Here we report the main ones, a "*" in the following list denotes the default value. All options can be given through the web page.

Examples:

An example of usage is
unisolve -o1000 -Ga -SR   my_poly
that computes at least 1000 digits of the real roots of my_poly, or
unisolve -o100000 -Gc -Si   my_poly  > result
which counts the number of roots of my_poly inside the unit disk using at most 100000 digits in order to decide if a root is in or out. The result is written to the file "result".

home