フィルターのクリア

How can I get integral of following function? Matlab is not showing result?

1 回表示 (過去 30 日間)
dayu
dayu 2018 年 10 月 22 日
コメント済み: madhan ravi 2018 年 10 月 22 日
syms p k y
>> z=sqrt((p*exp(-k*y))/(1-(1-p)*exp(-2*k*y)))
z =
((p*exp(-k*y))/(exp(-2*k*y)*(p - 1) + 1))^(1/2)
>> int(z)
ans =
int(((p*exp(-k*y))/(exp(-2*k*y)*(p - 1) + 1))^(1/2), y)

採用された回答

madhan ravi
madhan ravi 2018 年 10 月 22 日
Matlabs symbolic engine is not able to solve the integral because the question contains many symbolic variables.
  5 件のコメント
dayu
dayu 2018 年 10 月 22 日
Sir, I am getting result as complex numbers. But I am dealing with real numbers. What shall I do?
madhan ravi
madhan ravi 2018 年 10 月 22 日
Im not sure how to avoid it

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by