On Jul 11, 2012, at 3:22 AM, "[email protected]" <[email protected]> wrote:
> As it stands now, I have no workaround for cases where I want to > > - use simplify() but not odesimp() What is the difference between these two again? > - or solve for the function but not simplify the constants (as the > simplification routine can produce more constants that were actually > put in, which seems like a bug) Yes, see http://code.google.com/p/sympy/issues/detail?id=3148. If you are not using nth order linear equations with symbolic roots, this happens because of solve, and can be worked around by solving separately. > > Is separating the "simplify" flag in multiple flags an option? There was some reason I didn't do this, but I can't remember what it was. Some about solve, simplify, and/or constantsimp requiring one one of the others, I think. I know I mentioned it if you want to dig into the mailing list and issue tracker archives. But sure, try to split it if you want. How would you suggest the flags look like? Aaron Meurer > > -- > 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.
