Meaning of hypergeometric function as an answer to an indefinite integral.
조회 수: 1 (최근 30일)
이전 댓글 표시
syms a x real
expression= sqrt(1+a^2/x^4);
F = int(expression,x);
This yields F to be a "hypergeometric function". Does that mean that a closed form indefinite integral does not exist for 'expression'?
댓글 수: 0
답변 (1개)
Ameer Hamza
2020년 9월 30일
Yes, it means that the symbolic integral can only be expressed in term of an infinite series: https://en.wikipedia.org/wiki/Hypergeometric_function
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Calculus에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!