integral doesnt work how can i?

조회 수: 6 (최근 30일)
성준 강
성준 강 2021년 4월 22일
답변: Walter Roberson 2021년 4월 22일
output is not outcome of integration

답변 (1개)

Walter Roberson
Walter Roberson 2021년 4월 22일
Some functions do not have any closed form integrals, and no representation in any standard functions (such as the exponential integral)
Some functions do not have any known closed form integral or known representation in any standard functions, but have not been studied enough to determine for sure that none exist.
Some functions have known closed form or standard function representations, but MATLAB does not have the algorithms built in to detect or process that particular integral.
Some functions have known closed form or standard function representations, but MATLAB is not able to detect that the given representation matches the pattern; in such a case, doing things like change of variables might permit MATLAB to solve the function.
Some functions have known closed form or standard function representation, and MATLAB is able to detect and solve the problem.
In the case of this particular integral: None of MATLAB, Maple, or Mathematica are able to find a solution.

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by