例 2 ステップを1つのセッション内で順に実行します。各ステップはエンジンで実行済みで、以下の出力は実際に生成されたものです。
P = (15/π^4 (x^5 (Exp[(1/x)] - 1)));
{max, val} = Maximize[{P, x ≥ 0}, x]{Infinity, {x -> Infinity}}Plot[P, {x, 0, 1}, Epilog -> {Red, PointSize[0.025], Point[{x /. val, max}]}]-Graphics-