[sage-support] Re: Numeric Approximation with Symbolics

2018-05-16 Thread Raghukul Raman
Hi I was working on adding a fix for this but: The current implementation of numerical_approx has x = x = x._convert(kwds) if is_a_numeric(x._gobj): res = py_object_from_numeric(x._gobj) elif is_a_constant(x._gobj): res = x.pyobject() else

Re: [sage-support] plot3d

2016-10-11 Thread raman kurdi
thanks a lot On Oct 10, 2016 04:29, "William Stein" wrote: > On Sun, Oct 9, 2016 at 12:45 PM, raman kurdi > wrote: > > Hi Sage, > > I want to draw the function $y^2+z^2=x^3+ax+b$ by sage. Could you please > > help me. > > > > https://cloud.sa

Re: [sage-support] plot3d

2016-10-09 Thread raman kurdi
i want to look at this surface and the find the intersection this surface with a line or a plane On Sun, Oct 9, 2016 at 4:22 PM, raman kurdi wrote: > I checked it without any result. > Can you be much much more specific? What exactly did you type in? What exactly did you get as output?

Re: [sage-support] plot3d

2016-10-09 Thread raman kurdi
I checked it without any result. On Sun, Oct 9, 2016 at 3:45 PM, raman kurdi wrote: > Hi Sage, > I want to draw the function $y^2+z^2=x^3+ax+b$ by sage. Could you please > help me. > Does this help? http://doc.sagemath.org/html/en/reference/plot3d/sage/plot/ plot3d/implicit_plot3d.h

[sage-support] plot3d

2016-10-09 Thread raman kurdi
Hi Sage, I want to draw the function $y^2+z^2=x^3+ax+b$ by sage. Could you please help me. Raman -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sa

Re: [sage-support] rank of elliptic curves

2014-02-05 Thread raman kurdi
Thank you very much for your message. I used simon_two_descent(), for [0,0,0,- 9588522241, 399039337488961], but Sage says " name 'ans' is not defined". I do not know what 'ans' is. Best, Raman On 2/6/14, William Stein wrote: > On Wed, Feb 5, 2014 at 1:06 PM,

[sage-support] rank of elliptic curves

2014-02-05 Thread raman kurdi
Hi Sage, I have some curves with rank at least 4. But I can not compute the rank by Mwrank. I use (' -p 200 -v 0'). Could you please help me? Best, Raman -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from

[sage-support]

2013-12-12 Thread raman kurdi
Hi Sage, I want to compute L-function for some elliptic curves. Since the coefficients are somewhat huge I receive an error message. On of them hes been attached. I do not know if there is a special code for such curves. Best, Raman -- You received this message because you are subscribed to the

Re: [sage-support] Re: recurrent sequence

2013-07-10 Thread raman kurdi
Thank you for your interest. After computing M_(n+1)= gcd( a_(n+1), b_(n+1)), and N_(n+1)=gcd( c_(n+1), d_(n+1)), we put a_(n+1)-> a_(n+1)/M_(n+1) and etc, Best, Raman On 7/9/13, Jean wrote: > Could you be more explicit? There are values such as d_(n+1) defined twice.

[sage-support] recurrent sequence

2013-07-09 Thread raman kurdi
Hi everyone, I have written a recurrent sequence in MAPLE. I wish to wite it in SAGE too, but I do not know how. Can anyone help me? Best -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails fr

[sage-support] Mwrank

2012-12-28 Thread raman kurdi
Hi Sage, I want to compute the rank of some elliptic curves. I use Mwrank and the following option " -p 100 -v 0" but it is unable to compute. I increared the option to " -p 10 -v 0" but again it could not. I have attached some of my curves. Thanks -- You received this message because you

[sage-support] Discrete logarithm

2012-05-26 Thread raman kurdi
Hi Dears, I have the elliptic curve Y^2=X^3-36X and P=(-3,9) as the its generator. Q=(12,36) is the other point on this curve. I would like to solve Discrete Logarithm but I do not know. Please tell me how I can find the "n" which nQ=p. Best, Raman -- To post to this group, send ema

[sage-support] Components of Points

2012-05-12 Thread raman kurdi
Hi, I need a command which separate the components of points. For example let P=(2,4). I need the first component of this point. Could you please help me? -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@

Re: [sage-support] Re: MWRANK

2011-07-30 Thread raman kurdi
Dear Prof.Cremona Thnak you very mach I attached my curves that I can not compute their ranks Best Regards Raman On 7/28/11, John Cremona wrote: > On Jul 28, 9:32 am, raman kurdi wrote: >> Hi Dears >> I have a family of elliptic curve that the number of this family is >&

[sage-support] MWRANK

2011-07-28 Thread raman kurdi
the above option correct? Best Raman -- 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 URL: http

[sage-support] primes and integers

2011-07-24 Thread raman
Hi Dears First I must find all primes in the form p=8k+1 or p=8k+7 in range 1. Second I should find the all integers a and b such that p=a^2-2b^2 in range 1. Could you please help me for writing this program? -- To post to this group, send email to sage-support@googlegroups.com To unsub

Re: [sage-support] primes and integers

2011-07-24 Thread raman kurdi
Hi Dears First I must find all primes in the form p=8k+1 or p=8k+7 in range 1. Second I should find the all integers a and b such that p=a^2-2b^2 in range 1. Could you please help me for writing this program? On 7/24/11, raman kurdi wrote: > Dear Prof.Stein > This is not homewo

Re: [sage-support] primes and integers

2011-07-23 Thread raman kurdi
Dear Prof.Stein This is not homework but it is a part of my paper that I am writing on the elliptic curves. I want to set forth for sage support maybe someone can help me. Unfortunately I have forgotten the sage support address and so send to this address. Best regards Raman On 7/23/11

[sage-support] primes and integers

2011-07-22 Thread raman kurdi
Hi Dears First I must find all primes in the form p=8k+1 or p=8k+7 in range 1. Second I should find the all integers a and b such that p=a^2-2b^2 in range 1. Could you please help me for writing this program? -- To post to this group, send email to sage-support@googlegroups.com To unsub

[sage-support] recurrence relation

2011-04-17 Thread raman
Hello Dears could you please tell me how I can write the recurrence relation by sage? for example p(n)=2p(n-1)+p(n-2) where p(0)=1 and p(1)=3 -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups