PARI/GP or comparable number theory program?

DirichletHole
Messages
7
Reaction score
0
i'm trying to find a version of PARI or PARI/GP or a comparable number theory program that will run on my MacBook Pro.
if anyone knows of a site with an updated version or an emulator that will get older versions of PARI working on my computer or newer and better software for testing out long complex functions that generate very large numbers please let me know
 
Physics news on Phys.org
Pari-GP is now a 'package' that has been incorporated into Sage, a free symbolic algebra system. See sagemath.org

Alternatively, Pari GP is still available for download and will work on your MacBook Pro. The installation is a bit fiddly though.
 
I'd say Sage is probably better, since it's newer, has a GUI, and contains more than just PARI/GP. But if you really want PARI/GP, you probably can just build it from source. Have you tried building it yourself?

Extract http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.5.1.tar.gz in a folder and run:
Code:
$ cd [folder]
$ ./Configure
$ make
# make install
 
Last edited by a moderator:
Thread 'Derivation of equations of stress tensor transformation'
Hello ! I derived equations of stress tensor 2D transformation. Some details: I have plane ABCD in two cases (see top on the pic) and I know tensor components for case 1 only. Only plane ABCD rotate in two cases (top of the picture) but not coordinate system. Coordinate system rotates only on the bottom of picture. I want to obtain expression that connects tensor for case 1 and tensor for case 2. My attempt: Are these equations correct? Is there more easier expression for stress tensor...
Back
Top