#16007: give solution constants of ODEs unique names
-------------------------------------+-------------------------------------
Reporter: rws | Owner:
Type: defect | Status: needs_review
Priority: major | Milestone: sage-6.2
Component: calculus | Resolution:
Keywords: | Merged in:
Authors: Ralf Stephan | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
u/rws/ticket/16007 | ee630f53b20aab08d094f0f9914875f30efd5e66
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Changes (by {'newvalue': u'Ralf Stephan', 'oldvalue': ''}):
* status: new => needs_review
* commit: => ee630f53b20aab08d094f0f9914875f30efd5e66
* dependencies: #8734 =>
* author: => Ralf Stephan
Comment:
Indeed, many thanks. With this easy patch 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
}}}
Any more variables?
----
New commits:
||[http://git.sagemath.org/sage.git/commit/?id=ee630f53b20aab08d094f0f9914875f30efd5e66
ee630f5]||{{{add %c,%k1,%k2 to recognized maxima objects}}}||
--
Ticket URL: <http://trac.sagemath.org/ticket/16007#comment:4>
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.