First Order Homogeneous Differential Equations

2009-05-29 Thread Aaron S. Meurer
Here is the latest bit from my Google Summer of Code Project. dsolve can now solve first order equations that can be written as y' == f(y/ x). These are called first order homogeneous differential equations. This will also have exact and my logcombine function in it, since neith

Re: First Order Homogeneous Differential Equations

2009-05-31 Thread Ondrej Certik
Hi Aaron! On Fri, May 29, 2009 at 11:54 PM, Aaron S. Meurer wrote: > > Here is the latest bit from my Google Summer of Code Project.  dsolve > can now solve first order equations that can be written as y' == f(y/ > x).  These are called first order homogeneous differential

Re: First Order Homogeneous Differential Equations

2009-05-31 Thread Aaron S. Meurer
itten as y' == f(y/ >> x). These are called first order homogeneous differential equations. >> This will also have exact and my logcombine function in it, since >> neither of those seems to have made it in yet. >> >> Please pull from http://github.com/asmeurer/symp

Re: First Order Homogeneous Differential Equations

2009-05-31 Thread Ondrej Certik
my Google Summer of Code Project.  dsolve >>> can now solve first order equations that can be written as y' == f(y/ >>> x).  These are called first order homogeneous differential equations. >>> This will also have exact and my logcombine function in it, since >>&g

Re: First Order Homogeneous Differential Equations

2009-05-31 Thread Aaron S. Meurer
> wrote: >>>> >>>> Here is the latest bit from my Google Summer of Code Project. >>>> dsolve >>>> can now solve first order equations that can be written as y' == >>>> f(y/ >>>> x). These are called first order homo

Re: First Order Homogeneous Differential Equations

2009-05-31 Thread Aaron S. Meurer
> I also left you lots of comments in the github branch itself, you can > see them here: > > http://github.com/asmeurer/sympy/comments > > and usually they contain the exact line which I am commenting on. > > Fix most of the things using "git rebase -i", and if there are some > bigger changes, fee

Re: First Order Homogeneous Differential Equations

2009-05-31 Thread Ondrej Certik
On Sun, May 31, 2009 at 1:32 PM, Aaron S. Meurer wrote: > >> I also left you lots of comments in the github branch itself, you can >> see them here: >> >> http://github.com/asmeurer/sympy/comments >> >> and usually they contain the exact line which I am commenting on. >> >> Fix most of the things