CAS not always working with trigonometric formulas ?



Oh great, thanks a lot for the tip. I had looked for a "simplify"
function, but did'nt find it.
Bye

On 10/23/05, Barton Willis  wrote:
>
> -----thomas x wrote: -----
>
> > For instance, it is not able to simplify
> > (sqrt(2)+sqrt(6-4*sqrt(2)))/2 into 1.
>
> (%i1) load("sqdnst")$
> (%i2) (sqrt(2)+sqrt(6-4*sqrt(2)))/2;
> (%o2) (sqrt(2)+sqrt(6-4*sqrt(2)))/2
> (%i3) SQRTDENEST(%);
> (%o3) 1
>
> Barton
>
>