Hi all, Here I asked a question in sage but there is an error which I can not solve it:
F.<x,y>=FreeAlgebra(QQ) I=F*[x*y*x*y-y*x, y*x*y*x-x*y]*F G.<a,b>=F.quo(I) G ________________________________________________ TypeError: quotient() takes exactly 4 arguments (3 given) _________________________________________________ Please help me to fine the forth argument should I put. Actually I want to construct a quotient of infinite dimensional non-commutative free algebra F by a non-homogenous ideal. Thanks -- 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.
