On Tue, May 5, 2015 at 12:58 PM, Jotace <jotacebu...@gmail.com> wrote: > Hello, > > I am trying to obtain the explicit expression for the solution od an ODE, my > code is > var('k') > y= function('y',x) > h=desolve(diff(y,x) - k*y*(1-y),y, ivar=x) > h > > I would like to isolate y(x) = ... (with the computer, of course) > > I played around with h.lhs() and h.rhs(), but did not get the result. > > Any ideas?
You might try sympy (included in sage): http://docs.sympy.org/dev/modules/solvers/ode.html > > JC > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sage-support+unsubscr...@googlegroups.com. > To post to this group, send email to sage-support@googlegroups.com. > Visit this group at http://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post to this group, send email to sage-support@googlegroups.com. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.