[Math] Reading a 3D graph

functionsgeometrygraphing-functions

How do you read this graph:

Graph

Function is: $f(x, z) = 1-e^{xz}$

How would I read the graph say $x = 3, z = 0.8$, which would make $y = 0.9092820647$

How do I find $y$ on the graph?

Thanks.

Best Answer

I think that the easiest thing for you to do would be to find the location of $x$ and $z$ first. Just like you would on a two dimensional graph. Then since $y$ is your height, just visually raise the point until it hits the curves of your graph. That's where the point is.

Related Question