given a function $f(x,y)$, we can easily visualize the partial derivation of $f(x,y)$ with respect to $x$ or $y$.
1. The output of the function $f(x,y)$ is in the z direction. Just like the output of $f(x)$ is in the y direction.
2. $\frac{\partial }{\partial x }f(x,y)$ can be visualized by thinking that $y$ is constant and $x$ is changing. And with the change of $x$ the output is also changing. (we can think it as the change in height of the graph or simply the change in z direction). then slight change in $z$ direction divided by slight change in $x$ direction is $\frac{\partial }{\partial x }f(x,y)$.
But what about $f(x,y,z)$?
1. If I continue to follow the previous examples about visualizing the output on a different dimension (like in $f(x,y)$ the output was in z direction) then I need to think of a fourth dimension. Which in my level, is not possible instantly, and also I don't think it's necessary to solve my problem.
2. Now to think about the partial derivation process, $\frac{\partial }{\partial z }f(x,y,z)$ means $x$ and $y$ both are to be thought as constants. Now with the change of z the output changes. But as I cannot even visualize the change of outputs as mentioned in (no 1), I cannot think of any curve forming like it did in case of $f(x,y)$ (If we pick a certainly value of $y$, say $y = 1$, and move to $x = 0$ (say) to $x = 7$ (say) and pinpoint the outputs in the $z$ direction, then adding all those points will give us a curve, which can be thought of a simple two dimensional curve and the rate of change of this very curve is what we call the partial derivative of $f(x,y)$ with respect to x.)
Now my question is simply, how do I visualize taking the partial derivative of functions that include all of the $ x, y, z $ variables?