Result ilaplace a number

1 Ansicht (letzte 30 Tage)
john
john am 29 Jul. 2013
Beantwortet: RahulTandon am 7 Jul. 2015
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

Antworten (2)

Azzi Abdelmalek
Azzi Abdelmalek am 29 Jul. 2013
double(coeffs(b))
  5 Kommentare
Azzi Abdelmalek
Azzi Abdelmalek am 31 Jul. 2013
what do you mean?
john
john am 1 Aug. 2013
In variable "b" exist exp(t)/4...but result is 0.25*[1, t]....so [1, t] means always expression "exp(t)"?

Melden Sie sich an, um zu kommentieren.


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

Kategorien

Mehr zu Chemistry finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by