New in Wolfram Mathematica 6: Integrated Geometric Computing  previous | next 
Find Regions Defined by Inequalities
Mathematica 6 can pick out regions defined by any combination of inequalities—involving algebraic or other functions.
In[1]:=

Click for copyable input
RegionPlot[x^2 - x y + y^6 > 2, {x, -2, 2}, {y, -2, 2}]
Out[1]=