What is the easiest way to make a fraction with terms including roots
become rational?
Robert
> (1-sqrt(3))/(2+2*sqrt(5));
(1/2)
1 - 3
------------
(1/2)
2 + 2 5
> rationalize(%);
1 / (1/2)\ / (1/2)\
- - \-1 + 3 / \-1 + 5 /
8
can you provide an example of what you want?