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