Topic Headquarters
Interactive Mathematics and Visual Models
Learn by manipulating systems: sample probability, colour complex functions, build perceptrons, compare neuron models, and bend rays through simulated spacetime.
Mathematics is often presented after the interesting part has been removed. The diagram is fixed, the parameter has already been chosen, and the polished formula conceals the failed guesses that gave it meaning. An interactive model reverses that order. Change the amplitude and watch a wave grow. Add samples and see an estimate wobble toward π. Move through a complex plane until zeros, poles, and branch cuts acquire visible structure. Send the same stimulus through five neuron models and ask what each simplification kept.
Manipulation does not eliminate the need for definitions or proof. It gives intuition something to push against. Monte Carlo methods make statistical error visible. Domain colouring assigns hue and contour to information an ordinary graph cannot hold. The perceptron notebooks show why a straight boundary solves some patterns and fails at XOR. The Spacetime Laboratory turns one field equation into several geometries while stating clearly where a shader is demonstrating rather than calculating full general relativity.
The routes progress from familiar shapes and plain-language statistics toward linear algebra, complex functions, neural dynamics, and spacetime. They also cross into artificial life and generative systems, where simple local rules produce histories no author scripted frame by frame. Treat each laboratory as an argument with controls. Ask what is fixed, what can vary, what numerical method is hiding underneath, and which conclusion the picture does not justify. Understanding begins not when the animation moves, but when you can predict how it ought to move and become productively surprised.
Best place to start
One useful first door
Start here because a visible stream of sampled points turns probability, error, convergence, and the cost of precision into things you can watch and change.
A shader-powered laboratory for watching sampled points estimate π, reveal statistical error, and demonstrate how Monte Carlo methods converge.
Three reading paths
These are ordered editorial journeys, not automatic difficulty labels. Follow one route or move between them as your questions change.
Begin here
Beginner path
Build intuition from familiar symmetry and sample variance, then make a sine wave respond to live controls.
- Article MathematicsSymmetry in a Calcutta Room
A witty Calcutta essay on mirrors, wallpaper, particles, mathematics, and what symmetry leaves unchanged under transformation.
Updated - Article StatisticsBessel Correction Without the Mathematical Chilli Powder
A plain-English explanation of why sample variance divides by one less than the number of observations, without burying the idea under formulas.
Updated - Visualization VisualizationsHello, Observable: Your First Living D3 Visualization
Build a responsive, animated sine-wave explorer from first principles while learning Observable cells, D3 selections, SVG marks, scales, data joins, interaction, and browser-safe embedding.
22 min read
Build context
Intermediate path
Move from visual intuition into complex functions, linear transformations, and probability applied to rare events.
- Visualization VisualizationsComplex Functions as Landscapes: A 3D Domain-Colouring Laboratory
Explore complex functions in synchronised 2D and 3D: read log-magnitude terrain, phase colour, zeros, poles, branch cuts, winding, and Riemann sheets.
Updated 21 min read - Article MathematicsThe Four Fundamental Subspaces of Linear Algebra
A clear guide to column space, nullspace, row space, and left nullspace, treating a matrix as a machine that moves, loses, and reveals information.
Updated - Article Healthcare ITPoisson Distribution: Counting Rare Trouble
A practical guide to the Poisson distribution in hospital operations, EHR analytics, patient safety, interface monitoring, and epidemiology.
Updated
Go further
Deep-reading path
Build small neural models from scratch, compare what five neuron equations preserve, and explore the geometry of relativistic spacetime.
- Notebook mojoLLMA Perceptron from Scratch in Mojo
A Python-style Mojo notebook that builds, trains, and tests a single perceptron step by step without a machine-learning library.
8 min read - Notebook mojoLLMXOR from Scratch in Mojo with Multiple Perceptrons
A step-by-step Mojo notebook showing why one perceptron cannot learn XOR and how three trained perceptrons solve it as a tiny two-layer network.
10 min read - Visualization VisualizationsThe Neuron Zoo
Send one stimulus through five neuron models, from McCulloch–Pitts to Hodgkin–Huxley, and see what every simplification preserves or leaves behind.
24 min read - Visualization VisualizationsSpacetime Laboratory
An interactive shader laboratory for exploring black holes, gravitational lensing, cosmic expansion, gravitational waves, and Einstein’s field equation.
Updated 32 min read
Suvro’s contrarian view
Interaction is not automatically understanding
Sliders and animated colour can make a page feel explanatory before it has explained anything. A useful interactive does more than respond: it exposes a relationship, keeps units and assumptions visible, provides a control case, and admits what the picture cannot establish. Manipulation matters because it lets a reader test intuition, not because movement is educational by itself. The best laboratory should occasionally make the model less magical by revealing its numerical seams, blind spots, and deliberate simplifications for careful readers.
Glossary
A small working vocabulary for this subject, defined for the way it appears across this site.
- Mathematical model
- A deliberately simplified structure that represents selected relationships in a system so they can be reasoned about, calculated, or simulated.
- Parameter
- A value that controls a model or visualization; changing it lets you inspect how sensitive the result is to an assumption.
- Monte Carlo method
- A computational method that uses repeated samples to estimate a quantity or explore uncertainty when exhaustive calculation is impractical.
- Convergence
- The tendency of an estimate, sequence, or numerical method to approach a stable target as information or computation increases.
- Complex function
- A rule whose input and output can each contain real and imaginary components, requiring more than an ordinary two-axis graph to display fully.
- Domain colouring
- A visual method that maps the angle of a complex output to hue and its magnitude to brightness, contours, or other repeated structure.
- Vector space
- A collection of objects that can be added and scaled while obeying consistent rules, providing the setting for much of linear algebra.
- Perceptron
- A simple threshold-based learning unit that combines weighted inputs and can separate patterns divided by a straight decision boundary.
- Numerical method
- A computational procedure for approximating a mathematical result when an exact symbolic solution is unavailable or inconvenient.
- Scientific visualization
- A visual representation designed to expose structure in scientific data or models while making its assumptions and simplifications inspectable.
Frequently asked questions
Do I need advanced mathematics before using the laboratories?
No. The controls and explanations are designed to provide a visible doorway into the ideas. Some deep readings contain equations, but you can learn from changing a parameter and observing a pattern before following every derivation.
Why is Monte Carlo a good place to start?
The experiment connects a simple geometric picture with probability and error. It also reveals an important lesson early: more computation improves an estimate, but precision can become expensive surprisingly quickly.
Does a visualization prove the mathematics?
No. A visualization can reveal patterns, challenge intuition, and suggest questions, but it is produced by code, numerical choices, and finite resolution. Proof and empirical exploration answer different kinds of questions.
Why include neural models in a mathematics topic?
Each neuron model is a mathematical decision about what to preserve and what to omit. Comparing their responses makes abstraction, differential equations, thresholds, and numerical simulation visible rather than treating a neural model as a biological photograph.
Are the Mojo notebooks interactive in the same way as the visual laboratories?
They are first-class rendered notebooks rather than live canvas simulations. Their interactivity is intellectual and procedural: readers can follow the cells, inspect the source, and reproduce the steps in a suitable notebook environment.
Why does the all-material section include generative art and artificial life?
Both are computational systems whose visible behaviour emerges from local rules, parameters, numerical updates, and feedback. They are useful at the boundary where mathematics becomes something a reader can perturb and watch.
Recently updated material
Automatically ordered by each resource’s declared update date, with publication date used only when no update is recorded.
- Article MathematicsLinear Algebra: The Hidden Architecture of Machine LearningUpdated
- Visualization VisualizationsThe Meaning & Connection Map: A Visual Encyclopedia of IdeasUpdated
- Visualization VisualizationsThe Fractal Atlas: A Field Guide to InfinityUpdated 24 min read
- Visualization VisualizationsComplex Functions as Landscapes: A 3D Domain-Colouring LaboratoryUpdated 21 min read
- Visualization VisualizationsThe Profile That Knows Almost Nothing About YouUpdated 18 min read
- Visualization VisualizationsHuman + AI ICU Prediction LaboratoryUpdated 22 min read
Browse all material
The complete published collection currently assigned to this headquarters: 51 resources.
- Article MathematicsLinear Algebra: The Hidden Architecture of Machine LearningUpdated
- Visualization VisualizationsThe Meaning & Connection Map: A Visual Encyclopedia of IdeasUpdated
- Visualization VisualizationsThe Profile That Knows Almost Nothing About YouUpdated 18 min read
- Visualization VisualizationsHuman + AI ICU Prediction LaboratoryUpdated 22 min read
- Visualization VisualizationsThe Static-Equilibrium Illusion: Life Refuses to Hold StillUpdated 16 min read
- Visualization VisualizationsBefore You Had a Heartbeat, You Were a RhythmUpdated 13 min read
- Visualization VisualizationsThe Pixel Has a Postbox: Build a 3D World with Ray MarchingUpdated 22 min read
- Visualization VisualizationsThe Matrix Is Random. Why Does It Have a Shape?Updated 32 min read
- Visualization VisualizationsThe Living Aperture: A Gastropod Shell LaboratoryUpdated 17 min read
- Visualization VisualizationsThe Chitin Engine: A Xenobiological Creature FoundryUpdated 18 min read
- Visualization VisualizationsThe Prior Authorization Machine: a patient, an MRI, and the invisible decisions between themUpdated 22 min read
- Visualization VisualizationsThe Strange Attractor Orchestra: When Chaos Learns to SingUpdated 24 min read
- Visualization VisualizationsWeather Inside the NucleusUpdated 26 min read
- Article MathematicsThe Equation That Eats Its Own Tail: A Story of Differential EquationsUpdated
- Visualization VisualizationsThe Clock That Escaped Into Space: A Belousov–Zhabotinsky LaboratoryUpdated 29 min read
- Visualization VisualizationsThinking Outside the Box: The Perlin Bloom EngineUpdated 14 min read
- Visualization VisualizationsThe Chemistry That Draws Without a Hand: A Reaction–Diffusion AtlasUpdated 27 min read
- Visualization VisualizationsThe Museum of Invisible WeatherUpdated 24 min read
- Visualization VisualizationsThe Landscape of Error: An Interactive Atlas of Gradient DescentUpdated 29 min read
- Visualization VisualizationsThe Bias Archipelago: Why the Mind’s Errors Are Not IslandsUpdated 19 min read
- Visualization VisualizationsThe Particle That Could Not Make Up Its MindUpdated 34 min read
- Visualization VisualizationsLightning Atlas: How the Sky Finds the GroundUpdated 15 min read
- Article Artificial IntelligenceThe Machine That Ate Ten Theorems: How OpenAI's Unreleased Astra Model Produced Ten Mathematical AdvancesUpdated
- Visualization VisualizationsThe Machine That Misplaces Tomorrow: A Double-Pendulum Atlas of ChaosUpdated 12 min read
- Visualization VisualizationsThe Fractal Atlas: A Field Guide to InfinityUpdated 24 min read
- Visualization VisualizationsThe City That Refuses a Master PlanUpdated 18 min read
- Article MathematicsThe Axiom of Linearity: Why Civilization Keeps Trying to Solve the Same Equation, and the Beautiful, Brutal Ways We've Learned to Cheat at ItUpdated
- Visualization VisualizationsHow a Scanner Sees: Reconstructing a Body from ShadowsUpdated 21 min read
- Visualization VisualizationsComplex Functions as Landscapes: A 3D Domain-Colouring LaboratoryUpdated 21 min read
- Visualization VisualizationsThe Neuron Zoo24 min read
- Visualization VisualizationsSpacetime LaboratoryUpdated 32 min read
- Visualization VisualizationsCreate Art: A Living Pigment Studio17 min read
- Visualization VisualizationsThe Casino That Calculates: An Interactive Monte Carlo Laboratory12 min read
- Visualization VisualizationsArtificial Life Lab: Evolve a Digital Ecosystem in Your Browser24 min read
- Visualization VisualizationsHello, Fragment: Your First Shader from ScratchUpdated 18 min read
- Visualization VisualizationsHello, Observable: Your First Living D3 Visualization22 min read
- Notebook mojoLLMA Perceptron from Scratch in Mojo8 min read
- Notebook mojoLLMXOR from Scratch in Mojo with Multiple Perceptrons10 min read
- Article Personal EssayThe Glandular WeatherUpdated
- Article MathematicsThe Alimentary Residue of Infinity
- Article StatisticsSimpson's Paradox I See Around Me
- Article Healthcare ITThe Linear Algebra Blind Spot in Healthcare AIUpdated
- Article Personal EssayTea, Depression, and the Probability of a BlogUpdated
- Article MathematicsSymmetry in a Calcutta RoomUpdated
- Article MathematicsBenford’s Law and the Ledger That SweatsUpdated
- Article ScienceAI, Erdős, and the Great Dot Mischief
- Article Healthcare ITPoisson Distribution: Counting Rare TroubleUpdated
- Article Personal EssayThe Low Market Value of RealityUpdated
- Article AI EducationHow To Start Machine Learning Without Buying Magic Beans
- Article StatisticsBessel Correction Without the Mathematical Chilli PowderUpdated
- Article MathematicsThe Four Fundamental Subspaces of Linear AlgebraUpdated
Related Topic Headquarters
Sketches, Drawing, and the Visual Mind
A guided route through Suvro Ghosh's sketches, visual thinking, grotesque figures, art history, pixels, and experiments in drawing with code.
Explore topicHealthcare AI Beyond the Demonstration
A route through clinical data, objectives, evaluation, workflow, safety, trials, interoperability, monitoring, and the distance between an impressive model and dependable care.
Explore topicBipolar Depression Without the Motivational Poster
Lived experience, early warning signs, rumination, anhedonia, bodily agitation, mathematical models, treatment questions, and the systems surrounding severe depression.
Explore topic