[sage-support] public notebooks: where'd they go

2018-10-09 Thread Ken Ribet
Hi All, Long ago I posted a public Sage notebook in connection with a course I was teaching -- http://sagenb.org/home/pub/3914/ . The link no longer works (no surprise!). My colleague who is teaching the course this year would like to see the notebook. Is there some way to retrieve it? (I

Re: [sage-support] weird comparison of rational numbers

2012-10-18 Thread Ken Ribet
Thanks to everyone for the explanation of why my comparison of rational numbers did not work. I'd like to make two comments: 1. I got into this mess by trying to count points above and below the line in the standard textbook proof of quadratic reciprocity. You have two odd primes p and q,

Re: [sage-support] elliptic curve extension degree

2012-03-23 Thread Ken Ribet
On Thursday, March 22, 2012 2:44:43 PM UTC-7, William wrote: On Thu, Mar 22, 2012 at 5:22 PM, Kenneth A. Ribet wrote: Consider this short sage transcript: sage: E=EllipticCurve(GF(3),[1,1]) sage: for i in range(3): ... print i,E.order(extension_degree=i) 0 4 1 4 2 16

[sage-support] Re: gcd's of numbers mod N

2012-02-20 Thread Ken Ribet
I'll add here is that sage, when asked to find gcd(Mod(5,6),5), will just echo back 5. Of course it then gives the same answer when asked to find gcd(Mod(11,6),5). In number theory courses, students are told that these quantities don't make any sense. Ken -- To post to this group, send email

[sage-support] Re: points on elliptic curves mod N

2010-04-10 Thread Ken Ribet
The key trick is: sage: R = Integers(2010) sage: # Make Sage think that R is a field I'm stunned. Thanks! Ken -- 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,

[sage-support] Re: standard deviations in sage

2010-04-07 Thread Ken Ribet
Thank you for your help responses. I draw from them the lesson is that even beginning users need to learn about the inheritance tree and about the difference between top level and other functions. On the other hand, it's gratifying to know that the strange behavior that I encountered is

[sage-support] Re: standard deviations in sage

2010-04-07 Thread Ken Ribet
Thank you for your helpful responses. I draw from them the lesson that even beginning users need to learn about the inheritance tree and about the difference between top level and other functions. On the other hand, it's gratifying to know that the strange behavior that I encountered is