symbolic integration

조회 수: 2 (최근 30일)
R yan
R yan 2011년 7월 22일
답변: John D'Errico 2020년 10월 9일
I am trying to find integral(definite) of f(x,y) with respect to x first and then with respect to y. I tried symbolic tools it works fine. But in case the integral of f w.r.to x could not be found, then can we do it using quadrature rule and then find integral wrt y.
thanks
  댓글 수: 2
Walter Roberson
Walter Roberson 2011년 7월 22일
Have you tried integrating with respect to y _first_ and then with respect to x ? Sometimes reversing the order of integration helps.
Doug Hull
Doug Hull 2011년 7월 22일
Does the function make sense to integrate in that direction?

댓글을 달려면 로그인하십시오.

답변 (1개)

John D'Errico
John D'Errico 2020년 10월 9일
No. You cannot first use a numerical integration to first integrate with respect to one variable, and THEN hope to use a symbolic integral on a second variable. The numerical integration produces a number. It will NOT be a symbolic function of y or any other variable.
Can you interchange the order of the integration? Yes, under some circumstances. As long as the limits of integration are not impacted, then you should typically be able to integrate on y first, and then use a numerical tool to integrate that result over x. And in some cases, even if the limits of integration are an issue, you may be able to resolve the problems. All of this would be specific to the case at hand however.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by