complex contour integral two variable

1 次查看(过去 30 天)
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