Question: Plotting 3d graphs

Hey,

I am trying to plot 3d graphs but I get the following error message written in blue:

Warning, unable to evaluate the function to numeric values in the region; see the plotting command's help page to ensure the calling sequence is correct.

 

The function im trying to plot is:

f(x,y)=[ xy (x²-y² ] / (x² + y²)=expr

 

This is what I write in Maple:

plot3d( expr,x=-1..1, y=-1..1)

 

In advance, thanks.

Emile

Please Wait...