Integral of sin(cos(x))
Afficher commentaires plus anciens
Hi. I was trying to find the integral of sin(cos(x)) using matlab but it gives me this message 'Explicit integral could not be found'. Can anybody help me how to find this integral?
syntax:
syms x
int(sin(cos(x)), x)
1 commentaire
Yasmany Fernandez
le 28 Jan 2019
It is very simple dear friend, there is no primitive for that integral, instead you can use development in series of taylor or numerical integration methods
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 25 Avr 2012
0 votes
There is no analytic integral for that.
Catégories
En savoir plus sur Bessel functions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!