Linear Algebra | Mathematics - Wyatt's Notes
sources:
- text: Spivak - Calculus
Linear Algebra
Section titled “Linear Algebra”Contents
Section titled “Contents”- Vectors and Vector Spaces
- Linear Independence, Span, Basis, and Dimension
- Matrices
- Systems of Linear Equations
- Eigenvalues and Eigenvectors
- Linear Transformations
- Inner Product Spaces
- Singular Value Decomposition
- Problem Set
Overview
Section titled “Overview”University-level linear algebra notes covering vector spaces, matrices, and decompositions.
Topics Covered
Section titled “Topics Covered”- Vector Spaces and Subspaces: Definitions, examples, bases, dimension
- Matrices and Systems: Matrix operations, determinants, linear systems
- Eigenvalues and Eigenvectors: Diagonalisation, characteristic polynomials
- Linear Transformations: Kernel, image, rank-nullity theorem
Prerequisites
Section titled “Prerequisites”- Basic algebra and arithmetic
- Mathematical proofs and logic
- Familiarity with mathematical notation
How to Use These Notes
Section titled “How to Use These Notes”Start with vector spaces to build foundational knowledge, then progress to matrices and decompositions. Each section includes worked examples and practice problems.
Navigation
Section titled “Navigation”Use the sidebar to browse topics, or start with the introductory pages linked from the sidebar.
Additional Resources
Section titled “Additional Resources”Each section includes:
- Detailed explanations of key concepts
- Worked examples with step-by-step solutions
- Practice problems with answers
- Common pitfalls and how to avoid them
- Connections to other areas of mathematics
Study Tips
Section titled “Study Tips”- Master the definitions: Linear algebra requires precise understanding of vector spaces and linear maps
- Practise proofs: Learn to write clear, rigorous proofs
- Draw diagrams: Visualise vector spaces, transformations, and decompositions
- Learn standard examples: Know the properties of common matrices (diagonal, symmetric, orthogonal)
- Connect to applications: Relate linear algebra to data science, physics, and engineering
Intuition
Section titled “Intuition”Linear algebra is the study of straight-line transformations. Vectors represent quantities with magnitude and direction; linear transformations stretch, rotate, and shear these vectors while preserving the operations of addition and scalar multiplication. Matrices are the numerical embodiment of these transformations. Eigenvalues reveal the natural stretching directions of a transformation, and diagonalisation exposes its simplest form. The singular value decomposition decomposes any matrix into rotation, scaling, and rotation, providing the best low-rank approximation to data. Linear algebra underpins everything from solving systems of equations to principal component analysis in statistics and quantum mechanics in physics.
2.1 Common Mistakes
Section titled “2.1 Common Mistakes”Mistake 1: Assuming for matrix multiplication Matrix multiplication is not commutative. Even when both and are defined and have the same dimensions, they are generally not equal. For example, with and , we get . Always check the order of multiplication carefully.
Mistake 2: Assuming eigenvectors of a symmetric matrix are orthogonal only for distinct eigenvalues Eigenvectors corresponding to distinct eigenvalues of a symmetric (Hermitian) matrix are always orthogonal, but eigenvectors within the same eigenspace are not automatically orthogonal. When an eigenvalue has multiplicity greater than one, you must apply the Gram-Schmidt process to obtain an orthonormal basis for that eigenspace.
Mistake 3: Confusing the column space with the null space The column space of consists of all vectors , while the null space consists of all such that . These are subspaces of different spaces as a rule (column space in the codomain, null space in the domain). The rank-nullity theorem relates their dimensions, but they are not the same object.
Cross-References
Section titled “Cross-References”Abstract Algebra: Groups, rings, and modules.
Real Analysis: Metric spaces and convergence.
Multivariable Calculus: Applications of linear algebra in calculus.