> I think that it would be good to take a more general > approach and handle multi-valued expressions in the > same go. For example:
I am against this. It is like reimplementing in a complicated way, what can be done simply with lists and for loops. > However we can only extract explicit values here ... > Even simplest constants are not supported yet: > > RootOf(x**3-a, 1) Actually it works, you just need to be precise about the polynomial you are working with (Poly(x**3-a, x)) -- 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.
