Qurak

Integrate

利用可能、.wl リファレンスと異なります

Symbolic integration.

Qurak evaluates indefinite and definite integrals symbolically. For integrals that don't have a closed form, use `NIntegrate` for a numeric answer instead of waiting for `Integrate` to give up.

独立して検証可能: この関数の答えは別の経路で再導出して比較されます。ワークベンチと verify ツールがこれを自動で行うため、誤った答えは信用されずに検出されます。 履歴 →

Integrate[f, x]
Integrate[f, {x, xmin, xmax}]
Integrate[f, {x, xmin, xmax}, {y, ymin, ymax}, …]
Integrate[f, {x, y, …}∈ reg]
Integrate[x, x] → x^2/2Integrate[x^2, {x, 0, 1}] → 1/3Integrate[Sin[x], {x, 0, Pi}] → 2Integrate[Log[Sin[x]], {x, 0, Pi/2}] → -1/2*(Pi*Log[2])Integrate[Log[x], x] → x*(-1 + Log[x])ToString[Integrate[x Log[x], x], InputForm] → (x^2*(-1 + 2*Log[x]))/4ToString[Integrate[Log[2 x], x], InputForm] → -x + x*Log[2*x]ToString[Integrate[E^(-x), x], InputForm] → -E^(-x)

使用箇所

トピック

関連

全 6300 関数 · MCPクライアントから使う