| 1 | initial version |
sage: R.<x>=PolynomialRing(QQ[sqrt(2)],'x')
sage: R(2*x**2+20*x+46).factor()
(2) * (x - sqrt2 + 5) * (x + sqrt2 + 5)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.