Previous Up Next

7.2.10  Access to PARI/GP commands

PARI/GP2 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 Help ▸ Manuals.


Previous Up Next