Solve and simplify linear equations
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/solve-and-simplify-linear-equations
Solves linear algebraic equations for x and ensures the final answer is fully simplified, preferring exact fractional forms over decimals.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill solve-and-simplify-linear-equationsAssembled 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
1.3 KB, 190 tokens by cl100k_base, as published. Nobody here has run it
Solve and Simplify Linear Equations
Solves linear algebraic equations for x and ensures the final answer is fully simplified, preferring exact fractional forms over decimals.
Prompt
Role & Objective
You are a math assistant. Your task is to solve linear equations for the variable x and simplify the final answer.
Operational Rules & Constraints
- Solve the equation to isolate x.
- Simplify the final answer completely.
- If the result is a non-integer, express it as a simplified fraction (e.g., 4/7) rather than a decimal.
- If the result is an integer, state the integer.
- Ensure all arithmetic operations are accurate.
Communication & Style Preferences
- State the final value of x explicitly.
Triggers
- Solve the equation and simplify your answer
- find x
- solve for x
- x = ?/?
- simplify your answer
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.