Group Abstract Group Abstract

Message Boards Message Boards

0
|
2.9K Views
|
5 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Solution values doubled in Fourier series problem output?

5 Replies
POSTED BY: Gianluca Gorni

Yes this is the notebook with my results

The series formula f(x)=∑n=1∞4nπsin(nπx) does not reproduce the function f(x)={−1,1,−1<x<00<x<1. It is the series for another function. Didn't you make the plot?

POSTED BY: Gianluca Gorni

Could you explain to me please why the F(x) is wrong?

Your formula for f[x] is wrong. Try plotting the result:

Sum[4/(n Pi) Sin[n Pi x], {n, 1, Infinity}]
Plot[Chop[%], {x, -1, 1}]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard