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