Changes between Initial Version and Version 1 of Ticket #17502, comment 6
- Timestamp:
- 05/09/17 09:52:13 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17502, comment 6
initial v1 3 3 That is clever for several reasons, and not problematic //for "ordinary" functions//, i. e. Lisp function that //evaluate// their arguments. But Maxima's {{{product}}} is not an ordinary function, but a so-called special form. From {{{maxima.product}}} online help : 4 4 {{{ 5 'product' evaluates its summand <expr> and lower and upper limits6 <i_0>and <i_1>, 'sum' quotes (does not evaluate) the index5 'product' evaluates <expr> and lower and upper limits <i_0> 6 and <i_1>, 'sum' quotes (does not evaluate) the index 7 7 <i>. 8 8 }}}