https://dogmathic.com/
matherssen(at)gmail.com
What happens when a matrix multiplies a vector and the direction doesn't change? That's the core question behind eigenvalues and eigenvectors , and we break it all down with a concrete 2×2 example.We start with the matrix A = [[4, 1], [2, 3]] and walk through the full process: setting up A − λI, taking the determinant, solving the characteristic equation λ² − 7λ + 10 = 0, factoring to get eigenvalues λ = 5 and λ = 2, then solving for the corresponding eigenvectors v = (1, 1) and v = (1, −2).The payoff: we fire up a custom-built JavaScript visualization that lets you drag a vector around and watch in real time how A transforms it. Place the vector on the eigenspace lines y = x or y = −2x and the transformation only scales — no rotation. Move off those lines and everything changes.
Along the way we talk about what determinants actually measure (area, volume, scaling) and why det = 0 means the matrix squashes space.
This is foundational linear algebra, eigenvectors and eigenvalues show up everywhere from differential equations to machine learning.
This deep dive into Eigenvalues and Eigenvectors is designed for students of Higher-Level Linear Algebra, including those preparing for competitive exams like GATE (Engineering Mathematics) and IES. Understanding the geometric intuition behind these "stubborn" vectors is critical for tackling complex systems and matrix decompositions found in the GATE/IES technical syllabi.
Topics covered: eigenvalues, eigenvectors, characteristic equation, determinant, 2×2 matrix, linear algebra, eigenspace, homogeneous system, singular matrix, identity matrix, matrix multiplication, lambda, quadratic factoring, span, geometric interpretation of eigenvectors.
• Why Does This Fail to be an Equivalence Re...
• What Happens When You Intersect Before or ...
• This Sum Collapses Cleanly | Discrete Math...
• Discrete Mathematics
• Abstract Algebra
• Group Theory
• Sets and Set Theory
• Congruences and Mods
• Topology (Point-Set)
Properties and Concepts Used:
Eigenvalues and eigenvectors (core definition)
Characteristic equation (λ² − 7λ + 10 = 0)
Determinant of a 2×2 matrix (ad − bc)
Singular / non-invertible matrix
Identity matrix
Homogeneous system (Ax = 0)
Matrix-vector multiplication (row by column)
Quadratic factoring / zero product property
Span and parameterization of eigenspaces
Geometric interpretation of determinants as area/volume
Cofactor expansion (referenced for larger matrices)
Free variables in linear systems
Eigenspace as a line through the origin
Scaling vs. rotation of vectors under linear transformations
Chapters:
0:00 Introduction
1:44 Matrix A and what Av does to a vector
4:28 Definition of eigenvalues and eigenvectors
7:12 Why nonzero matters
7:31 Deriving the characteristic equation
9:47 What does singular mean?
10:49 Solving the characteristic equation
15:01 What is a determinant geometrically?
17:11 Finding eigenvectors for λ = 5
20:14 Finding eigenvectors for λ = 2
22:00 Eigenspaces as lines
23:51 Interactive JavaScript visualization
27:19 Wrap-up
#Dogmathic
#LinearAlgebra
#Eigenvalues
#Eigenvectors #LinearAlgebra #Eigenvalues #GATE2026 #IESExam #EngineeringMathematics #Manim #Dogmathic