Ask Your Question
2

Pari source code

asked 2013-06-04 13:06:39 +0200

Blackadder gravatar image

I'm terribly sorry for asking such a basis question, but can anyone tell me I may be able to find an online access to PARI source code similar to the one we have for sage?

http://hg.sagemath.org/sage-main/src/...

If there isn't one, is there an easy way to view the source code?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
3

answered 2013-06-04 14:10:15 +0200

tmonteil gravatar image

updated 2013-06-04 14:15:30 +0200

You can browse the pari source code on this page.

However, this is not hard to get it using git, as explained on that page, it will then be easier to search inside the code.

edit flag offensive delete link more

Comments

Thanks for the help, that was incredibly helpful. One more question though, I was trying to see how sage computes heights in elliptic curves, I realised that it calls the pari height function ellheight. Now, I can't seem to find the actual code for ellheight. I managed to wander into /src/functions/elliptic_curves and then tried clicking on everything related to ellheight to no avail. Wonder if you could help me once again. Sorry for being such a pain. Thanks!

Blackadder gravatar imageBlackadder ( 2013-06-05 06:16:36 +0200 )edit

You can look at `src/basemath/elliptic.c`, the function named `ellheight0`.

tmonteil gravatar imagetmonteil ( 2013-06-05 11:07:21 +0200 )edit

Thank you so much, you are wonderful!

Blackadder gravatar imageBlackadder ( 2013-06-05 11:11:25 +0200 )edit
0

answered 2013-06-04 13:15:01 +0200

Volker Braun gravatar image

I don't think that Pari has an online repo, you need to download the tarball.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2013-06-04 13:06:39 +0200

Seen: 776 times

Last updated: Jun 04 '13