[sage-support] Re: Problem installing Sage 2.10.2 on Ubuntu 7.04 (Feisty Fawn)

2008-03-02 Thread chris
Wait, I just tried to repeat the install from scratch and this time it worked (I didn't try to compile anything...just entered the directory and typed ./sage) The thing that put me on the wrong track is that the README file inside the package contains instructions on how to *compile* Sage: so I i

[sage-support] Re: Problem installing Sage 2.10.2 on Ubuntu 7.04 (Feisty Fawn)

2008-03-02 Thread chris
Hi William, yes I *thought* I downloaded a binary, and its name (after having decompressed it) is sage-2.10.2-linux-32bit-ubuntu-i686-Linux Do you suggest to download it again? Thank you! chris On Feb 29, 7:20 am, "William Stein" <[EMAIL PROTECTED]> wrote: > On Fri, Feb 29, 2008 at 6:35 AM,chri

[sage-support] Re: Animation speed question

2008-03-02 Thread Carl Witty
On Mar 1, 1:09 pm, "dean moore" <[EMAIL PROTECTED]> wrote: > When I wrote the code living at I > was inspired by the > wikipedia image (made via MuPAD) on the page at > > (permalink >

[sage-support] Re: sage crashes on p.show() command

2008-03-02 Thread William Stein
On Sun, Mar 2, 2008 at 12:07 PM, vakaras <[EMAIL PROTECTED]> wrote: > > I have compiled from source. Now it works. If I backup this compiled > on my computer sage version, then reinstall my operating system, then > restore sage. Should sage work? Yes, it should. But just to be sure you may wa

[sage-support] Re: sage crashes on p.show() command

2008-03-02 Thread vakaras
I have compiled from source. Now it works. If I backup this compiled on my computer sage version, then reinstall my operating system, then restore sage. Should sage work? On Feb 29, 6:17 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On Fri, Feb 29, 2008 at 9:52 AM, vakaras <[EMAIL PROTECTED]>

[sage-support] Re: submatrix notation and method

2008-03-02 Thread didier deshommes
On Fri, Feb 29, 2008 at 12:24 PM, Dan Christensen <[EMAIL PROTECTED]> wrote: > In numpy: > > In [11]: A[2:4] > Out[11]: > array([[ 1, 1, 2, -1], >[ 2, -1, 1, -1]]) > > (Or A[2:4,0:4].) > > > >>> # a column > >>> sage: A.matrix_from_rows_and_columns([1..2],[0..0]) > >>> [14] >

[sage-support] Re: The gap interface overwrites my variables

2008-03-02 Thread Simon King
Oh, and perhaps some of you know: > Actually, you can still have _gap_init_ return a string, just use one > of GAP's temporary functions: Is there a similar thing in Singular? Cheers Simon --~--~-~--~~~---~--~~ To post to this group, send email to sage-suppo

[sage-support] Re: The gap interface overwrites my variables

2008-03-02 Thread Simon King
Dear Nathan, On Mar 2, 2:49 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I have no idea what's going on with the renaming issue, but let me > address one point that might help, and will certainly simplify your > code if perhaps not solve your problem. I guess it does! If i don't have var

[sage-support] Re: The gap interface overwrites my variables

2008-03-02 Thread [EMAIL PROTECTED]
Simon, I have no idea what's going on with the renaming issue, but let me address one point that might help, and will certainly simplify your code if perhaps not solve your problem. > - One needs a _gap_init_ method for F. It should return a string that > provides a definition of a gap-version o