On Wednesday, February 9, 2011 9:08:55 AM UTC+1, Loïc wrote: > > sage: a.simplify_radical() > Is it possible the command simplify_radical() loads the extension > "sqdnst" and try to simplify with "sqrtdenest"? >
Internally, simplify_radical calls maxima's radcan .. i don't know the implications of changing this, but it would be possible to add your procedure as, for example, a "simplify_sqrt" command. H -- 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
