アップグレード情報:

Graphics`InequalityGraphics`

新関数RegionPlotおよびRegionPlot3Dが組込みのMathematicaカーネルに加わった.
RegionPlotにはInequalityPlotの機能が含まれている.
RegionPlot3DにはInequalityPlot3Dの機能が含まれている.

RegionPlotは不等式の集合により定義された二次元領域を表示する:

Version 5.2 << Graphics`InequalityGraphics`;
InequalityPlot[x^2 <= y^3 + y^2 - 5 y + 1, {x, -2, 2}, {y, -2, 2}]

RegionPlot3Dは不等式の集合により定義された三次元領域を表示する:

Version 5.2 InequalityPlot3D[
 x^2 + y^2 + z^2 <= 1 && 3 x^2 + 3 y^2 <= z^2, {x, -1, 1}, {y, -1, 
  1}, {z, -1, 1}]

これまでのバージョンのMathematicaで利用できたComplexInequalityPlotが,新たにWeb (library.wolfram.co.jp/infocenter/MathSource/6817)から利用できるようになった.