[sympy] in dsolve, separating the 'simplify' kwarg in multiple arguments

2012-07-11 Thread krastanov.ste...@gmail.com
As it stands now, I have no workaround for cases where I want to - use simplify() but not odesimp() - 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) Is separating the "simplify"

Re: [sympy] in dsolve, separating the 'simplify' kwarg in multiple arguments

2012-07-11 Thread Aaron Meurer
On Jul 11, 2012, at 3:22 AM, "krastanov.ste...@gmail.com" 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 > simpl

Re: [sympy] in dsolve, separating the 'simplify' kwarg in multiple arguments

2012-07-13 Thread krastanov.ste...@gmail.com
About the flags: To be specific, I think that separating it to "simplify" and "group_constants" will be useful, at least until the simplification of constants becomes smarter. group_constants - the constants simplification routine simplify - the rest However, this is a workaround for the problem