
paridroid
What is PariDroid?
PariDroid is a port of the PARI library to the Android platform with a simple GUI application which enables the user to call PARI functions and view the output.
Where can I find out more about PariDroid?
For general/development/support information: PariDroid (FAQ)
Cross-compiling PARI/GP for Android: BuildingPariForAndroid (HOW-TO)
Browsing the source code.
Asking questions on the mailing list.
This project is supported in part by NSF.
What is 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 is a C library (C++ - compatible). Writing C (or C++) programs, and linking them to libpari is the only way to access the full set of PARI routines (you can install most of them under gp, but this is not as portable). It will produce much faster code for low-level applications.
gp is an interactive shell giving access to PARI functions, easier to use. Low-level scripts are typically 4 times slower than directly written C code. High-level scripts, whose running time is dominated by a few calls to PARI functions, incur no penalty.
GP is the name of gp's scripting language.
Where can I find out more about PARI/GP?
Source Code
The code (and main documentation) has been mirated to github. For more information, please visit:
Source code can be checked out with the following command:
git clone git@github.com:FreeMonad/paridroid.git
Project Information
The project was created on Jul 21, 2011.
- License: GNU GPL v3
- 8 stars
- svn-based source control
Labels:
Android
Mathematics
Calculator
Java
C
Portable
Academic
Apps
Student