InnerPolySum(E, V, R, P)ΒΆ
sum.spad line 1 [edit on github]
V: OrderedSet
P: PolynomialCategory(R, E, V)
tools for the summation packages.
- sum: (P, V) -> Record(num: P, den: Integer)
sum(p(n), n)
returnsP(n)
, the indefinite sum ofp(n)
with respect to upward difference onn
, i.e.P(n+1) - P(n) = p(n)
.