> | restart;with(plots):interface(showassumed=0):assume(x,real);assume(y,real); |
> | #The nondegenerate parabolic case, |
> | #A totally real nearby deformation |
> | z1*conjugate(z1)+(1/2)*(z1^2+conjugate(z1)^2)+I*z1*conjugate(z1)*(z1-conjugate(z1))+I*t*(z1-conjugate(z1)); |
> | eval(%,z1=x+I*y); |
> | expand(%); |
> | h2:=eval(%,t=0.1); |
> | plot3d(h2,x=-0.25..0.25,y=-0.25..0.25,contours=32,axes=boxed,style=patchcontour,shading=zgrayscale,tickmarks=[0,0,0],transparency=0.7,labels=["","",""]); |