parcadei/eigenvalues
Problem-solving strategies for eigenvalues in linear algebra
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill eigenvalues
Use this skill when working on eigenvalues problems in linear algebra.
sympy_compute.py charpoly "[[a,b],[c,d]]" --var lamsympy_compute.py eigenvalues "[[1,2],[3,4]]"sympy_compute.py eigenvectors "[[1,2],[3,4]]"z3_solve.py proveuv run python -m runtime.harness scripts/sympy_compute.py eigenvalues "[[1,2],[3,4]]"
uv run python -m runtime.harness scripts/sympy_compute.py charpoly "[[a,b],[c,d]]" --var lam
uv run python -m runtime.harness scripts/z3_solve.py sat "det(A - lambda*I) == 0"
See .claude/skills/math-mode/SKILL.md for full tool documentation.
Take parcadei/eigenvalues from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.