필터 지우기
필터 지우기

plz help me ....complex contour integral

조회 수: 1 (최근 30일)
salah zetreni
salah zetreni 2015년 3월 12일
댓글: Shariefa Shaik 2017년 11월 1일
I answers integral ∮e^2z/((1+z)^4 ) dz around|z|=2 ,I answer it by using cauchy integral.. how can I answer it by using matlab ?? plz help me , I need to your help ,thank you every one

채택된 답변

Torsten
Torsten 2015년 3월 12일
fun=@(z)exp(2*z)/(1+z)^4;
g=@(theta)2*cos(theta)+1i*2*sin(theta);
gprime=@(theta)-2*sin(theta)+1i*2*cos(theta);
q1 = integral(@(t) fun(g(t)).*gprime(t),0,2*pi)
Best wishes
Torsten.
  댓글 수: 3
Torsten
Torsten 2015년 3월 12일
Yes, above I parametrized a circle of radius 2 around z=0 in g(theta) ...
Best wishes
Torsten.
Shariefa Shaik
Shariefa Shaik 2017년 11월 1일
please explain the code sir

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

추가 답변 (0개)

카테고리

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

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by