Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Problem-solving strategies for eigenvalues in linear algebra
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-11 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-12 | ✓→✓ | = Same ✓ | -22% | 0% |
| case-14 | ✓→✓ | = Same ✓ | 9% | 0% |
| case-20 | ✓→✓ | = Same ✓ | 2% | 0% |
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 provebashuv run python -m runtime.harness scripts/sympy_compute.py eigenvalues "[[1,2],[3,4]]"
bashuv run python -m runtime.harness scripts/sympy_compute.py charpoly "[[a,b],[c,d]]" --var lam
bashuv 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.
Other measured skills in the registry, with their headline benchmark lift.