I would expect Add to behave the same as the + operator in this situation: >>> Add(Poly(0,x),Poly(x,x)) Poly(0, x, domain='ZZ') + Poly(x, x, domain='ZZ') >>> _.args[0]+_.args[1] Poly(x, x, domain='ZZ')
Is this an issue that should be opened? -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
