필터 지우기
필터 지우기

complex contour integral two variable

조회 수: 1 (최근 30일)
adrian zizo
adrian zizo 2015년 3월 16일
편집: Walter Roberson 2015년 8월 28일
when he request from me find the value of integration in one variable (z or x ) around the contour by using matlab such as tha follow example :
Find ∫Z^2 dZ interval [0,3+i] along real axis to 3 and the vertically to (3+j)?
I answer it as follow :
>> Q = quadgk(@(z)z.^2,0,3+i,'Waypoints',[0+0i,3+0i,3+i])
Q =
6 + 8.66666666666667i
and the answer is true .
my qeuestion:
when he request from me find the value of integration in two variable (x and y ) by using matlab such as the follow example :
Evaluate ∫(2y+x^2)dx+(3x-y)dy interval [0+3i,2+4i] around Straight lines from (0, 3) to (2, 3) and then from (2, 3) to (2, 4)?
how can I answer it by using matlab ? plz help me .. thank u every one

답변 (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