アップグレード情報:

NumericalMath`OrderStar`

NumericalMath`OrderStar`の機能のすべてが,新規に作成された関数近似パッケージで利用できるようになった.
OrderStarの名前がOrderStarPlotに変えられた.
OrderStarSubPlotsMaxRecursion等のContourPlotオプションに置き換えられた.

新しい関数近似パッケージの機能を利用するためには,FunctionApproximations`をロードする:

Version 5.2 << NumericalMath`OrderStar`;
OrderStar[Pade[Sinh[z - 1], {z, 0, 3, 3}], Sinh[z - 1], 
 OrderStarLegend -> {{.6, .6}, {.98, .98}}, 
 TextStyle -> {"FontSize" -> 6}, OrderStarSymbolSize -> 0.02]

ContourPlotに渡されるオプションMaxRecursionおよびPlotPointsのデフォルト設定で,バージョン5.2のオプションOrderStarSubPlotsは必要なくなった.これらは微調整をどこで行うかを指定しなくても細かい調整ができる.

Version 5.2 OrderStar[Pade[Log[1 + z], {z, 1, 3, 2}], Log[1 + z], 
 OrderStarKind -> Second, PlotPoints -> 50, 
 PlotRange -> {{-.5, 2}, {-1, 1}}, 
 OrderStarSubPlots -> {{PlotRange -> {{0.9, 1.1}, {-0.1, 0.1}}, 
    PlotPoints -> {20, 20}}}]
関数近似パッケージ

NumericalMath`OrderStar`の関数の多くが関数近似パッケージに含まれるようになった:

OrderStarInterpolation OrderStarKind OrderStarLegend OrderStarPoles OrderStarPlot OrderStarSymbolSize OrderStarSymbolThickness OrderStarZeros