Qurak

Find the maximum of Planck's radiation function

2 ステップを1つのセッション内で順に実行します。各ステップはエンジンで実行済みで、以下の出力は実際に生成されたものです。

ステップ 1
P = (15/π^4 (x^5 (Exp[(1/x)] - 1)));
{max, val} = Maximize[{P, x ≥ 0}, x]
出力
{Infinity, {x -> Infinity}}
ステップ 2
Plot[P, {x, 0, 1}, Epilog -> {Red, PointSize[0.025], Point[{x /. val, max}]}]
出力
-Graphics-

使用する関数

関連レシピ

すべてのレシピ · 関数リファレンス · MCPクライアントから使う