a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by Devac

Here's Wolfram Alpha.

  Plot[Sum[Sin[n*x]/n, {n, 1, 5, 2}], {x, 0, 2Pi}]

{n, 1, 5, 2} in Sum means "sum over n from 1 to 5, incrementing n by 2". You can plug pretty much any functions and values. WA is pretty limited but you can still have fun with it.





Cedar  ·  1340 days ago  ·  link  ·  

Thanks Devac, that's neat; Wolfram is the must nicer choice but this was 2 years before it launched :).