SimWe仿真论坛's Archiver

suntht 发表于 2008-6-27 11:53

Maple如何在柱坐标系中画三维图?

已知:w=[J1(r)+0.01*I1(r)]*cos(u) , r表示径向, u表示圆周方向的角度0~2pi。
I1(r)和J1(r)是一阶Bessel函数。
请问:如何将Z关于直角坐标的三维图画出来?
请高手指点,不胜感激!!

suntht 发表于 2008-7-1 16:48

自己回答吧:
addcoords(z_cylindrical,[z,r,theta],[r*cos(theta),r*sin(theta),z]);
plot3d((BesselJ(1,r)+0.01*BesselI(1,r))*cos(theta),r=0..1,theta=0..2*Pi,coords=z_cylindrical, orientation=[0,0]);

页: [1]
 

Powered by Discuz! Archiver 6.1.0  © 2001-2007 Comsenz Inc.