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!