Double Integral in polar coordinates

Hi. I have a problem with the answer of this integral code:
syms r theta
a = r*cos(theta);
b = r*sin(theta);
Q = (1/(2*pi*L)) * exp( - (a^2 + b^2)/(2*L))*f;
q = int(int(Q,r,0,L),theta,0,pi/2);
Where the values of L and f are calculated in the code before this integral. But the answer of q is 1*1sym and it doesn't show the value. I really appreciate if you let me know my mistake.
Thanks

Réponses (0)

Catégories

En savoir plus sur Polar Plots dans Centre d'aide et File Exchange

Question posée :

le 14 Juil 2013

Community Treasure Hunt

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

Start Hunting!

Translated by