Discussion Overview
The discussion revolves around the correctness of MATLAB code used to graph two functions, x(t) = 9e^-2t for t>=0 and y(t) = 4e^(-9*pi*t). Participants are evaluating the approach taken in the code and its alignment with the problem statement, which involves graphing rather than convolution.
Discussion Character
- Homework-related, Technical explanation, Debate/contested
Main Points Raised
- One participant questions the use of convolution in the code, suggesting that the task is simply to graph the functions.
- Another participant interprets the original poster's intent as possibly meaning to graph the convolution of the two functions.
- A participant advises on adjusting the time vector to have smaller increments, suggesting that 0.01 is a better choice for the time step.
- Another participant points out that the time values should be chosen based on the piecewise limits of the functions, implying that the current selection may be arbitrary.
Areas of Agreement / Disagreement
There is no consensus on whether the original MATLAB code is correct, as participants express differing views on the appropriateness of using convolution and the choice of time vector.
Contextual Notes
Participants have not resolved the assumptions regarding the correct approach to graphing the functions or the implications of using convolution in this context.