How would I plot $x^2+y^2=1$ in 3D (it would form a cylinder)? Since there is no $z$ in the equation, I can't solve for it and use Plot3D. Or can I just put the equation into Plot3D? I am very new to Mathematica.
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
|||
|
|
|
How about a 3D contour plot.
|
|||||
|
|
|
Although Mark's answer is the "natural" one, here are other options just for completeness: Use Plot3D, after performing a rotation:
Use
Use
|
|||


