I have a (not so) simple question: how do I visualize the following:
$$f(x,y,z) = ((yz)/x - x/(yz)) + (y/(xz) - (xz)/y) + (y/x - x/y)?$$
I am a csci person, but not a big math person, so I'm a bit at a loss as to how to approach this...Is there a software tool that can help me with this?
background:
This is a dimensional expansion of $f(x,y) = y/x - x/y$, which gives an interesting plot. I wanted to see what it looked like with an extra dimension.
Also, I hope Math.SE is the right place for this...I haven't been here before, so my apologies if I've stepped on any toes...
The issue is there are three independent variables, which would make this a four-dimensional graph. You'll have to either reduce one dimension, or find a new one to use, in other words:
One issue I see is that you have a number of reciprocals, which will make the image difficult to graph around the $xy$-, $yz$-, and $xz$-planes; you'll have to pick your bounds appropriately. (See also.)