(In reply to
re(3): Solution (spoiler) by Charlie)
pi = Atn(1) * 4
x = 1.32779 + 2 * pi
For k = 1 To 100
tot = tot + Sin(k * x) / k ^ 3
Next k
verifies that the Wolfram Alpha evaluation does indeed match the summation and that the value is periodic with period 2pi and the maximum is good to six decimals.
|
Posted by Charlie
on 2018-10-31 15:01:49 |