Structured Numbers • Classical Correctness • Universal Behavioural Insight
x_k and residual f(x_k).x_k = (m_k, a_k, s_k) without changing m_k.phi((m_k,a_k,s_k)) = m_k at every step.This page runs two initializations: one “stable” start and one “unstable” start, so you can see how identical math can behave differently across iterations.
Legend: m classical value (unchanged) · a bounded step health · s bounded step contrast · phi_ok must remain true
If a near-zero derivative or NaN/Inf would occur, the demo can report it here (instead of failing silently).
ok
Each row is one Newton iteration step.
| run | k | m = x_k (classical) | f(m) | dx | a (alignment) | s (signature) | phi_ok |
|---|
x_k (unchanged).(-1,+1) and tracks step “health” (good progress → higher a, poor step → lower a).(-1,+1) and tracks step “contrast” (large jumps / sharp changes → higher |s|).true. If it ever becomes false, the SSUM implementation is invalid.SSUM here provides structural observability, not prediction. Any forecasting or inference is done above SSUM.