A vector space V over R is a set equipped with addition and scalar multiplication satisfying eight axioms.
Physics I154 wordsFree to read
A vector spaceV over R is a set equipped with addition and scalar multiplication satisfying eight axioms.
Subspace test — W⊆V is a subspace if:
0∈W
Closed under addition
Closed under scalar multiplication
Key concepts
Span: all linear combinations of a set of vectors
Linear independence: no vector is a combination of the others
Basis: a linearly independent spanning set
Dimension: number of vectors in any basis
Fundamental subspaces of Am×n:
Column spaceCol(A)⊆Rm
Null spaceNull(A)⊆Rn
Rank-nullity:rk(A)+null(A)=n
Tip: To find a basis for Col(A), row-reduce and take columns at pivot positions.
Common pitfall: A subspace must contain the zero vector — that is the fastest test to run. The solutions of Ax=b with b=0 never form a subspace, however plane-like they look.
Placeholder: Vector Spaces and Subspaces
Practise this lesson
The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.