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!