William Stein <wst...@gmail.com> writes: >> expr=1/(1+3^(1/2)+5^(1/4)+7^(1/6)+9^(1/8)) > > Fortunately, the above is much diferent than what Simon King wrote, > since you have numbers instead of a variable x.
If you don't have numbers you can do it using FriCAS, which is optional in sage: sage: fricas("ratDenom(1/(1+3^(1/2)+5^(1/4)+7^(1/6)))") sage: fricas("ratDenom(1/(1+a^(1/2)+b^(1/3)))") Martin --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---