Integration exp(x)
Mostra commenti meno recenti
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 Commenti
Andrei Bobrov
il 6 Mar 2016
use numeric integral
Rena Berman
il 24 Gen 2017
(Answers dev) Restored question.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Programming in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!