William Stein wrote:
> On Wed, Jan 28, 2009 at 3:51 PM, Jason Grout
> wrote:
>
>>> Maybe true, but instead of making this just break there should be a
>>> deprecation warning and the old behavior should continue to work... at
>>> least for 6 months or so.
>>
>> Agreed. This was changed before t
On Wed, Jan 28, 2009 at 3:51 PM, Jason Grout
wrote:
>> Maybe true, but instead of making this just break there should be a
>> deprecation warning and the old behavior should continue to work... at
>> least for 6 months or so.
>
>
> Agreed. This was changed before the deprecation policy was in p
William Stein wrote:
> On Wed, Jan 28, 2009 at 2:08 PM, Jason Grout
> wrote:
>> William Stein wrote:
>>> Second, I had to change point(P, ...) to plot(P, ...) since point now
>>> tries to see if there are 3 coordinates (there are since P is a point
>>> on elliptic curve) and somehow gets confuse
On Wed, Jan 28, 2009 at 1:31 PM, Jason Grout
wrote:
>
> William Stein wrote:
>
>> I changed plot(E, ...) to E.plot(...) because of a major bug in plot
>> caused by some recent refactoring, which I've reported here (note that
>> I also got bitten by this during my Sage Days 12 talk!):
>>
>> ht
On Wed, Jan 28, 2009 at 2:08 PM, Jason Grout
wrote:
>
> William Stein wrote:
>> Second, I had to change point(P, ...) to plot(P, ...) since point now
>> tries to see if there are 3 coordinates (there are since P is a point
>> on elliptic curve) and somehow gets confused.
>> This bug is
>>
>>
William Stein wrote:
> Second, I had to change point(P, ...) to plot(P, ...) since point now
> tries to see if there are 3 coordinates (there are since P is a point
> on elliptic curve) and somehow gets confused.
> This bug is
>
>http://trac.sagemath.org/sage_trac/ticket/5122
I think P.plo
William Stein wrote:
> I changed plot(E, ...) to E.plot(...) because of a major bug in plot
> caused by some recent refactoring, which I've reported here (note that
> I also got bitten by this during my Sage Days 12 talk!):
>
> http://trac.sagemath.org/sage_trac/ticket/5121
Patch is up, ne
Thanks, just saved my day and in Denmark there's only three hours left
of it!
I'll just add it to the wiki now.
/David
On 28/01/2009, at 21.06, William Stein wrote:
On Wed, Jan 28, 2009 at 11:37 AM, David Hansen
wrote:
I've attached the code in a .txt file.
Change the first few line
On Wed, Jan 28, 2009 at 11:37 AM, David Hansen wrote:
> I've attached the code in a .txt file.
Change the first few lines to this:
curve = E.plot(rgbcolor = (0,0,1),xmin=25,xmax=25,plot_points=300)
R = P + Q
Rneg = -R
l1 = line_from_curve_points(E,P,Q)
l2
I've attached the code in a .txt file.
--~--~-~--~~~---~--~~
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://gr
sorry, I just use the google groups interface, didn't realise that I
just can reply to a thread like an email.
I'll just try it with an attached .txt file.
/David
On Jan 28, 7:47 pm, William Stein wrote:
> On Wed, Jan 28, 2009 at 9:05 AM, David Møller Hansen
>
>
>
> wrote:
>
> > Hi
>
> > I've
On Wed, Jan 28, 2009 at 9:05 AM, David Møller Hansen
wrote:
>
> Hi
>
> I've made an interact on elliptic curve point addition, see below.
> When I run it in notebook() mode I get an error:
>
> Traceback (click to the left for traceback)
> ...
> AttributeError: 'SymbolicEquation' object has no att
BTW I run sage 3.2.3 on powerpc in mac os x 10.5
/David
On Jan 28, 6:05 pm, David Møller Hansen
wrote:
> Hi
>
> I've made an interact on elliptic curve point addition, see below.
> When I run it in notebook() mode I get an error:
>
> Traceback (click to the left for traceback)
> ...
> Attribute
13 matches
Mail list logo