![]() |
![]()
| ![]() |
![]()
NAMEgp - The PARI calculator SYNOPSISgp [-s stacksize] [-p primelimit] [--emacs] [-f|--fast] [-q|--quiet] [-D|--default key=val] [--help] [--test] [--texmacs] [--version] [--version-short] [ file1 file2 ...] DESCRIPTIONInvokes the PARI-GP calculator gp; gp is an advanced programmable calculator, specializing in number theory, which computes symbolically as long as possible, numerically where needed, and contains a wealth of arithmetic functions: factorizations, elliptic curves, Galois theory, class field theory, modular forms, etc. Commands, written in the GP scripting language, are input interactively or loaded from files. If present at the end of the command line, files 'file1', 'file2', ... are loaded on startup; they must be written in the GP language. OPTIONSCommand line options are available in both short form (-f) and POSIX-like (--fast). Numeric arguments can be followed by a modifier k , M or G at the user's convenience; in that case the argument is multiplied by 10^3, 10^6, or 10^9 respectively.
USE
The following works only when gp was linked with GNU readline library:
MANUALSThe following material is included in the standard distribution (originally in TeX format) and can also be downloaded at https://pari.math.u-bordeaux.fr/doc.html
or viewed online at
https://pari.math.u-bordeaux.fr/dochtml/html/
FILES
ENVIRONMENT
HOME PAGEPARI's home page resides at https://pari.math.u-bordeaux.fr/
MAILING LISTSThere are a number of mailing lists devoted to the PARI/GP package, and most feedback should be directed to those. See https://pari.math.u-bordeaux.fr/lists.html
for details. The most important ones are:
- pari-announce (moderated): for us to announce major version changes. - pari-dev: for everything related to the development of PARI, including suggestions, technical questions, bug reports or patch submissions. - pari-users: for discuss about everything else, in particular ask for help. To subscribe, send empty messages with a Subject: containing the word "subscribe" respectively to
BUG REPORTSBugs should be submitted online to our Bug Tracking System, available from PARI's home page, or directly from the URL https://pari.math.u-bordeaux.fr/Bugs/
Further instructions can be found on that page.
TRIVIADespite the leading G, GP has nothing to do with GNU. The first version was originally called GPC, for Great Programmable Calculator. When people started calling it "the GPC Calculator", the trailing C was dropped. PARI has nothing to do with the French capital. The name is a pun about the project's early stages when the authors started to implement a library for "Pascal ARIthmetic" in the PASCAL programming language. They quickly switched to C. For the benefit of non-native French speakers, here's a slightly expanded explanation: Blaise Pascal (1623-1662) was a famous French mathematician and philosopher who was one of the founders of probability and devised one of the first "arithmetic machines". He once proposed the following "proof" of the existence of God for the unbelievers: whether He exists or not I lose nothing by believing in Him, whereas if He does and I misbehave... This is the so-called "pari de Pascal" (Pascal's Wager). Note that PARI also means "fairy" in Persian. AUTHORSPARI was originally written by Christian Batut, Dominique Bernardi, Henri Cohen, and Michel Olivier in Laboratoire A2X (Universite Bordeaux I, France), and was maintained by Henri Cohen up to version 1.39.15 (1995), and by Karim Belabas since then. A great number of people have contributed to the successive improvements which eventually resulted in the present version. See the AUTHORS file in the distribution. SEE ALSOgap(1), gphelp(1), perl(1), readline(3), sage(1), tex(1), texmacs(1), COPYINGThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|