Filter löschen
Filter löschen

complex contour integral two variable

2 Ansichten (letzte 30 Tage)
adrian zizo
adrian zizo am 16 Mär. 2015
Bearbeitet: Walter Roberson am 28 Aug. 2015
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

Antworten (0)

Kategorien

Mehr zu Contour Plots finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by