I'm not sure if that will work, because eventually there will be global assumptions in the new assumptions system.
Aaron Meurer On Jun 22, 2012, at 5:26 PM, "[email protected]" <[email protected]> wrote: >> simplify() is kind of a "catch all" simplification function, so >> perhaps it should include refine() as well. refine() is still >> relatively new, so I don't think it's been fleshed out beyond >> "assumptions based simplification". > > Can we make this statement "the official rule"? I mean can we promise that: > > - "simplify() makes only general simplifications without checking assumptions" > - "refine() makes only assumptions based simplifications" > > And consider different behavior a bug. > > Also "when and only when some kwarg with assumptions is provided to > simplify() it will call refine()". > > -- > 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. > -- 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.
