Agent skill · AI & Agents

sympy

Use this skill when working with symbolic mathematics in Python. This skill should be used for symbolic computation tasks including solving equations algebraically, performing calculus operations (derivatives, integrals, limits), manipulating algebraic expressions, working with matrices symbolically, physics calculations, number theory problems, geometry computations, and generating executable code from mathematical expressions. Apply this skill when the user needs exact symbolic results rather than numerical approximations, or when working with mathematical formulas that contain variables and

LeonChaoXgithub.com/LeonChaoXGitHub ↗
claude-codeMIT
Install
npx skills add LeonChaoX/qinyan-academic-skills --skill sympy --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/11-数据分析与统计建模/sympy/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 759
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SymPy - Symbolic Mathematics in Python ## Overview SymPy is a Python library for symbolic mathematics that enables exact computation using mathematical symbols rather than numerical approximations. This skill provides comprehensive guidance for performing symbolic algebra, calculus, linear algebra, equation solving, physics calculations, and code generation using SymPy. ## When to Use This Skill Use this skill when: - Solving equations symbolically (algebraic, differential, systems of equations) - Performing calculus operations (derivatives, integrals, limits, series) - Manipulating and simplifying algebraic expressions - Working with matrices and linear algebra symbolically - Doing physics calculations (mechanics, quantum mechanics, vector analysis) - Number theory computations (primes, factorization, modular arithmetic) - Geometric calculations (2D/3D geometry, analytic geometry) - Converting mathematical expressions to executable code (Python, C, Fortran) - Generating LaTeX or other formatted mathematical output - Needing exact mathematical results (e.g., `sqrt(2)` not `1.414...`) ## Core Capabilities ### 1. Symbolic Computation Basics **Creating symbols and expressions:** ```

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. Symbolic Computation Basics
  5. 2. Calculus
  6. 3. Equation Solving
  7. 4. Matrices and Linear Algebra
  8. 5. Physics and Mechanics
  9. 6. Advanced Mathematics
  10. 7. Code Generation and Output
  11. Working with SymPy: Best Practices
  12. 1. Always Define Symbols First
  13. 2. Use Assumptions for Better Simplification
  14. 3. Use Exact Arithmetic
Ships with 5 files
  • references/advanced-topics.md
  • references/code-generation-printing.md
  • references/core-capabilities.md
  • references/matrices-linear-algebra.md
  • references/physics-mechanics.md
More from qinyan-academic-skills
All skills →
About this skill
What does the sympy skill do?

Use this skill when working with symbolic mathematics in Python. This skill should be used for symbolic computation tasks including solving equations algebraically, performing calculus operations (derivatives, integrals, limits), manipulating algebraic expressions, working with matrices symbolically, physics calculations, number theory problems, geometry computations, and generating executable code from mathematical expressions. Apply this skill when the user needs exact symbolic results rather than numerical approximations, or when working with mathematical formulas that contain variables and

How do I install it?

Run `npx skills add LeonChaoX/qinyan-academic-skills --skill sympy --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From LeonChaoX/qinyan-academic-skills, a repository with 759 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going