Incorrect integral being returned.
古いコメントを表示
getting an odd result when trying to integrate 50 - t.
syms t;
rate = 50- t;
int(rate)
it returns -(t - 50)^2/2 I'm pretty sure the integral should return -(t*(t - 100)/2
Is there a fix for this?
2 件のコメント
Walter Roberson
2011 年 11 月 19 日
You are correct that that output should be what you expected (or a form of that).
Which MATLAB version are you using?
D
2011 年 11 月 19 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!