seegongsik
engineering math · the shared toolkit
Every engineer's toolkit
Before your major: see the formulas, then use them fast.
49 / 49
Linear algebra and matricesvectors, transforms, eigenvalues, decompositions
01A Vector Is a Movement
#GPS coordinates#drone flight#game movement
02Linearity Is Permission to Break Things Apart
#audio mixing#signal decomposition#image filter
03Matrices Are Transformations
#game graphics#image rotation#robot arm
04The Determinant Is Area Scaling
#3D rendering#map scale#image zoom
05A System Is a Transformation Run Backwards
#circuit analysis#structural design#navigation
06Eigenvectors Are the Directions That Don't Turn
#Google PageRank#face recognition#building sway
07Coordinates Are a Point of View
#basis change#feature space#data representation
08Projection Is the Nearest Shadow
#least squares#regression#orthogonal projection
09SVD Is Rotate, Stretch, Rotate
#SVD#dimensionality reduction#compression
10PCA Finds the Directions of Most Spread
#PCA#eigenvectors#dimensionality reduction
11The Dot Product Measures Alignment
#cosine similarity#embeddings#recommendation
12An Inner Product Gives a Space Its Geometry
#inner product#norm#Fourier
13Gram-Schmidt Straightens a Skewed Basis
#orthonormal basis#orthogonalization#QR
14QR Splits a Matrix into a Rotation and a Triangle
#QR decomposition#orthogonal matrix#least squares
15The Determinant Grows into Volume
#cofactor expansion#Cramer rule#signed volume
16Tensors Are the Ladder Beyond Numbers, Vectors, and Matrices
#tensor#outer product#multilinear
17Diagonalization Leaves Only Stretching in the Eigenbasis
#diagonalization#spectral theorem#matrix powers
18A Matrix Splits Space into Four Subspaces
#column space#null space#rank-nullity
19A Quadratic Form Is a Bowl Shaped by Eigenvalues
#quadratic form#positive definite#optimization
Complex numbers and analysisrotation, exponentials, conformal maps
Differential equationsslope fields, oscillation, phase plane
23A Differential Equation Is a Map of Slopes
#weather forecast#population growth#drug metabolism
24The Characteristic Roots Decide the Vibration
#car suspension#door closer#radio tuning
25Resonance Blows the Amplitude Up
#bridge collapse#shattering glass#microwave oven
26The Fixed Points Decide the Long-Run Behavior
#predator prey#drone stability#epidemic spread
Vector calculusfields, divergence, curl, big theorems
27A Field Pins a Value to Every Point
#weather map#fluid flow#temperature map
28The Gradient Points Straight Uphill
#gradient descent#heat flow#trail design
29Divergence Is the Net Outflow
#fluid divergence#source and sink#airflow
30Curl Is the Local Swirl
#vortex#turbulence#swirling flow
31A Line Integral Sums Along a Path
#work done#conservative field#path dependence
32The Big Theorems Tie Inside to Boundary
#Gauss theorem#Stokes theorem#conservation law
33The Laplacian Measures the Gap from the Average
#heat diffusion#harmonic functions#image blur
34A Conservative Field Flows from a Potential
#potential energy#gravity field#energy conservation
35A Gradient Never Swirls, a Curl Never Spreads
#Helmholtz decomposition#stream function#vector potential
36The Big Theorems Live in 3D
#Gauss theorem#Stokes theorem#fluid dynamics
Probability and statisticssample space, distributions, mean, normal
37Probability Is Area
#card games#spam filter#medical test
38A Distribution Is How Probability Is Spread
#call center waits#server load#quality control
39The Mean Is the Balance Point, the Variance Is the Spread
#stock volatility#insurance pricing#delivery ETA
40Add Up Enough and Anything Becomes a Bell
#poll margin#height distribution#test scores
Numerical methods and approximationTaylor, Newton, Euler, error
41Taylor Mimics a Curve with a Polynomial
#small-angle#calculators#machine-learning
42A Series Breaks Down Far Away
#power-series#convergence#signal-approx
43Newton Chases the Root Down the Tangent
#root-finding#optimization#solvers
44Iteration Is Pulled to a Fixed Point
#iteration#contraction#PageRank
45Euler Walks One Slope-Step at a Time
#ODE-solver#simulation#physics-engine
46Quadrature Measures Area in Strips
#integration#Simpson#data-analysis
47Step Size Decides the Error
#order#stability#roundoff
48Interpolation Threads a Curve Through the Points
#CAD-curves#animation#resampling
49A Computer Only Knows Numbers Approximately
#stability#precision#debugging