Discussion Overview
The discussion revolves around generating elementary symmetric polynomials in Maple, specifically focusing on the capabilities of version 12 and the absence of a previously available command "symmpoly." Participants explore alternative methods and share their own implementations for calculating these polynomials.
Discussion Character
- Technical explanation
- Debate/contested
- Mathematical reasoning
Main Points Raised
- One participant inquires about generating elementary symmetric polynomials in Maple and expresses frustration over the lack of documentation for the command "symmpoly."
- Another participant clarifies that "symmpoly" was removed in version 4.3 and suggests using the command PolynomialTools[IsSelfReciprocal] instead, although they note it does not directly relate to elementary symmetric functions.
- A different participant argues against the notion that creating a routine is easier than using a pre-programmed command, sharing their own implementation for generating elementary symmetric polynomials.
- Another participant presents their own procedure for calculating symmetric polynomials, highlighting a different approach to the problem.
Areas of Agreement / Disagreement
Participants express differing opinions on the ease of generating symmetric polynomials manually versus using a built-in function. There is no consensus on the best method to achieve this, and multiple approaches are presented without resolution.
Contextual Notes
Participants' implementations vary in complexity and approach, indicating a range of methods available for generating symmetric polynomials. The discussion does not resolve the question of why certain features were removed from Maple.
Who May Find This Useful
Users of Maple interested in generating symmetric polynomials, particularly those using version 12 or earlier versions, may find the shared methods and insights beneficial.