Integral of sin(cos(x))
显示 更早的评论
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 个评论
Yasmany Fernandez
2019-1-28
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
采纳的回答
更多回答(1 个)
Walter Roberson
2012-4-25
0 个投票
There is no analytic integral for that.
类别
在 帮助中心 和 File Exchange 中查找有关 Bessel functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!