vector-spaces

Installation
SKILL.md

Vector Spaces

When to Use

Use this skill when working on vector-spaces problems in linear algebra.

Decision Tree

  1. Check Subspace

    • Contains zero vector?
    • Closed under addition?
    • Closed under scalar multiplication?
    • Verify with z3_solve.py prove
  2. Linear Independence

    • Set up Ax = 0 where columns are vectors
    • sympy_compute.py nullspace "A"
    • Trivial nullspace = independent
Related skills
Installs
1
GitHub Stars
3.8K
First Seen
Apr 5, 2026