Discussion Overview
The discussion revolves around using Maple to minimize a function with respect to multiple variables that are dependent on a parameter \( v \). Participants explore methods to obtain both the minimum value and the corresponding variable values that achieve this minimum.
Discussion Character
- Technical explanation
- Mathematical reasoning
- Exploratory
Main Points Raised
- Cristian presents a problem involving the minimization of a function \( f(A1(v), A2(v), A3(v)) \) and seeks to find the values of \( A1(v), A2(v), A3(v) \) that minimize \( f \).
- One participant suggests using the `location=true` option in the `minimize` function to obtain the locations of the minima.
- Cristian expresses concern that the output from `minimize` does not maintain the order of the variables, leading to confusion in retrieving the corresponding values for \( A1(v), A2(v), A3(v) \).
- Another participant clarifies that sets in Maple do not maintain order, while lists do, which may affect how results are interpreted.
- A suggestion is made to use the `Minimize` command from the Optimization package as an alternative approach.
- Cristian later reports having solved the problem, explaining that the output from `minimize` contains a set that describes the relationships between the variables rather than their specific values, and provides a method to extract the values using the `subs` command.
Areas of Agreement / Disagreement
Participants generally agree on the challenges associated with variable order in Maple's output. However, there is no consensus on the best method to achieve the desired results, as multiple approaches are discussed without resolution.
Contextual Notes
Participants note limitations regarding the order of elements in sets versus lists in Maple, which may impact the interpretation of results. Additionally, the discussion reflects the complexity of handling function dependencies on parameters.
Who May Find This Useful
This discussion may be useful for users of Maple who are working on optimization problems involving functions of multiple variables, particularly those that depend on parameters.