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
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:
Here is the output online, and here is a screen capture: