Linear algebra exercise pack (Apostol Vol. 2 Ch. 1-5 supplement)
shippedIntermediate-onlyLean: nonepending prereqs
Anchor (Master):
Formal definition of the pack Intermediate
Apostol Vol. 2 Chapters 1-5 build the linear-algebra spine: abstract linear spaces with subspace, span, independence, and dimension (Ch. 1); linear transformations, the rank-nullity theorem, and the matrix of a map in fixed bases (Ch. 2); the determinant as the unique multilinear alternating normalised function, with expansion and product rules (Ch. 3); eigenvalues, eigenvectors, the characteristic polynomial, and diagonalisability (Ch. 4); and the inner-product theory of Euclidean spaces — Gram-Schmidt, orthogonal projection, and the spectral theorem for symmetric operators (Ch. 5).
This pack collects ten problems drawn from those chapters — three easy, four medium, three hard — each with a hint and a complete worked solution. It is meant to be read alongside its prerequisite units rather than as a standalone development. The problems test operational competence: computing a dimension, applying rank-nullity, evaluating a determinant by structure rather than brute force, diagonalising a matrix, and orthonormalising a basis. Several deliberately reward a structural argument over a computational one, in Apostol's style.
Conventions follow the prerequisite units: V, W denote finite-dimensional vector spaces over a field F (R or C unless stated); T:V→W a linear map; kerT and imT its kernel and image; χA(λ)=det(λI−A) the characteristic polynomial; ⟨⋅,⋅⟩ an inner product.
Key theorem with full solution Intermediate
Before the pack proper, we work one problem in full as an exemplar of the format. The remaining nine follow the same structure (problem, hint, full answer in <details> blocks).
Lead problem.Rank-nullity and the dimension of a sum. Let U,W be subspaces of a finite-dimensional space V. Prove dim(U+W)+dim(U∩W)=dimU+dimW, and deduce that if dimU+dimW>dimV then U∩W={0}.
Solution. Let {e1,…,ek} be a basis of U∩W, so dim(U∩W)=k. Since U∩W⊆U, extend it to a basis {e1,…,ek,u1,…,up} of U, so dimU=k+p. Likewise extend to a basis {e1,…,ek,w1,…,wq} of W, so dimW=k+q.
Claim: B={e1,…,ek,u1,…,up,w1,…,wq} is a basis of U+W. It spans, because any element of U+W is a sum of a U-vector and a W-vector, each expressible in the listed vectors. For independence, suppose ∑aiei+∑bjuj+∑clwl=0. Then ∑clwl=−∑aiei−∑bjuj lies in U (right side) and in W (left side), so it lies in U∩W, hence is a combination of the ei. But the wl together with the ei form a basis of W, so the only way ∑clwl is a combination of the ei is cl=0 for all l. The relation reduces to ∑aiei+∑bjuj=0, a relation among a basis of U, forcing all ai,bj=0. So B is independent.
Therefore dim(U+W)=k+p+q=(k+p)+(k+q)−k=dimU+dimW−dim(U∩W), which rearranges to the stated identity.
For the deduction: dim(U∩W)=dimU+dimW−dim(U+W)≥dimU+dimW−dimV>0, using U+W⊆V. A space of positive dimension contains a nonzero vector, so U∩W={0}. □
This is the Grassmann dimension formula (Apostol Ch. 1 §1.13). The deduction is the standard pigeonhole on dimensions: two subspaces whose dimensions overcrowd the ambient space must meet nontrivially.
Exercises Intermediate
Exercise pack. Apostol Vol. 2 Chapters 1-5 supplement: linear spaces and dimension, linear transformations and rank-nullity, determinants, eigenvalues, and the inner-product / spectral theory of Euclidean spaces.