#17739: enhance desolve output from separable ODEs
---------------------------+----------------------------
   Reporter:  rws          |            Owner:
       Type:  enhancement  |           Status:  new
   Priority:  major        |        Milestone:  sage-6.5
  Component:  calculus     |         Keywords:
  Merged in:               |          Authors:
  Reviewers:               |  Report Upstream:  N/A
Work issues:               |           Branch:
     Commit:               |     Dependencies:
   Stopgaps:               |
---------------------------+----------------------------
 At the moment, `desolve` behaves like this even with trivial separable
 ODEs:
 {{{
 sage: t = var('t')
 sage: y=function('y')(t)
 sage: desolve(diff(y,t)-y^2,y)
 -1/y(t) == _C + t
 sage: desolve(diff(y,t)-y^2+y,y)
 log(y(t) - 1) - log(y(t)) == _C + t
 sage: desolve(diff(y,t)-y^2-1,y)
 arctan(y(t)) == _C + t
 }}}
 They could be solved by substituting a variable for `y(t)` and calling
 `solve`. Only if there is no solution from `solve` the integrated equation
 should be given.

--
Ticket URL: <http://trac.sagemath.org/ticket/17739>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to