If I want to find the roots of x^2-2 in reals, I use the following approach.
R.<x>=RR[] f=x^2-2 f.roots() But, it gives the rational approximation. Is it possible to find the exact root (irrational form)? -- 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