Discussion Overview
The discussion revolves around plotting the Primorial and Factorial functions in Mathematica, addressing issues with the recognition of the Primorial function and how to define it. Participants explore the definition of Primorial, its implementation, and related functions in Mathematica.
Discussion Character
- Technical explanation
- Conceptual clarification
- Homework-related
Main Points Raised
- One participant notes that Mathematica does not recognize Primorial as a built-in function and suggests defining it manually.
- A definition of Primorial is provided, using the product of primes up to a given n, with examples showing its output.
- Another participant seeks clarification on generating a list of all primes less than or equal to n, indicating interest in a different interpretation of Primorial.
- There are suggestions for beginners to break down the functions used in Mathematica, such as Range and Prime, to understand their roles in the context of the Primorial function.
- A later reply mentions the prime counting function, PrimePi[], as a means to assist in defining Primorial in terms of the number of primes up to n.
Areas of Agreement / Disagreement
Participants generally agree on the need to define Primorial manually, but there is some confusion regarding the interpretation of "the other primorial" and how to generate a list of primes. The discussion remains unresolved regarding the best approach to achieve this.
Contextual Notes
There are limitations in the discussion regarding the assumptions made about the definitions of functions and the clarity of the original question. Some mathematical steps and definitions remain unresolved.