Via Maple 16, and the following codes, you can easily plot the contor plots of the function not the function and study the graph better:
>f:=(x,y,z)->x^2*y/z:
>for i from 1 t0 5 do plot3d(f(x,y,i),x=-10..10,y=-10..10) od;
Via Maple 16, and the following codes, you can easily plot the contor plots of the function not the function and study the graph better:
>f:=(x,y,z)->x^2*y/z:
>for i from 1 t0 5 do plot3d(f(x,y,i),x=-10..10,y=-10..10) od;