MPSolve does not include the GMP package that can be downloaded by anonymous
ftp from the site ftp://ftp.gnu.org/pub/gnu/gmp-2.0.2.tar.gz
At the time of version 2.0.2, some well known bugs in GMP lead to slow
and inaccurate outputs in MPSolve. These errors are fixed by applying some
patches which can be downloaded directly from the GMP home page at the
URL: http://www.swox.com/gmp/
In order to create the executable file (unisolve) simply type:
makein the MPSolve directory.
unisolve options input_filewhere input_file is the name of the file holding the input polynomial (see the input format page) and options is the list of options and directives such as the goal of the computation, the requested output precision, the subset of the complex plane where the roots are sought and many others (see the options page).
If the input_file is missing then unisolve will read from the standard input stream (typically the keyboard).
The output format is ruled by some command line options and follows
some conventions (see the output conventions page).