On 8/13/2015 11:57 AM, Volker Braun wrote: > There is the following one-liner but you can't write it as polynomial > (Sage polynomials always evaluate the coefficients) > > sage: R.<x> = ZZ[] > sage: map(factor, (x^2+9).coefficients()) > [3^2, 1]
Can you write it as a symbolic expression? UAW -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
