Courses / Business I
Mathematics I

Vector Spaces

Business I 295 words Free to read

The Anatomy of Vector Spaces

A vector is a list of numbers representing data like asset weights or sales. A vector space is the universe built from vectors using two moves: addition and scaling.

Linear combination: the core building move, written as w=λ1v1++λkvkw = \lambda_1 v_1 + \dots + \lambda_k v_k. Mixing stocks and bonds in any proportions creates a linear combination. The set of all such combinations is their span, the entire reachable territory.

ConceptDefinitionPractical Test
SpanAll reachable linear combinationsTerritory you can build
Linear IndependenceNo vector is a combination of othersNo redundancy
BasisIndependent and spanning setMinimal coordinate system

Linear independence means no vector is redundant. If fund C is a 50/50 split of funds A and B, adding it spans nothing new.

Two dials build any target from two funds; a third dial that is never

Basis, Dimension, and Variety

A basis is a set that is both independent (no waste) and spanning (no gaps). Dimension is the number of vectors in any basis, counting genuine degrees of freedom.

PropertyMeaning
DimensionCount of independent directions, not listed items
Matrix RankNumber of independent vectors when stacked as columns
Determinantdet0\det \neq 0 for nn independent vectors in Rn\mathbb{R}^n

Common pitfall: Confusing the number of listed items with the true dimension. Three portfolios built from just two funds still span a 2D space. Diversifying across dependent assets is buying identical risk in different wrappers.

Tip: To test independence, stack vectors as columns and compute the rank. Rank equals the vector count if and only if they are independent.

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

14practice questions
2interactive scenes

Mathematics I