Linear Transformations, Subspaces, Independence & Bases
Linear Transformations: Kernel & Range
- We study an abstract linear transformation .
- (kernel/null–space) := .
- (image/column–space) := .
- Both kernel and range are subspaces of their parent spaces, exactly as and are for a matrix .
Why is a Subspace of
Containment: By definition every element of lives in .
Non-emptiness/zero:
- (linearity).
- So .
Closed under addition:
- If , such that and .
- .
Closed under scalar multiplication (left as analogous exercise).
Extra result to try: is injective .
Visual Intuition: Kernel vs Range
- Draw two blobs (sets) labelled and .
- Arrows represent .
- Kernel: subspace inside whose every element arrows to .
- Range: subspace inside that receives arrows from all of .
Worked Examples of Kernel & Range
- Zero transformation for all
- (everything maps to ).
- .
- Differentiation
- = constant polynomials.
- (all polynomials of degree ; every such polynomial has an antiderivative of degree ).
- Transpose
- because .
- (every matrix is a transpose of a one).
Linear Independence
- For vectors we study the equation
- Only–trivial–solution (all ) set is linearly independent (LI).
- Any non–trivial solution set is linearly dependent (LD).
- Conventions
- Empty set is LI (technical convenience).
- Independence/dependence is a property of a set, not an individual vector.
Special Cases & Quick Tests
- Single–vector set :
- LI , LD otherwise.
- Any set containing is automatically LD (take coefficient of to be non-zero while others are zero).
Determining Independence in Non- Spaces
- Example in (polynomials ):
- Test set .
- Form equation
- Collect coefficients (t^2,t,1):
- Matrix representation reduces to identity only trivial solution LI.
- Moral: translate abstract problem to homogeneous linear system in .
Bases: Concept & Properties
- Basis of vector space (finite case) = set such that
- LI.
- Spans .
- Interpretations
- “Smallest” spanning set (no redundant vectors).
- “Largest” LI set (cannot add any new vector without losing independence).
- Properties
- Every (non-zero) vector space has infinitely many bases; exception: ({0}) whose only basis is the empty set.
- For spaces with finite bases, all bases contain the same number of vectors – the dimension (topic for next lecture).
- Bases give compact computer-friendly descriptions of infinite sets.
Standard Bases Examples
- : .
- : six matrices each with a single 1 in one entry, 0 elsewhere.
Bases in : Candidate Sets
- Standard basis is a basis (LI and spans).
- Set is NOT a basis; fails LI or spanning (check by solving combination equation or comparing dimensions).
- Challenge: build alternative bases (e.g. etc.).
Bases of Null Space & Column Space of a Matrix
- Given matrix , row-reduce to RREF (same solutions for ).
Null Space
- Solving yields general solution in terms of free variables → express as linear combination of special solution vectors.
- Those special vectors are automatically LI and span ⇒ they form a basis.
Column Space
- Row operations change individual columns but preserve linear relations among them.
- Pivot columns in RREF correspond to a subset of original columns in that are LI and that generate every other column.
- Therefore: columns of whose counterparts become pivot columns in RREF form a basis of .
- Key step: AFTER locating pivot indices, go back to the original matrix to pick the basis vectors.
Constructing a Basis: Two Viewpoints
- Trim a spanning set (Spanning Set Theorem)
- Start with a set known to span .
- Place vectors as columns, row-reduce.
- Remove any column that is a linear combination of preceding ones (non-pivot columns).
- Remaining columns give a basis.
- Extend an independent set (Basis Extension Theorem, optional)
- Begin with LI set.
- Keep adding vectors outside its span, preserving independence, until the set spans .
- Procedure always terminates in finite-dimensional spaces.
- Not examinable but conceptually complementary.
Connections, Implications & Real-World Notes
- Kernel–image picture underlies fundamental theorem of linear mappings (dimension theorem to come).
- Differentiation, transposition etc. illustrate how linear algebra unifies diverse operations.
- Bases enable storage of functions, signals, or geometric data in computers (e.g. Fourier basis, wavelets).
- Ethical/practical note: handling copyrighted lecture materials must respect legal constraints (opening disclaimer).