Visualization of graphs in three dimention

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
mritunjay
Messages
18
Reaction score
0
how to visualize three dimensional figures for example quadratic surfaces in three dimension when graph is plotted on two dimensional sheet which is usually the case.
 
Physics news on Phys.org
Look up isometric drawing.
 
or, if you are talking about transforming an x,y,z point into a x,y point (ie a vector into pixels on a screen) look up 3d projection and perspective transformation.

Depending on how fluent you are at reading math, the wikipedia article might be what you need. (Though personally, I rarely find wikipedia good at explaining stuff I don't already know).

http://en.wikipedia.org/wiki/3D_projection

k
 
What, exactly, do you mean by "visualization"? A good two dimensional rendering of a 3 dimensional graph should include enough visual information (perspective, etc.) to make the 3 dimensional shape clear. At first I thought you were talking about visualizing a graph when you are only given the formula (say, z= x2+ y2) but, since you say "when graph is plotted on two dimensional sheet which is usually the case", apparently that is not what you are asking.