#9835: Make desolve more informative when solving BVP
----------------------------+-----------------------------------------------
Reporter: robert.marik | Owner: burcin
Type: defect | Status: needs_review
Priority: minor | Milestone: sage-4.6.1
Component: calculus | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Changes (by kcrisman):
* milestone: => sage-4.6.1
Comment:
One very minor comment - no time to review now:
{{{
. Remove the initial contition t
}}}
at the very end of the patch should be "condition".
Do you think it would be worth adding another doctest to show that the
sage-support request is fixed as well:
{{{
var('t alpha beta n')
x=function('x',t)
eq=diff(x,t)^2==alpha-beta abs(x)^n
assume(n,'integer')
desolve(eq,x,ivar=t,contrib_ode=True)
}}}
Thanks for finding and fixing this!
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9835#comment:2>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.