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