Category:PARI/GP: Difference between revisions

From Rosetta Code
Content added Content deleted
({{language}})
(expand)
Line 8: Line 8:
}}
}}


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 is also available as a [[C]] library to allow for faster computations.
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.

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).


== SEE Also ==
== SEE Also ==
Line 14: Line 18:
*[http://www.math.utah.edu/faq/pari/pari.html PARI/GP FAQ]
*[http://www.math.utah.edu/faq/pari/pari.html PARI/GP FAQ]
*[http://www.math.u-bordeaux1.fr/~belabas/pari/ Resources for PARI/GP]
*[http://www.math.u-bordeaux1.fr/~belabas/pari/ Resources for PARI/GP]
*[http://www.loria.fr/~zimmerma/talks/henri.pdf The Ups and Downs of PARI/GP in the last 20 years] by Paul Zimmermann
*[http://mvngu.wordpress.com/2008/08/01/parigp-programming-for-basic-cryptography/ PARI/GP programming for basic cryptography]
*[http://mvngu.wordpress.com/2008/08/01/parigp-programming-for-basic-cryptography/ PARI/GP programming for basic cryptography]
*[http://www.exploringbinary.com/exploring-binary-numbers-with-parigp-calculator/ Exploring Binary Numbers With PARI/GP Calculator]
*[http://www.exploringbinary.com/exploring-binary-numbers-with-parigp-calculator/ Exploring Binary Numbers With PARI/GP Calculator]

Revision as of 07:03, 9 December 2010

Language
PARI/GP
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Interpreted
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.

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

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)