[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,

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

2008-05-02 Thread Lars Fischer
Hello, it seems that it was bad luck to chose that particular file. I try to update my old version. Thank you for your help, Lars Fischer --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, se

[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 dir

[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 v

[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: 430b972831b64ec144b7f2

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

2008-05-02 Thread William Stein
On Fri, May 2, 2008 at 10:50 AM, bcha <[EMAIL PROTECTED]> wrote: > > > 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. >

[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. >

[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. Yan

[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 obje

[sage-support] Re: Question about time output

2008-05-02 Thread William Stein
On Thu, May 1, 2008 at 1:28 PM, Anusha Sekar <[EMAIL PROTECTED]> wrote: > Prof. Stein, > > I have a couple of questions about the time command. > > 1. Is it possible to output more digits, or to output in micro seconds? > 2. How do you store the output of the command as a number if you are > t

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

2008-05-02 Thread Marshall Hampton
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 trying to showcase both @interact and Cython in an article I am > writing, and I can't get them to play well together. I've used a

[sage-support] Cython code in @interact

2008-05-02 Thread Marshall Hampton
Hi, I am trying to showcase both @interact and Cython in an article I am writing, and I can't get them to play well together. I've used a %cython cell to define some functions, and then tried to use @interact to change their arguments; nothing is displayed in the interact cell, although I also d