#17739: enhance desolve output from separable ODEs
-------------------------------------------------+-------------------------
       Reporter:  rws                            |        Owner:
           Type:  enhancement                    |       Status:  new
       Priority:  major                          |    Milestone:  sage-6.5
      Component:  calculus                       |   Resolution:
       Keywords:                                 |    Merged in:
        Authors:                                 |    Reviewers:
Report Upstream:  Not yet reported upstream;     |  Work issues:
  Will do shortly.                               |       Commit:
         Branch:                                 |     Stopgaps:
   Dependencies:                                 |
-------------------------------------------------+-------------------------

Comment (by rws):

 So, the inconsistency is in Sage, which removes 'y==' from the results
 that have it, perhaps to facilitate further usage of the expression.
 {{{
     if is_SymbolicEquation(soln) and soln.lhs() == dvar:
         # Remark: Here we do not check that the right hand side does not
 depend on dvar.
         # This probably will not hapen for soutions obtained via ode2,
 anyway.
         soln = soln.rhs()
 }}}
 We could now either remove the snippet, in order to always get an
 equation, or always try to solve for `dvar` and return an equation only
 when no solution is found.

--
Ticket URL: <http://trac.sagemath.org/ticket/17739#comment:5>
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