William Stein <[email protected]> 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 [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
-~----------~----~----~----~------~----~------~--~---