Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How to solve this type of integration in matlab.
3 ビュー (過去 30 日間)
古いコメントを表示
Please anybody solve this integration
4 件のコメント
回答 (1 件)
Ameer Hamza
2020 年 6 月 14 日
編集済み: Ameer Hamza
2020 年 6 月 14 日
Live script shows following output in latex format
syms r P n m K t
tau = P*r/2;
f = tau^(n-1)*(tau-n*t)/(1+K)*(1+(K*r^m/(1+K))+(K*r^m/(1+K))^2+(K*r^m/(1+K))^3);
F = int(f)

This is integral of f. It should be similar to answer given by Mathematica.
4 件のコメント
Ameer Hamza
2020 年 6 月 14 日
Chandan, you may check if they are equivalent by substituting the values of the parameters and check the values.
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
