Category:PARI/GP: Difference between revisions

From Rosetta Code
Content added Content deleted
(reorganize resources and add paper)
(authoring?)
Line 13: Line 13:


PARI/GP is composed of two parts: a [[C]] library called PARI and an interface, gp, to this library. GP scripts are concise, easy to write, and resemble mathematical language. (Terminology: the scripting language of gp is called GP.)
PARI/GP is composed of two parts: a [[C]] library called PARI and an interface, gp, to this library. GP scripts are concise, easy to write, and resemble mathematical language. (Terminology: the scripting language of gp is called GP.)

<!--
PARI was written by Henri Cohen and others at Université Bordeaux I and is now maintained by Karim Belabas. gp was originally written by Dominique Bernardi, then maintained and enhanced by Karim Belabas and Ilya Zakharevich, and finally rewritten by Bill Alombert.
-->


There are other interfaces to PARI beside gp, for example [http://math.univ-lille1.fr/~ramare/ServeurPerso/GP-PARI/ PariEmacs], [http://go.helms-net.de/sw/paritty/pari_tty_einf_en.html Pari-tty], and [http://www.skalatan.de/pariguide/ pariGUIde]. Similarly, there are other libraries that extend PARI: [http://code.google.com/p/pari-python/ pari-python], [http://www.sagemath.org/ SAGE] (Python), [http://search.cpan.org/dist/Math-Pari/ Math::Pari] (Perl), and [http://clisp.sourceforge.net/impnotes/pari.html Pari] (CLISP).
There are other interfaces to PARI beside gp, for example [http://math.univ-lille1.fr/~ramare/ServeurPerso/GP-PARI/ PariEmacs], [http://go.helms-net.de/sw/paritty/pari_tty_einf_en.html Pari-tty], and [http://www.skalatan.de/pariguide/ pariGUIde]. Similarly, there are other libraries that extend PARI: [http://code.google.com/p/pari-python/ pari-python], [http://www.sagemath.org/ SAGE] (Python), [http://search.cpan.org/dist/Math-Pari/ Math::Pari] (Perl), and [http://clisp.sourceforge.net/impnotes/pari.html Pari] (CLISP).

Revision as of 06:53, 11 June 2011

Language
PARI/GP
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Interpreted or compiled
Garbage collected: Yes
Parameter passing methods: By reference, By value
Type strength: Weak
Type checking: Dynamic
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using PARI/GP.

PARI/GP is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves...), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions.

PARI/GP is composed of two parts: a C library called PARI and an interface, gp, to this library. GP scripts are concise, easy to write, and resemble mathematical language. (Terminology: the scripting language of gp is called GP.)


There are other interfaces to PARI beside gp, for example PariEmacs, Pari-tty, and pariGUIde. Similarly, there are other libraries that extend PARI: pari-python, SAGE (Python), Math::Pari (Perl), and Pari (CLISP).

See also

Resources

General

Tutorials

Papers on PARI/GP

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "PARI/GP"

The following 200 pages are in this category, out of 606 total.

(previous page) (next page)
(previous page) (next page)