To solve double integral
显示 更早的评论
I am having problem in solving the foll:
2*pi 1
/ /
| |exp(j*phi(r,theta)+j*shi(r,theta))rdrd(theta)
/ /
0 0
Where: phi(r,theta)=sqrt(3)*(2*r^2-1)+sqrt(6)*r^2cos2*theta shi(r,theta)=sqrt(3)*(2*r^2-1) j=sqrt(-1). Can anyone please help me in solving the above double integral using MATLAB coding. I will be very grateful.
Thanking You!
回答(1 个)
Kevin Holst
2012-3-19
0 个投票
try using quad2d:
类别
在 帮助中心 和 File Exchange 中查找有关 Numerical Integration and Differentiation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!