2012/1/9 David Joyner <[email protected]> > AFAIK, Sage cannot at this time take the inverse Laplace transform of > something of the form e^{-5s}/s. > > And indeed it can't.
sage: F = e^(-5*s)/s sage: F.inverse_laplace(s,t) ilt(e^(-5*s)/s, s, t) -- Renan Birck Pinheiro, Grupo de Microeletrônica <http://www.ufsm.br/gmicro>, Engenharia Elétrica <http://www.ufsm.br/cee>, UFSM <http://www.ufsm.br> - Santa Maria, Brazil http://renanbirck.blogspot.com / skype: renan.ee.ufsm / (55) 91433210 -- 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-support URL: http://www.sagemath.org
