Hi everyone

I have two polynomial p,q, when I make

sage:print polynomial, type(polynomial)

get
a*X <type 'sage.rings.polynomial.polynomial_zz_pex.Polynomial_ZZ_pEX'>
X^4 + (a + 1)*X^3 + (a^3 + a)*X^2 + a*X + 1 <class
'sage.rings.fraction_field_element.FractionFieldElement_1poly_field'>

I want convert polynomial in
sage.rings.fraction_field_element.FractionFieldElement_1poly_field to
sage.rings.polynomial.polynomial_zz_pex.Polynomial_ZZ_pEX is posible?,
how?

thanks by your answers

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to