New in Wolfram Mathematica 6: Integrated Geometric Computing  previous | next 
3D Implicit Regions
Mathematica 6 can find regions defined by inequalities not only in 2D but also in 3D.
In[1]:=

Click for copyable input
RegionPlot3D[x^2 + y^3 - z^2 > 0, {x, -2, 2}, {y, -2, 2}, {z, -2, 2}]
Out[1]=