Maple如何在柱坐标系中画三维图?
已知:w=[J1(r)+0.01*I1(r)]*cos(u) , r表示径向, u表示圆周方向的角度0~2pi。I1(r)和J1(r)是一阶Bessel函数。
请问:如何将Z关于直角坐标的三维图画出来?
请高手指点,不胜感激!! 自己回答吧:
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]