|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| Product[f, {i, imax}] evaluates the product |
| Product[f, {i, imin, imax}] starts with i=imin. |
| Product[f, {i, imin, imax, di}] uses steps di. |
| Product[f, {i, {i1, i2, ...}}] uses successive values i1, i2, .... |
| Product[f, {i, imin, imax}, {j, jmin, jmax}, ...] evaluates the multiple product |
| Product[f, i] gives the indefinite product |
| Assumptions | $Assumptions | assumptions to make about parameters | |
| GenerateConditions | False | whether to generate answers that involve conditions on parameters | |
| Method | Automatic | method to use | |
| Regularization | None | what regularization to use | |
| VerifyConvergence | True | whether to verify convergence |