Calculates the value of a finite series.
Level 4 | Level 3 | Level 2 | Level 1 | -> | Level 1 |
---|---|---|---|---|---|
'indx' | xinit | xfinal | smnd | -> | xsum |
'indx' | 'init' | xfinal | smnd | -> | 'SIGMA(indx=init,xfinal,smnd)' |
'indx' | xinit | 'final' | smnd | -> | 'SIGMA(indx=xinit,final,smnd)' |
'indx' | 'init' | 'final' | smnd | -> | 'SIGMA(indx=init,final,smnd)' |