skills/math/linear-algebra/eigenvalues/SKILL.md
Problem-solving strategies for eigenvalues in linear algebra
npx skillsauth add vibeeval/vibecosystem eigenvaluesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when working on eigenvalues problems in linear algebra.
Compute Characteristic Polynomial
sympy_compute.py charpoly "[[a,b],[c,d]]" --var lamFind Eigenvalues
sympy_compute.py eigenvalues "[[1,2],[3,4]]"Find Eigenvectors
sympy_compute.py eigenvectors "[[1,2],[3,4]]"Verify
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.
development
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
tools
Wiring Verification
development
Connection management, room patterns, reconnection strategies, message buffering, and binary protocol design.
testing
VP Engineering perspective - org design (team topologies), process improvement, cross-team dependencies, engineering culture, OKRs, incident management maturity, platform strategy, DX optimization, release management at scale