I want to plot the intersection of two surfaces like in this post.
But if I enter the much simplified expression
ContourPlot3D[{x^2 + y^2 + z^2 - 4=0, xy=1}, {x, -2, 2}, {y, -2, 2}, {z, -2, 2}]
he gives me an error message, you can try it here, so what am I doing wrong?
Just because it works in Mathematica, doesn't mean it'll work in Wolfram|Alpha. From the FAQ:
If you have access to Mathematica, you need to use
==instead of=, and you also need to usex*yelse Mathematica will treatxyas its own variable.