您的当前位置:首页正文

根式的画图

2020-08-31 来源:客趣旅游网
m=20;n=2; r=(0:m)'/ m;

theta=pi*(-m:m)/m; z=r*exp(i*theta)-0.5; rho=abs(z); theta=angle(z);

w=rho.^(1/n).*exp(i*theta./n);

surf(real(z),imag(z),real(w),imag(w)); hold on

w=rho.^(1/n).*exp(i*pi+i*theta./n); surf(real(z),imag(z),real(w),imag(w)); % colorbar('vert') title('(z-0.5)^1/2')

因篇幅问题不能全部显示,请点此查看更多更全内容