Result ilaplace a number

2 次查看(过去 30 天)
john
john 2013-7-29
Hi,
from this code:
a=55/4/sym('s^2');
b=ilaplace(a);
I got:
(55*t)/4
How can I get result like 13,75*t????
Thanks

回答(2 个)

Azzi Abdelmalek
Azzi Abdelmalek 2013-7-29
double(coeffs(b))
  5 个评论
john
john 2013-8-1
In variable "b" exist exp(t)/4...but result is 0.25*[1, t]....so [1, t] means always expression "exp(t)"?

请先登录,再进行评论。


RahulTandon
RahulTandon 2015-7-7
a=55/4/sym('s^2'); b=ilaplace(a); vpa(b) % this will give you the complete answer!

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by