Integration exp(x)
古いコメントを表示
Hi guys, whenever i try to integrate exp(x)/(1-tan(x)) it gives me the same results as the input
syms x
int(exp(x)/(1-tan(x)),x)
ans =
-int(exp(x)/(1-tan(x)),x)
please help if you can
2 件のコメント
Andrei Bobrov
2016 年 3 月 6 日
use numeric integral
Rena Berman
2017 年 1 月 24 日
(Answers dev) Restored question.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Programming についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!