Now let's try some multivariate functions.
Let's take a look at a plot.
See Figure BLANK.
The important part is to enclose the function with explicit(). We can get a fancier, colored plot if we put enhanced3d = true at the beginning of the function call.
We can see level curves (also known as a contour map) of the function f with the following:
An alternative is to use
The contour map is a 2D plot. If we raise the contour lines up to the plot surface then the lines are more precisely called horizontal traces. Here is a plot of these.
See Figure 6. We do surfacehide = true so that we can see the traces better.