#4839: update desolve_laplace like #4285 did for desolve
----------------------+-----------------------------------------------------
Reporter: jason | Owner: burcin
Type: defect | Status: new
Priority: major | Milestone: sage-3.4
Component: calculus | Keywords:
----------------------+-----------------------------------------------------
Make it so that the following works:
{{{
sage: var('t')
t
sage: x=function('x', t)
sage: soln=desolve_laplace(diff(x,t)+x==1, x, ics=[0,2])
sage: soln(3)
e^-3 + 1
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4839>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---