Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 2
    $\begingroup$ IIRC, the behaviour of the function x y/(x^2 + y^2) was considered by Cameron Smith back in 1989 in the Preview issue of The Mathematica Journal as the cover image (I have hard copy, but I cannot find this issue anywhere on line though). His approach was to use polar coordinates, essentially, ParametricPlot3D[{r Cos[t], r Sin[t], Sin[2 t]/2}, {r, 0, 1}, {t, 0, 2 Pi}, Mesh -> None, PlotPoints -> {40, 15}] $\endgroup$ Commented Aug 8, 2018 at 13:56
  • $\begingroup$ @TheDoctor Wow, I think I didn't even know about Mathematica in 1989... $\endgroup$ Commented Aug 8, 2018 at 14:50