| 1 | initial version |
A possible one-liner :
sage: (AA["x"](x^2-AA(sqrt(3)))).roots()
which can be abrbreviated as
sage: (x^2-AA(sqrt(3))).polynomial(AA).roots()
HTH,
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.