Previous Up Next

6.7.10  Accessing to PARI/GP commands: pari

PARI/GP (https://pari.math.u-bordeaux.fr/) is a computer algebra system which focuses on number theory. Xcas can use the PARI/GP functions with the pari command.

The arguments of pari depends on the PARI/GP function it is using.

For example, after calling pari(), the commands pari_weber(1+i) and weber(1+i) will execute the PARI command weber(1+i).

The documentation of PARI/GP is available with the menu HelpManuals.


Previous Up Next