PartialSums - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


ListTools

  

PartialSums

  

return the partial sums of a list

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

PartialSums(L)

Parameters

L

-

list

Description

• 

The PartialSums(L) function returns a list of partial sums of the elements in list L.

Examples

(1)

(2)

(3)

(4)

(5)

See Also

inline

list

ListTools

type[list]

 


Download Help Document