> 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.
