Visualization of graphs in three dimention

AI Thread Summary
Visualizing three-dimensional figures, such as quadratic surfaces, on a two-dimensional sheet requires techniques like isometric drawing and 3D projection. Effective two-dimensional renderings should convey enough visual information, including perspective, to clarify the three-dimensional shape. Transforming 3D coordinates (x, y, z) into 2D points involves understanding vector representation and perspective transformation. Resources like Wikipedia can provide foundational knowledge on these topics, though they may be less helpful for complex concepts. Mastering these visualization techniques enhances comprehension of three-dimensional graphs.
mritunjay
Messages
18
Reaction score
0
how to visualize three dimensional figures for example quadratic surfaces in three dimention 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.
 
Back
Top