how to calculate complex integration along a closed curve.

조회 수: 12 (최근 30일)
Jibrail Ali
Jibrail Ali 2019년 8월 8일
댓글: Jibrail Ali 2019년 8월 8일
Let I = \frac{1}{2pi i} \int_{gamma} f(z)dz. I have to find the numerical value of I with help of matlab. What is is the procedure (command )to evaluate I.
  댓글 수: 2
darova
darova 2019년 8월 8일
What is f(z)?
Jibrail Ali
Jibrail Ali 2019년 8월 8일
f(z) is complex values function with a domain containg the curve \gamma. I am talking about general function and general closed curve.

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

채택된 답변

Torsten
Torsten 2019년 8월 8일
편집: Torsten 2019년 8월 8일
I = 1/(2*pi*1I) * integral_{t=0}^{t=T} f(z(t))*z'(t) dt
where z(t) is a parametrization of gamma.
The last integral can numerically be evaluated using MATLAB's "integral" function.
For an example, see
https://de.mathworks.com/help/matlab/math/complex-line-integrals.html

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by