Question: Exact calculation with Maple

How to calculate mul(sqrt(3)+tan((1/180)*Pi*j), j = 1 .. 29) exactly?
The command
simplify(mul(sqrt(3)+tan((1/180)*Pi*j), j = 1 .. 29), trig)
is spinning.

Please Wait...