Need help with inverse laplace

1 回表示 (過去 30 日間)
Shawne Raemille Sincioco
Shawne Raemille Sincioco 2021 年 2 月 27 日
回答済み: Walter Roberson 2021 年 2 月 27 日
Im supposed to verify through MATLAB that the inverse laplace of Figure 3.35 is Figure 3.39
but I know this:
syms s tp T
X_a=((1/s)-(1/(s+(1/tp))))*exp(-T*s)
x_a=ilaplace(X_a)
is wrong. Can someone please help with this?

回答 (1 件)

Walter Roberson
Walter Roberson 2021 年 2 月 27 日
syms s tp T
assume(T>=0) %THIS
X_a=((1/s)-(1/(s+(1/tp))))*exp(-T*s)
X_a = 
x_a=ilaplace(X_a)
x_a = 

カテゴリ

Help Center および File ExchangeAssumptions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by