Re: Fixes the A*f(x).diff(x)*A problem (#1327)

2009-03-18 Thread Ondrej Certik
On Tue, Mar 17, 2009 at 11:53 AM, Freddie Witherden wrote: > > The patch seems fine to me. All tests pass, can confirm that it solves > the aforementioned issue. Thanks for the review, it's in. Ondrej --~--~-~--~~~---~--~~ You received this message because you a

[PATCH 1/1] Solvers: dsolve - Added Bernoulli case

2009-03-18 Thread Aaron Meurer
--- sympy/solvers/solvers.py|6 ++ sympy/solvers/tests/test_solvers.py |1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/sympy/solvers/solvers.py b/sympy/solvers/solvers.py index 6a19372..60a1ef5 100644 --- a/sympy/solvers/solvers.py +++ b/sympy/solvers/

My first patch

2009-03-18 Thread asmeurer
Hi. I am planning on applying to work with sympy for the Google Summer of Code 2009 (see here: http://groups.google.com/group/sympy/browse_thread/thread/bfccfe3e4ce60c34/bb3093a30ea1d168#bb3093a30ea1d168) Anyway, Ondrej has requested that I post my patch here, so here it is: --- sympy/solvers/so

Re: My first patch

2009-03-18 Thread Ondrej Certik
On Wed, Mar 18, 2009 at 9:43 PM, asmeurer wrote: > > Hi. I am planning on applying to work with sympy for the Google Summer > of Code 2009 (see here: > http://groups.google.com/group/sympy/browse_thread/thread/bfccfe3e4ce60c34/bb3093a30ea1d168#bb3093a30ea1d168) > > Anyway, Ondrej has requested th

Re: My first patch

2009-03-18 Thread asmeurer
> Thanks for the patch. Maybe you forgot to attach the actual patch > implementing this equation? I'm not sure what you mean here. I followed each step on the git quick guide you linked to. Is there something not listed there that I needed to do? Aaron --~--~-~--~~~-

Re: My first patch

2009-03-18 Thread Ondrej Certik
On Wed, Mar 18, 2009 at 10:09 PM, asmeurer wrote: > >> Thanks for the patch. Maybe you forgot to attach the actual patch >> implementing this equation? > > I'm not sure what you mean here. I followed each step on the git quick > guide you linked to.  Is there something not listed there that I > n