[sage-support] integral point

2012-03-13 Thread FOAD KHOSHNAM
Hello Dear how can I calculate the integral point for this curve: [0,0,0,-3568202637461440265241263457,0] -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this gr

[sage-support] rank

2011-08-17 Thread Foad Khoshnam
Hello I used the Mwrank option -p 300 to calculate the rank of curve Curve [0,1,0,-159627308733826113531278066761692301750824909156,-24543003331398069071481672747624345262031248143014554550977848062108256] : 2<= rank <= 3 Also I used option -s to its selmer rank so its selmer rank was 3. Is it tr

[sage-support] install additional package

2011-05-04 Thread Foad Khoshnam
Hi How I can install the huge additional package for sage in linux? -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/

[sage-support] error with point() function at the hyperelliptic curves subject

2011-04-15 Thread Foad Khoshnam
Hi I don't know why the function "A=H.point()" at the following program for the finite field with size 101^5 does not work with this error as below. But for the finite field with size 101^2 there is no problem. By the way, I use this PC: OS: LINUX VERSION: ubunto 10.4-64bit. Also I have not downloa

[sage-support] Re: memory error

2011-04-15 Thread Foad Khoshnam
- Traceback (click to the left of this block for traceback) ... TypeError: list indices must be integers, not FiniteField_ext_pariElement Thank On 4/10/11, Foad Khoshnam wrote: > Hi > I don't know why the function "A=H.point()" at the followe program > for the finit

[sage-support] memory error

2011-04-10 Thread Foad Khoshnam
Hi I don't know why the function "A=H.point()" at the followe program for the finite field with size 101^5 don't work. But for the finite field with size 101^2 there is no problem. sage: k.=GF(101^5,'x'); sage: x=polygen(k); sage: H = HyperellipticCurve(x^5 + 12*x^4 + 13*x^3 + 15*x^2 + 33*x); sage

[sage-support] memory error

2011-04-10 Thread Foad Khoshnam
Hi I don't know why the function "A=H.point()" at the followe program for the finite field with size 101^5 don't work. But for the finite field with size 101^2 it work. sage: k.=GF(101^5,'x'); sage: x=polygen(k); sage: H = HyperellipticCurve(x^5 + 12*x^4 + 13*x^3 + 15*x^2 + 33*x); sage: J = H.jaco

[sage-support] compute the order of the jacobian varieties of hyperelliptic curves over finite fields

2011-01-13 Thread Foad Khoshnam
In order to compute the order of the jacobian varieties of hyperelliptic curves over finite fields I need a function in Sage to choice a random point on jacobian group of hyper elliptic curves. Some line of my programming are as follow : sage: k.=GF(p^a,'x'); sage: f=x^7+93*x^6 + 64*x^5 + 2*x^4 +

[sage-support] A random point of jacobian group of HEC

2010-12-30 Thread Foad Khoshnam
Hi In order to completing my programming I need to have a random point of the jacobian group of a hyper elliptic curve. Is there any function in sage for my programming using? I know there exist a such function in magma ,but I don't have access to magma. Thanks -- -- To post to this group, send e

[sage-support] Fwd: foad

2010-12-29 Thread Foad Khoshnam
-- Forwarded message -- From: Foad Khoshnam Date: Thu, 30 Dec 2010 01:48:09 +0330 Subject: foad To: sage-support@googlegroups.com Hi In order to completing my programming I need to have a random point of the jacobian group of a hyper elliptic curve. Is there any function in sage