[sage-devel] Re: matching in Sage

2009-08-15 Thread Ondrej Certik
On Sat, Aug 15, 2009 at 3:39 AM, Harald Schilly wrote: > > On Aug 14, 10:26 pm, Ondrej Certik wrote: >> what am I doing wrong? >> > > don't know, i copy/pasted it in 4.1.1.rc2 > > sage: sage: var('x,y,z,a,b,c,d,e,f') > (x, y, z, a, b, c, d, e, f) > sage: (x, y, z, a, b, c, d, e, f) > (x, y, z, a,

[sage-devel] Re: matching in Sage

2009-08-15 Thread Harald Schilly
On Aug 14, 10:26 pm, Ondrej Certik wrote: > what am I doing wrong? > don't know, i copy/pasted it in 4.1.1.rc2 sage: sage: var('x,y,z,a,b,c,d,e,f') (x, y, z, a, b, c, d, e, f) sage: (x, y, z, a, b, c, d, e, f) (x, y, z, a, b, c, d, e, f) sage: sage: w0 = SR.wild(0); w1 = SR.wild(1); w2 = SR.wil