On Tuesday, March 8, 2016 at 1:59:43 PM UTC+5:30, Fredrik Johansson wrote: > > > If the given differential equation is inhomogeneous, you need to convert > it to homogeneous form, so a bit of preprocessing is needed anyway. >
Does converting an inhomogeneous diff. eq. to homogeneous one, here means just removing the inhomogeneous part? Inhomogeneous: a(x)*f(x) + a1(x)*f'(x) + ........ = g(x) Homogeneous: a(x)*f(x) + a1(x)*f'(x) + ........ = 0 -- 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 https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/327d11bf-429a-4422-ad04-41a940983ea6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
