[sage-devel] Re: Notebook tab completion in magma mode

2007-04-17 Thread William Stein
On 4/17/07, Nils Bruin <[EMAIL PROTECTED]> wrote: > > If the notebook has a worksheet open in "magma" mode, then tab > completion almost works: One does get relevant completions back, but > all of them are prefixed by "magma." Selecting one of the completions > naturally leads to an error, because

[sage-devel] Notebook tab completion in magma mode

2007-04-17 Thread Nils Bruin
If the notebook has a worksheet open in "magma" mode, then tab completion almost works: One does get relevant completions back, but all of them are prefixed by "magma." Selecting one of the completions naturally leads to an error, because "magma.RationalField()" is not valid magma. Would it be po

[sage-devel] Re: more mod2 row space trouble

2007-04-17 Thread Martin Albrecht
> > + int start; //stop=min( m->rows, m->cols); > > `stop' can never be used after this, so it's just polluting the code. Okay, agreed. It might be a bit pathetic to record a patch for that trivial change and post it to the mailinglist, but the original patch already hit the main repository. M

[sage-devel] Re: more mod2 row space trouble

2007-04-17 Thread Nick Alexander
Martin Albrecht <[EMAIL PROTECTED]> writes: > On Tuesday 17 April 2007 04:30, David Harvey wrote: >> On Apr 16, 2007, at 10:24 PM, Robert Miller wrote: >> > sage: M = Matrix(GF(2), [[1,1,0],[0,0,1]]) >> > sage: M.row_space() >> > >> > Vector space of degree 3 and dimension 1 over Finite Field of

[sage-devel] Re: more mod2 row space trouble

2007-04-17 Thread Martin Albrecht
On Tuesday 17 April 2007 04:30, David Harvey wrote: > On Apr 16, 2007, at 10:24 PM, Robert Miller wrote: > > sage: M = Matrix(GF(2), [[1,1,0],[0,0,1]]) > > sage: M.row_space() > > > > Vector space of degree 3 and dimension 1 over Finite Field of size 2 > > Basis matrix: > > [1 1 0] > > yeah that's