Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
var('x,n')
monom=[x^n for n in range(5)]
sum(monom)
var('x,n')
monom=[x^n for n in range(5)]
sum(monom)