Effacer les filtres
Effacer les filtres

complex contour integral two variable

2 vues (au cours des 30 derniers jours)
adrian zizo
adrian zizo le 16 Mar 2015
Modifié(e) : Walter Roberson le 28 Août 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
  1 commentaire
adrian zizo
adrian zizo le 16 Mar 2015
my matlab version is R2010a

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Contour Plots dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by