sage: s, a, b= var('s a b')
sage: (1/s^2 + s).is_polynomial(s)
False
sage: (a/s^2 + b*s).is_polynomial(s)
E=EllipticCurve(QQ,[-100,0])
sha=E.sha()
sha.an_padic(13)
> padic_prec = max(bounds[1:]) + 5
ValueError: max() arg is an empty sequence
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails fro
There is some documentation here (mostly up-to-date, though probably not
everywhere)
http://wiki.sagemath.org/SageAppliance
You can ssh in at localhost:, password is "sage".
Feel free to expand the wiki page ;-)
On Thursday, October 17, 2013 7:03:06 AM UTC+1, Joshua wrote:
>
> I got the