Hello list,
sage: a=sqrt(7+4*sqrt(3))
sage: a.simplify_full()
sqrt(4*sqrt(3)+7)
sage: a.simplify_radical()
sqrt(4*sqrt(3)+7)
sage: maxima.load("sqdnst")
sage: maxima.sqrt(denest(a))
sqrt(3)+2
Is it possible the command simplify_radical() loads the extension
"sqdnst" and try to simplify with "sqrtdenest"?
Best,
Loïc
--
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