Result ilaplace a number

조회 수: 2 (최근 30일)
john
john 2013년 7월 29일
답변: RahulTandon 2015년 7월 7일
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
Azzi Abdelmalek
Azzi Abdelmalek 2013년 7월 31일
what do you mean?
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