When I run:
var('t')
sqrt(t^2*(1+t^2)).simplify_radical()

I get the correct:
sqrt(t^2 + 1)*abs(t)

But if I run:
sqrt(t^2 + t^4).simplify_radical()

I get:
t*sqrt(t^2 + 1)

Am I doing something wrong? thanks!
-Alden



--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to