When creating a function with summation in it, how do you add terms to the summation? (Python)

后端 未结 0 665
囚心锁ツ
囚心锁ツ 2021-01-24 02:42

I need to find a way to add new terms to the function:

f(x) = 4sin(x)/pi

such that the new function looks like this:

f(x) = 4sin(x)/pi + 4sin(3x)/3pi + 4sin

相关标签:
回答
  • 消灭零回复
提交回复
热议问题