What is a vector space, and how do the ideas of linear independence, basis, dimension and rank organise it?
Use the concepts of vector spaces and subspaces, linear independence, spanning sets, basis, dimension and the rank of a matrix
A focused answer to the H2 Further Mathematics outcome on linear spaces. Vector spaces and subspaces, linear independence, spanning sets, basis and dimension, the column and null spaces of a matrix, and the rank-nullity relationship.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
SEAB wants you to work with the abstract structure of linear algebra: vector spaces and subspaces, linear independence and spanning, basis and dimension, and the rank of a matrix together with the rank-nullity relationship. These ideas give the language to say exactly how big a solution set is and which vectors are genuinely "new".
The answer
Vector spaces and subspaces
A vector space is a set of objects (vectors) closed under addition and scalar multiplication, obeying the usual algebraic rules. A subspace is a subset that is itself a vector space: it must contain the zero vector and be closed under addition and scalar multiplication. Lines and planes through the origin are subspaces of three-dimensional space; a line not through the origin is not.
Linear independence and spanning
A set of vectors is linearly independent if no non-trivial combination gives the zero vector, that is
A set spans a space if every vector in the space is some linear combination of them. Independence says "no redundancy"; spanning says "enough to build everything".
Basis and dimension
A basis is a linearly independent spanning set: the minimal building blocks that generate the space without redundancy. Every basis of a given space has the same number of vectors, and this number is the dimension. For example the standard basis shows three-dimensional space has dimension .
Rank of a matrix
The rank of a matrix is the number of linearly independent columns (equivalently independent rows), found by reducing to row-echelon form and counting the non-zero rows. It is the dimension of the column space, the subspace spanned by the columns.
The null space and rank-nullity
The null space of is the set of all with ; its dimension is the nullity. The rank-nullity theorem connects them:
where is the number of columns. A high rank leaves a small null space (few free parameters in the homogeneous solution), and vice versa.
Examples in context
Example 1. Degrees of freedom in a design. When a structure or circuit is described by linear constraints, the nullity of the constraint matrix counts the genuine degrees of freedom left. Rank-nullity turns "how many equations" into "how much freedom remains".
Example 2. Independent measurements. A data matrix whose rank is less than the number of variables signals that some measurements are linear combinations of others, the algebraic root of redundancy and the starting point for dimension-reduction methods.
Try this
Q1. State the condition for vectors to be linearly independent. [2 marks]
- Cue. The only solution of is .
Q2. A -column matrix has rank . State its nullity. [1 mark]
- Cue. .
Q3. Why is a line not passing through the origin not a subspace? [2 marks]
- Cue. It does not contain the zero vector, and it is not closed under scalar multiplication, so it fails the subspace conditions.
Exam-style practice questions
Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
Original5 marksDetermine whether the vectors , and are linearly independent.Show worked answer →
Vectors are linearly independent if the only solution of is . A quick test in three dimensions is the determinant of the matrix with the vectors as columns: a non-zero determinant means independent.
Since the determinant is non-zero the vectors are linearly independent. (Note would have given dependence, but here the combination does not close.)
Markers reward the independence criterion, computing the determinant, and concluding independence from the non-zero value.
Original6 marksA matrix has rank . State the dimension of its column space and, using the rank-nullity theorem, the dimension of its null space. Describe the solution set of .Show worked answer →
The rank is the dimension of the column space, so .
The rank-nullity theorem states , where is the number of columns. So , the dimension of the null space.
The null space is the set of solutions of . With nullity it is a one-dimensional subspace, that is a line through the origin: all scalar multiples of a single non-zero vector.
Markers reward identifying rank as the column-space dimension, applying rank-nullity to get nullity , and describing the solution set as a line through the origin (one-parameter family).
Related dot points
- Find the eigenvalues and eigenvectors of 2x2 and 3x3 matrices using the characteristic equation
A focused answer to the H2 Further Mathematics outcome on eigenvalues and eigenvectors. The eigenvalue equation, the characteristic polynomial, finding eigenvalues from det(A - lambda I) = 0, solving for eigenvectors, and their geometric meaning as invariant directions.
- Find the inverse of a non-singular matrix and use matrices to solve systems of linear equations, recognising consistent, inconsistent and dependent cases
A focused answer to the H2 Further Mathematics outcome on inverse matrices and linear systems. The 2x2 inverse formula, the adjugate method and row reduction for 3x3, solving systems by the inverse, and classifying consistent, inconsistent and dependent systems.
- Carry out matrix addition and multiplication and evaluate the determinant of 2x2 and 3x3 matrices, interpreting its geometric meaning
A focused answer to the H2 Further Mathematics outcome on matrix arithmetic and determinants. Matrix addition and multiplication, non-commutativity, the determinant of 2x2 and 3x3 matrices by cofactor expansion, its properties, and its geometric meaning as an area or volume scale factor.
- Diagonalise a matrix using its eigenvalues and eigenvectors and use the diagonal form to compute powers of the matrix
A focused answer to the H2 Further Mathematics outcome on diagonalisation. Writing A = PDP inverse, the conditions for diagonalisability, computing high powers via A^n = PD^nP inverse, and applications to recurrences and systems.