Exercício 1.9
> restart;
> Digits:=4;
> y:=((4-sqrt(15))/(4+sqrt(15)))^3;
> evalf(y);
> evalf(y,10);
> evalf(31-8*sqrt(15));
(a)
(b)