Home / Games / Match the Frequency
๐ฏ Match the Frequency
A 3-story building. A target natural period. Your only lever is the story stiffness โ tune it until the building's own fundamental period matches the target. Real modal eigenvalue physics, the same engine behind the Mode Shape Explorer simulation, no faking it.
Building
3 equal stories, 200 t mass each
Uniform story stiffness (all floors equal)
Target Period Tโ
0.400 s
Your Stiffness
Live Result
โ
Your Period Tโ
โ
% Error from Target
This game runs the exact same eigenvalue solver
(
engine/dynamics.js โ eigenSolve) verified elsewhere on this
platform โ cross-checked against an independent Python (NumPy) calculation for a
3-story building, matching to 5 decimal places in both frequency and mode shape ratio
before it was ever used in a game or simulation.Method
ModelLumped-mass shear building: each story is a mass connected to the next by a story stiffness โ classic MDOF idealization (Chopra ยง9).
SolverInverse power iteration with M-orthogonal deflation to extract the fundamental mode from [K]{ฯ}=ฯยฒ[M]{ฯ}.