On 2014-02-17, Douglas Weathers <[email protected]> wrote: > The rabbit hole led me to this discussion > > https://groups.google.com/forum/#!topic/sage-devel/QoboPuLUmw8 > > from a couple of years ago, and I see that the ticket > > http://trac.sagemath.org/ticket/4539#no1 > > has been merged into SAGE 5 (I have 6.0). So when I try the example in the > Google group I get the following error: > > --- > > sage: F.<x,y,z,dx,dy,dz> = FreeAlgebra(QQ,6) > sage: G = F.g_algebra({dx*x: x*dx + 1, dy*y: y*dy + 1, dz*z: z*dz + 1})
works for me in Sage 6.1.1 -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/groups/opt_out.
