Integral of sin(cos(x))
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Shalini
am 25 Apr. 2012
Kommentiert: Yasmany Fernandez
am 28 Jan. 2019
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 Kommentar
Yasmany Fernandez
am 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
Akzeptierte Antwort
Kye Taylor
am 25 Apr. 2012
Ultimately, are you trying to compute a definite integral? If there are limits, you may be able to use Bessel functions to evaluate it. Check out http://en.wikipedia.org/wiki/Bessel_function#Bessel.27s_integrals Or, if the limits of the intergral are functions themselves, there may still be hope with an integral transform.
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!