sage: K.<p,d,e,N> = FractionField(PolynomialRing(QQ,4,'pdeN')) sage: R.<x> = K[] sage: a = x^3-x^-3 sage: b = x^5-x^-5 sage: c = x^8-x^-8 sage: X = p*a + d*b + e*c sage: f = x^16 *(X^2- N*b*c)
and Sage does not answer. It just hangs and I have to kill the session. If it would answer I would like to continue with F = R(f) psi = cyclotomic_polynomial(30) g = F.quo_rem(psi)[1] g -- You received this message because you are subscribed to the Google Groups "sage-support" group. 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. Visit this group at http://groups.google.com/group/sage-support?hl=en.