Discussion Overview
The discussion revolves around how to manipulate derivatives in Mathematica to express them in terms of the original function. Participants explore methods to achieve this transformation, particularly focusing on the derivative of a function defined with parameters.
Discussion Character
- Technical explanation, Exploratory
Main Points Raised
- One participant asks how to express the derivative of a function in terms of the function itself, using a general form.
- Another participant provides a specific example with the function f[x,y] = Exp[a*(x+y)], noting that the derivative results in a*Exp[a*(x+y)] and seeks a way to express this as a*f[x,y].
- A suggestion is made to undefine the original function f[x,y] after taking the derivative and then use a substitution to achieve the desired form.
- A follow-up question is raised about the method to undefine the original function in Mathematica.
- A reference to Mathematica's Clear function is provided as a potential solution for undefining the function.
Areas of Agreement / Disagreement
Participants do not reach a consensus on a definitive method, and multiple approaches are discussed without resolution on the best practice.
Contextual Notes
Participants express uncertainty about the reliability of the suggested method for backsubstituting into the desired form, indicating it may be error-prone.