On 10/16/2017 04:21 PM, Emily G wrote:
>
> (*2* + sqrt(*2*))/(*1* + sqrt(*2*))
>
> The above example should simplify to sqrt(2),
> but simplify_full() and canonicalize_radical() don't work. Is there a
> way that I can get Sage to simplify such expressions?
>
This gets the result that you want,
Hello,
I am trying to find out whether I can get Sage to simplify expressions such
as these (and other radicals that are not square root):
(*2* + sqrt(*2*))/(*1* + sqrt(*2*))
The above example should simplify to sqrt(2), but simplify_full() and
canonicalize_radical() don't work. Is there a wa