Discussion Overview
The discussion revolves around the behavior of MATLAB when calculating limits related to the derivative of the hyperbolic sine function, sinh(z). Participants explore discrepancies in MATLAB's output compared to expected mathematical results and other software like Maxima.
Discussion Character
- Technical explanation
- Debate/contested
- Mathematical reasoning
Main Points Raised
- One participant notes that MATLAB correctly computes the limit for sin(z) but produces an unexpected result for sinh(z), suggesting a potential error in MATLAB's calculation.
- Another participant reports receiving NaN as the output when attempting the same limit calculation in MATLAB, expressing confusion over this result.
- A third participant mentions that Maxima provides the correct limit for the derivative of sinh(z), indicating a difference in software performance.
- One participant highlights that their instructor requires both the derivative using diff and the limit approach, prompting a discussion on the differences in results.
- Another participant speculates that a syntax error may have occurred, suggesting that an "=" was mistakenly used instead of a "," in the command.
- A later reply proposes using the exponential definition of sinh to compute the limit, which leads to a correct expression for cosh(z) when simplified.
Areas of Agreement / Disagreement
Participants express differing experiences with MATLAB's output, with some receiving NaN and others encountering unexpected limit expressions. There is no consensus on whether the issue lies with MATLAB's algorithm or user error, and the discussion remains unresolved regarding the correct interpretation of the results.
Contextual Notes
Participants mention potential limitations in MATLAB's limit algorithm and the importance of syntax in command entry, but these aspects are not fully resolved within the discussion.