Status: Accepted Owner: smichr Labels: Type-Defect Priority-Medium NeedsReview
New issue 1811 by smichr: separatevars modifications http://code.google.com/p/sympy/issues/detail?id=1811 == simplify/simplify.py o separatevars() - docstring edit - refactored code a little o _separatevars() - exit quickly if the expr is an Atom - save full factoring until the end - _coeff was defined but never used - add a portion to try separate a Mul since there may be terms that are adds that can be separated - rewrote the Add portion to not build up a list of *all* potential terms...it's sufficient to just use the terms of one of the Add args (the [0] arg is used) and continue seeing if these can be extracted until the set of common terms is reduced to a null set or until all terms have been tested. - save the full factoring until the end after (hopefully) gcd terms have been removed and exercise this option only if necessary (i.e. when an Add term has more than one symbol in it). ode solutions needed to be changed commit 1811 in branch 1766 at smichr's github acct. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- You received this message because you are subscribed to the Google Groups "sympy-issues" 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-issues?hl=en.
