> | restart;with(plots):interface(showassumed=0):assume(x,real);assume(y,real); |
> | #A generic hyperbolic CR singularity. |
> | z1*conjugate(z1)+(5/4)*(z1^2+conjugate(z1)^2); |
> | eval(%,z1=x+I*y); |
> | h2:=expand(%); |
> | plot3d(h2,x=-1..1,y=-1..1,contours=25,axes=boxed,style=patchcontour,shading=zgrayscale,tickmarks=[0,0,0],transparency=0.7,labels=["","",""]); |