Thanks for your reply. Yes I'm pretty sure, I haven't introduced any bug in my branch, And even if I did, I work in a separate directory and I don't compile it again , I just go that directory and do "import sympy" , so there is no possibility of my build files being rewritten.
I also downloaded a zip file from the present master branch(sympy/sympy) , extracted it, went to that directory and ran the same program. It gives me the same output. Even classify_ode gives me the same output , it identifies it as a 'nth_linear_constant_coeff_homogeneous equation. I think this may be due to the lack of preprocessing where x * f(x) may be identified as a single function. Ive tried to work on this issue, such that derivatives of this form are directly integrated. On Friday, February 22, 2013 6:35:13 AM UTC+5:30, Aaron Meurer wrote: > > Your question is fine. You need to give people at least 24 hours to > answer your questions on the mailing list. Remember that we are just > volunteers, and that we probably don't live in the same time zone as > you. > > Regarding your question, I don't get the same thing. dsolve(d, f) and > dsolve(d, f, prep=False) both give f(x) = C1/x for me. Perhaps this > is some bug you introduced in your branch? > > Aaron Meurer > > On Wed, Feb 20, 2013 at 8:08 PM, Manoj Kumar > <[email protected] <javascript:>> wrote: > > I know my question sound really noobish , but it would be nice if > someone > > could help me out with this error. > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "sympy" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to [email protected] <javascript:>. > > To post to this group, send email to [email protected]<javascript:>. > > > Visit this group at http://groups.google.com/group/sympy?hl=en. > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
