Discussion Overview
The discussion revolves around the challenge of computing a triple integral in MATLAB using the function triplequad for a complicated function of three variables (x, y, z). The user seeks to convert the integral into a summation due to difficulties in handling the complexity of the function and the associated symbolic matrix.
Discussion Character
- Technical explanation
- Debate/contested
- Homework-related
Main Points Raised
- One user requests assistance in converting a triple integral into a summation in MATLAB due to the complexity of the function involved.
- Another participant inquires about the specific function and MATLAB version being used, indicating the importance of these details for providing help.
- The original poster explains that they are working with a 12x12 symbolic matrix and need to find its eigenvalues, which is complicated for MATLAB to handle directly.
- The user proposes using nested "for" loops to sum the results instead of integrating, suggesting a shift from symbolic to numeric computation.
- One participant suggests that the user may need to research and program the solution themselves, indicating that MATLAB should be capable of handling a 12x12 matrix if approached correctly.
- There is a request for clarification on the user's problem, emphasizing the need for a more structured description to facilitate assistance.
Areas of Agreement / Disagreement
Participants do not reach a consensus on the best approach to solve the user's problem, and multiple perspectives on how to handle the complexity of the matrix and integration remain present.
Contextual Notes
The discussion highlights limitations related to the complexity of symbolic computations in MATLAB and the potential need for breaking down the problem into simpler components. There is also an indication that the user's description may lack sufficient detail for others to provide targeted assistance.