Discussion Overview
The discussion revolves around plotting a Fourier series in MATLAB. Participants explore the formulation of the series, the implementation of the plotting code, and the validity of the equation used for the Fourier series.
Discussion Character
- Technical explanation
- Homework-related
- Debate/contested
Main Points Raised
- One participant seeks help with plotting a Fourier series equation in MATLAB, specifically the series defined by \( y=\sum_{n=1}^\infty (3\sin(2\pi nx))/(n\pi) \).
- Another participant provides MATLAB code to plot the series over the domain \(-2\pi \le x \le 2\pi\) for \(n\) up to 10,000, including suggestions for using `linspace()` to generate points.
- A participant questions whether the use of `linspace()` is the issue and expresses uncertainty about why the plot does not resemble a Fourier series.
- Another participant clarifies that `linspace(-2\pi, 2\pi, N)` can be used to generate \(N\) evenly spaced points.
- One participant realizes that the equation may be incorrect, noting that it tends to 0 as \(n\) approaches infinity, which they argue should not happen for a Fourier series.
- A later reply challenges the derivation of the equation, suggesting that the participant may need to start over with their understanding.
- Another participant shares that the equation was derived from a simple example used to teach Fourier series, expressing concern about potential errors in their approach.
Areas of Agreement / Disagreement
Participants express uncertainty regarding the correctness of the Fourier series equation and its implications. There is no consensus on the validity of the equation or the approach taken to plot it.
Contextual Notes
Participants mention the need for clarification on the equation's behavior as \(n\) increases, indicating potential misunderstandings about Fourier series properties. The discussion includes unresolved questions about the correct formulation and plotting techniques.