solving definite integrals exponential
古いコメントを表示
im trying to integrate e^(x/2) from -2 to 10 and cant get it to actually solve the integral function instead i get the answer : 2*exp(-1)*(exp(6) - 1).
I entered :
syms x;
f = exp(x./2);
A = int(f, -2,10)
1 件のコメント
Walter Roberson
2020 年 2 月 10 日
What is wrong with that answer from your viewpoint?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Code Performance についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!