What is “pari” Package?
Computer algebra system designed for fast computations in number theory
For more details: https://pari.math.u-bordeaux.fr/
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install pari.
brew install pari
Now, use pari!
Leave a Reply
You must be logged in to post a comment.