On Sat, Jun 27, 2009 at 8:33 AM, Priit Laes<[email protected]> wrote: > > Ühel kenal päeval, L, 2009-06-27 kell 09:58, kirjutas David Joyner: >> On Sat, Jun 27, 2009 at 9:53 AM, Priit Laes<[email protected]> wrote: >> > >> Very cool!
Looks good! >> When will theis get rolled into the main release so >> I don't have to use git to try it out? Also, can you automate the When we polish it a bit. Btw, if you want to try it out now, it's easy: git clone git://github.com/plaes/sympy.git cd sympy git checkout -b pde origin/pde-separate >> solution to D(T(t), t, t)/T(t) = lambda, c**2*D(X(x), x, x)/X(x) = lambda >> and print those out? This is complicated since, for example, it depends on >> whether lambda is 0 or not. > No, can't do it, lambda is a reserved keyword in Python :P > > But, pde_separate_mul is just a low-level function that only deals with > separation. But I have some higher-level functionality that is supposed > to do it, in mind... > > On Success, I am currently returning an Eq(), where the right-hand side > is the first separated equation and left hand side is the "leftover". > > And on Failure it returns None (or raises exception..) > > Maybe it would be better to return list, where list[0] is a firstly > separated function, and list[1] is the leftover.. Thoughts? I would just return a list. Ondrej --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
