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}]](Files/InequalityGraphics.ja/legacy_1.gif)
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}]](Files/InequalityGraphics.ja/legacy_2.gif)
これまでのバージョンのMathematicaで利用できたComplexInequalityPlotが,新たにWeb (library.wolfram.co.jp/infocenter/MathSource/6817)から利用できるようになった.