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