Integration exp(x)
Show older comments
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 Comments
Andrei Bobrov
on 6 Mar 2016
use numeric integral
Rena Berman
on 24 Jan 2017
(Answers dev) Restored question.
Accepted Answer
More Answers (0)
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!