First time here? Check out the FAQ!
answered 2015-03-16 19:50:21 +0100
The issue is with x^2 y^2. You need to tell sage the operation between $x^2$ and $y^2$. Is your function $x^2\cdot y^2$? If so, you need:
x^2 y^2
plot3d(x^2*y^2,(x,-2,2),(y,-2,2)).