Hey, I've been trying to find some information online on SymPy's assumptions module and unfortunately I can't find an answer to my question. Is it possible to declare symbols with assumptions in such a way that they are respected when sorting them? For instance, is it possible to declare a symbol x with the assumption that 0<x<1, so that sorting [w, w**2, w**3] gives [w**3, w**2, w]?
Thanks. -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy. For more options, visit https://groups.google.com/groups/opt_out.
