On Aug 14, 10:26 pm, Ondrej Certik <ond...@certik.cz> 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.wild(2)
sage: sage: t = ((x+y)^a).match(w0^w1)
sage: sage: t[w0], t[w1]
(x + y, a)

and it looks good. So, upgrade to 4.1.1 ?

H
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to