Hi Robert! sage: R.<t> = QQ[] sage: p = R.random_element() sage: q = R.random_element() sage: p -t^2 - 1/2*t + 1/2 sage: q -t - 4/3 sage: p.quo_rem(q) (t - 5/6, -11/18)
Best regards, Simon -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
