|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The Art of Mathematics |
Help 6.3∏ or Prod — product of series1. InterfaceFull version of the command looks like:
or:
where index is product index, start — index start value, finish — index finish value (inclusive), step — index step, expression — expression to evaluate for every index value and multiply by. If the index step is 1, which is usually the case, it could be omitted:
2. How to useFor instance:
is equivalent to and
is equivalent to Double product can be written down as nested ones:
which is equivalent of
If step parameter is used, its sign makes no difference — step sign always evaluated from comparison of start and finish, if start is greater, the step sign is positive, if finish is greater than start then step sign is negative. 3. SupportProduct of series is supported in professional version of the Librow calculator. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|