[sage-support] Re: Can Sage handle large integers?

2010-01-27 Thread Jaakko Seppälä
that there > are roughly 10^52 electrons in the earth, it would be hard to deal > with that. > > -M. Hampton > > On Jan 27, 5:14 am, Jaakko Seppälä wrote: > > > I found onhttp://www.prothsearch.net/fermat.htmlthat84977118993*2^ > > {520} + 1 | 2^{2^517}+1. Can this re

[sage-support] Can Sage handle large integers?

2010-01-27 Thread Jaakko Seppälä
Traceback (most recent call last) /home/jaakko/Matikka/sage-4.2.1-linux-Ubuntu_9.10-i686-Linux/ in () /home/jaakko/Matikka/sage-4.2.1-linux-Ubuntu_9.10-i686-Linux/local/lib/ python2.6/site-packages/sage/rings/integer.so in sage.rings.integer.Integer.__pow__ (sage/rings/integer.c:12061)() RuntimeError

[sage-support] Re: Integer points of an elliptic curve

2009-12-07 Thread Jaakko Seppälä
f of the integer points. I found the problem at http://www.mathlinks.ro/viewtopic.php?t=150659 where one solution was given but I was wondering if there is some other way to find the integer points. However, I haven't found any proof which uses advanced methods. Jaakko -- To post to this

[sage-support] Re: Integer points of an elliptic curve

2009-12-07 Thread Jaakko Seppälä
Hello again! Is that method general? I tried now to find the integer points of x^3 - 3*x*y^2-y^3-1 without success. Jaakko sage: R. = QQ[] sage: P = x^3 - 81/4 + y^2 sage: E=EllipticCurve(P) --- NotImplementedError

[sage-support] Re: Integer points of an elliptic curve

2009-12-06 Thread Jaakko Seppälä
Traceback (most recent call last) /home/jaakko/Desktop/ in () /usr/lib/pymodules/python2.5/IPython/iplib.pyc in ipmagic(self, arg_s) 1180 else: 1181 magic_args = self.var_expand(magic_args,1) -> 1182 return fn(magic_args) 1183 1184 def ipalias(s

[sage-support] Integer points of an elliptic curve

2009-12-06 Thread Jaakko Seppälä
I read from http://mathoverflow.net/questions/7907/elliptic-curves-integer-points than Sage can determine the integer points of an elliptic curve. What commands will do the trick? -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to

[sage-support] Re: Root simplifying

2009-08-26 Thread Jaakko
> If you don't have numbers you can do it using FriCAS, which is optional > in sage: > > sage: fricas("ratDenom(1/(1+3^(1/2)+5^(1/4)+7^(1/6)))") > sage: fricas("ratDenom(1/(1+a^(1/2)+b^(1/3)))") > > Martin How do I install FriCAS? I installed sage by typing sudo apt-get install sagemath but sudo

[sage-support] Re: Root simplifying

2009-08-26 Thread Jaakko
On Aug 26, 7:59 pm, Simon King wrote: > Hi Jaako, > > On Aug 26, 5:34 pm, William Stein wrote: > > > Please give Sage code that creates such an expression, which anybody > > reading this can then trivially paste into their Sage session. > > I reckon, in the easiest case Jaako would like to hav

[sage-support] Root simplifying

2009-08-26 Thread Jaakko
Is there any function on Sage which can simplify the expression with sum of nth roots on denominator to the form that there are no roots on the denominator? Or even general, if the denominator contains various roots like 4th and 7th root on the same denominator. --~--~-~--~~---

[sage-support] Galois group

2009-03-11 Thread Jaakko
from the SAGE_ROOT or SAGE_ROOT/local/bin/ directory. database_gap-4.4.9 Machine: Linux jaakko-desktop 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009 i686 GNU/Linux sage: /home/jaakko/sage-3.2.3/database_gap-4.4.9 is already installed jaa...@jaakko-desktop:~/sage-3.2.3$ .