Discussion Overview
The discussion revolves around a Matlab problem related to finding the system response of a transfer function given a unit step input and zero initial conditions. Participants are examining the correct formulation of the transfer function's numerator and denominator.
Discussion Character
Main Points Raised
- One participant presents a transfer function G(s) = 1/(s+5) and attempts to use Matlab to find the system response.
- Another participant points out that the denominator is incorrect, suggesting it should be den = [1 5].
- A third participant questions whether the correct denominator should be [1 -5] and seeks confirmation on the overall correctness of the approach.
- A fourth participant clarifies that Matlab does not build transfer functions based on their roots, indicating that the arrays provided should represent coefficients of the Laplace polynomial.
Areas of Agreement / Disagreement
Participants express differing views on the correct formulation of the denominator for the transfer function, indicating that there is no consensus on this aspect of the problem.
Contextual Notes
There are unresolved issues regarding the correct coefficients for the transfer function's denominator and the implications of these choices on the Matlab implementation.