Files
Obsidian-Vault/AI Linear Algebra/Span.md

215 B

Span is an function that returns a Vector Set containing all Linear Combinations for any given vector set.

example: span(S).

also do note that span(S) = span(span(S)) you cannot maximize a maximal set.