Category:PARI/GP: Difference between revisions

more links
m (→‎Using PARI/GP: finally working properly in Chrome)
(more links)
Line 23:
PARI/GP can be downloaded at its official website's [http://pari.math.u-bordeaux.fr/download.html download page].
 
Windows precompiled binaries are available: an installer, stand-alone stable and development versions, plus a nightly build with the very latest changes. [httphttps://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/ Mac snapshots] are also available. Linux users can install PARI/GP with their favorite package manager (RPM, dpkg, apt, etc.) or build it from source. [http://math.crg4.com/software.html#pari Instructions] are available for compiling.
 
Android phones and tablets can use precompiled files from [http://pari.math.u-bordeaux.fr/download.html the official site], [https://f-droid.org/packages/fr.ubordeaux.math.paridroid/ f-droid] or [https://code.google.com/p/paridroid/ paridroid], (alsoor download source from [http://pari.math.u-bordeaux.fr/cgi-bin/gitweb.cgi?p=paridroid.git;a=summary the official site] o [https://github.com/FreeMonad/paridroid on github]).
 
While an iPhone/iPad version has not been developed, [https://itunes.apple.com/us/app/sage-math/id496492945?mt=8 sage-math] includes gp. Click the "+" in the top-right to start a new program, then click and hold on "Sage" at the top until the "Select Language" dropdown appears, then choose GP. (You can also use the wrapper function <code class="language-sage">pari</code> in a Sage snippet.)
 
Finally, gp can be used online through the PARI/GP site via [[http://pari.math.u-bordeaux.fr/gp.html theEmscripten] PARIor [http:/GP/pari.math.u-bordeaux.fr/gpexpwasm.html siteWebAssembly] (via Emscripten),; [http://www.compileonline.com/execute_pari_online.php compile online]; or the [https://cloud.sagemath.com/ SageMath cloud] (see [http://youtu.be/CzB6T7Nvc-s How to use PARI/GP in the SageMathCloud]).
 
== Coding with PARI ==