#9421: desolve mixes user parameters and integration constants
-----------------------------------+-------------------------------
Reporter: zimmerma | Owner: burcin
Type: defect | Status: positive_review
Priority: major | Milestone: sage-6.2
Component: calculus | Resolution:
Keywords: | Merged in:
Authors: Paul Zimmermann | Reviewers: Ralf Stephan
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps:
-----------------------------------+-------------------------------
Comment (by rws):
With #16007 the output is now
{{{
sage: sage: x=function('x',t)
sage: sage: var('c')
c
sage: sage: desolve(diff(x,t)+2*x==t^2-2*t+c,x,ivar=t).expand()
1/2*t^2 + _C*e^(-2*t) + 1/2*c - 3/2*t + 3/4
sage: desolve(diff(f(x),x,x)-f(x),f(x))
_K2*e^(-x) + _K1*e^x
}}}
As that's a simple and fine solution instead of a warning or an extended
patch I would be glad if someone could review that one-liner.
--
Ticket URL: <http://trac.sagemath.org/ticket/9421#comment:10>
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.