I would like to automate a huge amount of computation that involve basic arithmetic operations with $p$-adic numbers. I have found a Mathematica packages for it, but it is old and acts quite erratically. Do you know of any computational software that does it reliably?
Remember to vote up questions/answers you find interesting or helpful (requires 15 reputation points)
|
5
2
|
||||||
|
|
4
|
SAGE has p-adic arithmetic (for example, see http://www.math.utah.edu/~carlson/cimat/python-sage.pdf), and has the added benefit of being completely free and open-source! |
||
|
|
You can accept an answer to one of your own questions by clicking the check mark next to it. This awards 15 reputation points to the person who answered and 2 reputation points to you.
|
2
|
This is just a very partial answer that is based on my experience trying to do some work with extension of p-adic numbers. There is p-adic arithmetic in the free software programs SAGE, PARI and GAP, but their main limitation (i don't know if things have changed recently) was their inability to with relative extension, that is extensions of another field which is itself a proper extension of $\mathbb{Q}_p$. However if you have limited need for extensions they (mostly SAGE and PARI, because GAP is more group-theory oriented) have a very good interface to work with p-adic numbers. For my thesis work i absolutely needed relative extensions, so i had to use Magma which is not free, but for small computation it can be used online: http://magma.maths.usyd.edu.au/calc/. It has a very good library, which requires some time to learn, like the magma language which requires some learning too, but however the functionality provided is worth the effort. |
||
|
|

