Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Does this solve your problem?:

R.<x>=IntegerModRing(15)[]
f=1+x^2+4*x^6
coeffs=(f.coefficients(sparse=False))
show(coeffs)