[sage-support] Re: Fwd: Question about time output

2008-05-02 Thread Jason Grout
William Stein wrote: Anybody know the answers? -- Forwarded message -- From: Anusha Sekar [EMAIL PROTECTED] Date: Thu, May 1, 2008 at 1:28 PM Subject: Question about time output To: William Stein [EMAIL PROTECTED] Prof. Stein, I have a couple of questions about

[sage-support] Re: Cannot plot in SAGE 3.0 for MAC OS 10.4

2008-05-02 Thread bcha
I am experiencing a similar problem but I get a different error message. I am running OS 10.5 on a macbook pro. I was using sage2.10 and I didn't have this problem. Below is what I got after I upgraded to sage 3.0. Thanks. sage: plot(sin(x), (0,10)) sage.bin(395) malloc: *** error for

[sage-support] Re: An octal bug and some book advice for abstract algebra

2008-05-02 Thread yannledu
That's an excellent suggestion ! I've just ordered it. I already had your book on group theory. I guess it should be easy to do the GAP/Magma code in Sage. By the way, I also find your teach pages very interesting. As for the bug, I'll use William Stein's suggestion of the digits method. Yann

[sage-support] Re: An octal bug and some book advice for abstract algebra

2008-05-02 Thread William Stein
On Fri, May 2, 2008 at 11:04 AM, [EMAIL PROTECTED] wrote: That's an excellent suggestion ! I've just ordered it. I already had your book on group theory. I guess it should be easy to do the GAP/Magma code in Sage. By the way, I also find your teach pages very interesting. As for

[sage-support] sage-3.0-linux_ubuntu-athlon-i686-Linux.tar.gz does not work

2008-05-02 Thread Lars Fischer
Hello, today I tried to install sage 3.0 from sage-3.0-linux_ubuntu-athlon-i686-Linux.tar.gz (By the way, why is this file 80 megs smaller than the others?) Extracting with tar gave me no errors, so I think the file itself is not broken. ( Are there md5sums? My md5sum is:

[sage-support] Re: sage-3.0-linux_ubuntu-athlon-i686-Linux.tar.gz does not work

2008-05-02 Thread William Stein
On Fri, May 2, 2008 at 12:38 PM, Lars Fischer [EMAIL PROTECTED] wrote: Hello, today I tried to install sage 3.0 from sage-3.0-linux_ubuntu-athlon-i686-Linux.tar.gz (By the way, why is this file 80 megs smaller than the others?) Could you consider building from source? This is very

[sage-support] Re: sage-3.0-linux_ubuntu-athlon-i686-Linux.tar.gz does not work

2008-05-02 Thread mabshoff
On May 2, 9:38 pm, Lars Fischer [EMAIL PROTECTED] wrote: Hello, Hi, today I tried to install sage 3.0 from sage-3.0-linux_ubuntu-athlon-i686-Linux.tar.gz (By the way, why is this file 80 megs smaller than the others?) It is a binary compiled by a third party and we can't test it directly

[sage-support] Re: Cython code in @interact

2008-05-02 Thread Robert Bradshaw
This is still odd, I don't know why you would have to do this. - Robert On May 2, 2008, at 6:06 AM, Marshall Hampton wrote: Nevermind, I figured it out. I had to cast my inputs to floats within interact. -M.H. On May 2, 7:54 am, Marshall Hampton [EMAIL PROTECTED] wrote: Hi, I am