Integration exp(x)
Mostrar comentarios más antiguos
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 comentarios
Andrei Bobrov
el 6 de Mzo. de 2016
use numeric integral
Rena Berman
el 24 de En. de 2017
(Answers dev) Restored question.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Programming en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!