Solving Integral via MATLAB!!

1 回表示 (過去 30 日間)
kader
kader 2020 年 9 月 8 日
回答済み: Stephan 2020 年 9 月 8 日
Can anyone slove the following integral in MATLAB or in Closed-form? Thanks in advance.
where a and b are any positive real numbers.

回答 (1 件)

Stephan
Stephan 2020 年 9 月 8 日
syms a b z
eq = (a-z) / ((1+z)*(b+z));
pretty(eq)
sol = int(eq,z);
pretty(sol)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by