[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

[sympy] Location for Tr operation

2012-07-11 Thread Guru Devanla
Hello All, Recently I have been working on the Trace operator and related operations including partial traces. Currently, this operator is used exclusively by objects in the quantum module, though the operation itself is generic. Currently, this module resides in /sympy/core/trace.py There we

Re: [sympy] Location for Tr operation

2012-07-11 Thread Aaron Meurer
On Jul 11, 2012, at 9:45 PM, Guru Devanla wrote: Hello All, Recently I have been working on the Trace operator and related operations including partial traces. Currently, this operator is used exclusively by objects in the quantum module, though the operation itself is generic. Currently, this