Is there an easy way of how to graph a 3D function. I tried doing research but none helped. Can anyone show me how to graph a 3D function? Here are the given: $z=x^2$, $x=0, x=2$ and $y=0, y=4$. Any answer and suggestion will be much appreciated. Thanks in advance for those who coukd help and gove some tips.
It will look like this:
Plot3D[x^2,{x,0,2},{y,0,4}]
But how can I graph it in real life?
Plot3D[x^2,{x,0,2},{y,0,4}]– achille hui May 05 '19 at 07:55