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 で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!