Fig2.mw

> 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);

z1*conjugate(z1)+5/4*z1^2+5/4*conjugate(z1)^2

> eval(%,z1=x+I*y);

(x+I*y)*(x-I*y)+5/4*(x+I*y)^2+5/4*(x-I*y)^2

> h2:=expand(%);

h2 := 7/2*x^2-3/2*y^2

> plot3d(h2,x=-1..1,y=-1..1,contours=25,axes=boxed,style=patchcontour,shading=zgrayscale,tickmarks=[0,0,0],transparency=0.7,labels=["","",""]);

[Plot]