Symbolic product.
.wl リファレンスとの相違: `Sum`/`Product` unevaluated echoes keep the source order
独立して検証可能: この関数の答えは別の経路で再導出して比較されます。ワークベンチと verify ツールがこれを自動で行うため、誤った答えは信用されずに検出されます。 履歴 →
Product[f, {i, imax}]
Product[f, {i, imin, imax}]
Product[f, {i, imin, imax, di}]
Product[f, {i, {i1, i2, …}}]
Product[f, {i, imin, imax}, {j, jmin, jmax}, …]
Product[f, i]
Product[k, {k, 1, 5}]
→ 120Product[k^2, {k, 1, 3}]
→ 36Product[i, {i, 1, 4}, {j, 1, 2}]
→ 576Product[n, {n, 1, 5}, Method -> Automatic]
→ 120- Assumptions — default $Assumptions
- GenerateConditions — default False
- GeneratedParameters — default None
- Method — default Automatic
- Regularization — default None
- VerifyConvergence — default True