mfe-structurelisted
Install: claude install-skill Tibsfox/gsd-skill-creator
# Structure
## Summary
**Structure** (Part IV: Expanding)
Chapters: 11, 12, 13, 14
Plane Position: (-0.3, 0.5) radius 0.4
Primitives: 51
Linear algebra and higher-dimensional thinking. Vectors, matrices, transformations — the architecture of mathematical space.
**Key Concepts:** Vector Definition, Vector Space Axioms, Dot Product (Inner Product), Matrix Definition and Operations, Linear Transformation
## Key Primitives
**Vector Definition** (definition): A vector v in R^n is an ordered n-tuple v = (v_1, v_2, ..., v_n) where each v_i is a real number. Vectors represent both magnitude and direction in n-dimensional space.
- I need to represent a quantity with both magnitude and direction
- How do I work with points or directions in multiple dimensions
- Describe a displacement or velocity in n-dimensional space
**Vector Space Axioms** (axiom): A vector space V over a field F is a set with two operations (addition, scalar multiplication) satisfying 8 axioms: closure under addition and scalar multiplication, commutativity and associativity of addition, existence of zero vector and additive inverses, and distributive laws connecting addition with scalar multiplication.
- Is this set a vector space
- Verify the axioms for a proposed vector space structure
- What properties must a space have to support linear algebra
**Dot Product (Inner Product)** (definition): The dot product of u, v in R^n is u . v = sum_{i=1}^{n} u_i * v_i. Geometrically, u . v = ||u|| ||v|