Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Problem-solving strategies for matrices in linear algebra
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -26% | 0% |
Use this skill when working on matrices problems in linear algebra.
sympy_compute.py matrix_typesympy_compute.py matmul "A" "B"sympy_compute.py inverse "A"sympy_compute.py transpose "A"sympy_compute.py linsolve "A" "b"z3_solve.py satsympy_compute.py lu "A"sympy_compute.py qr "A"sympy_compute.py svd "A"bashuv run python -m runtime.harness scripts/sympy_compute.py inverse "[[1,2],[3,4]]"
bashuv run python -m runtime.harness scripts/sympy_compute.py det "[[a,b],[c,d]]"
bashuv run python -m runtime.harness scripts/sympy_compute.py linsolve "[[1,2],[3,4]]" "[5,6]"
See .claude/skills/math-mode/SKILL.md for full tool documentation.
Other measured skills in the registry, with their headline benchmark lift.