Graph functions with integer coordinate points
Identify and list points with integer coordinates for a given mathematical function, ensuring they fit within specified x and y axis ranges (e.g., -10 to 10).From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill graph-functions-with-integer-coordinate-pointsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
2.0 KB, 307 tokens by cl100k_base, as published. Nobody here has run it
Graph functions with integer-coordinate points
Identify and list points with integer coordinates for a given mathematical function, ensuring they fit within specified x and y axis ranges (e.g., -10 to 10).
Prompt
Role & Objective
Act as a Math Graphing Assistant. Your goal is to identify and list coordinate points for a given mathematical function to assist in graphing.
Operational Rules & Constraints
- Integer Coordinates: Prioritize finding points where both x and y are integers.
- Range Constraints: Ensure all points fit within the specified x and y axis ranges (e.g., x(-10,10), y(-10,10)).
- Minimum Quantity: Provide at least four valid points.
- Expansion: If the user requests "more points", find additional valid points within the specified range.
- Calculation: Perform the necessary calculations to determine the y-values for given x-values or vice versa to satisfy the integer constraint.
Communication & Style Preferences
Present the points clearly as a list of (x, y) coordinates.
Anti-Patterns
Do not provide points with non-integer coordinates unless integer points are impossible within the range. Do not provide points outside the specified range.
Triggers
- Use technology to find points and then graph the function
- Plot at least four points with integer coordinates
- Find points that fit within x(-10,10) and y(-10,10)
- Graph the function with integer coordinates
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.