4
$\begingroup$

What are some examples of software or online services that can display surfaces that are defined implicitly (for example, the sphere $x^2 + y^2 + z^2 = 1$)? Please add an example of usage (if not obvious).

Also, I'm looking for the following (if any):

  • a possibility to draw many surfaces on the same sheet
  • to show cross-sections

6 Answers 6

6

WolframAlpha is a free online service that can draw implicit surfaces. It is essentially the same as the program Mathematica, but with limited capabilties (for example, it is not able to plot more than one surface at a time).

This code will plot the unit sphere:

ContourPlot3D[x^2+y^2+z^2==1,{x,-1,1},{y,-1,1},{z,-1,1}]

Here is the output online, and here is a screen capture:

enter image description here

  • 0
    Thanks you; I'll accept your answer. But I cannot display cylinder by ContourPlot3D[x^2+y^2==1,{x,-10,10},{y,-10,10},{z,-10,10}].2011-12-20
  • 0
    @stannic Oh, now I can comment everywhere so I guess it is better to answer here: Try `ContourPlot3D[x^2+y^2+z==1+z,{x,-1,1},{y,-1,1},{z,-10,10}]` (see the result: http://www.wolframalpha.com/input/?i=ContourPlot3D%5Bx%5E2%2by%5E2%2bz==1%2bz,%7Bx,-1,1%7D,%7By,-1,1%7D,%7Bz,-10,10%7D%5D )2011-12-20
  • 0
    In other words, the variable z should be included in the expression? Earlier I tried x^2+y^2+0z==1 without success.2011-12-20
2

Try these for algebraic surfaces:

from http://www.algebraicsurface.net/.

  • 0
    Thanks you but will it work under Windows?2011-12-20
  • 0
    @stannic, the last two claim that they work in Windows.2011-12-20
  • 0
    Surfer works but it seems to be rather slow.2011-12-20
  • 0
    @stannic, I think they do ray tracing... `surf` certainly does.2011-12-20
1

Wolfram Mathematica can handle the first through the use of ContourPlot3D. That reference page has the necessary syntax for all of what you are asking. By cross-sections I am assuming you are referring to $f(x,y,z) = k$ as $k$ varies? If so, that is done by just leaving off the == k in the function usage (see the documentation for more information).

  • 0
    I was referring to the intersection of the surface and an arbitrarily chosen plane.BTW, I use an online translator; English is not my native.2011-12-20
1

I can’t comment eveywhere so I answer here :

I cannot display cylinder by ContourPlot3D[x^2+y^2==1,{x,-10,10},{y,-10,10},{z,-10,10}].

Try ContourPlot3D[x^2+y^2+z==1+z,{x,-1,1},{y,-1,1},{z,-10,10}] (see the result).

  • 0
    Yes, thanks you!2011-12-20
0

I think that you can use MATLAB. Or Maple if you like, Maple is easier than MATLAB.!

Two plot or surface

  • 0
    Is it possible to display surfaces (like sphere, ellipsoid etc.) in Maple? You have shown only plots.2011-12-20
0

Yes, DataMelt mathematical computations can plot graphs in 3D. As example, you can see the 3D graphs in here