Skip to content
Prev 21550 / 63424 Next

pari/gp interface

On 7/25/06, Robin Hankin <r.hankin at noc.soton.ac.uk> wrote:
I know nothing about pari/gp, but I believe it does work on Windows
too.  There is system() command available on the Windows version too,
but with slightly different arguments (than on Linux say).

Piping is available on Windows too, e.g. "dir | sort", although you
should be able to get around that by writing to file instead and using
">" and "<".

You should be careful if your 'string' gets really long.  Then it is
much better to have a BAT file (and an sh file on Linux) to run your
external calls, alternatively you call system() multiple times.
However, I would be suprised if 'ellwp' wouldn't accept files as input
too.

/Henrik