1. The USES of LLL

> Digits:=20:readlib(lattice):

Let us discover Machin's formulafor[Maple Math]

[Maple Math]

lin_dep([arctan(1),arctan(1/5),arctan(1/239)]);

[Maple Math]

And let's discover whether a floating pointnumber is algebraic:

> rtp(2^(1/3)+3^(1/2));

[Maple Math]

> Digits:=20: minpoly(2^(1/3)+3^(1/2));

[Maple Math]

> Digits:=40: minpoly(2^(1/3)+3^(1/2),degree=6);

[Maple Math]

> R:=sqrt((sqrt(5)+1)/2);evalf(%,10);minpoly(R,degree=4);solve(%);

[Maple Math]

[Maple Math]

[Maple Math]

[Maple Math]

>