First time here? Check out the FAQ!
answered 2014-08-18 23:29:12 +0100
You can construct the symbolic polynomial from the list of coefficients of the algebraic one as follows:
sage: sum([b*n^a for (a,b) in enumerate(p)]) 16*n^5 - 20*n^3 + 5*n