Problem definition
Robertson (1966) in Stiff Differential Systems (ed. Willoughby); Hairer & Wanner (1996) Solving ODEs II, §IV.1
Canonical RHS excerpt from the registered callable used for this benchmark cell. Expand it to verify the state equations; it is not a standalone runnable fixture.
Show canonical RHS excerpt
def rhs(t: float, y: np.ndarray) -> np.ndarray:
y1, y2, y3 = y[0], y[1], y[2]
k_y2_sq = _K3E7 * y2 * y2
return np.array([
-kappa * y1,
kappa * y1 - k_y2_sq,
k_y2_sq,
])- Parameters
- _K3E7 = 3e+07
- kappa = 1000
- Initial condition
- y(0) = [1, 0, 0]
- Horizon
- t ∈ [0, 100]
Canonical RHS excerpt captured from the same registered callable used for the published benchmark. Frozen closure values are summarized below; helper imports and solver settings are intentionally omitted.
Cite this page
Replace the access date. Pin the freeze ID and library versions when comparing against a later export. Cite it as what it is — a self-reported vendor benchmark, not an independently verified result. The note field says so; please keep it.
@misc{resonix_evidence_robertson_1e3_dim_3_2026,
title = {Resonix Evidence Portal: Robertson κ=1e3 (dim=3)},
author = {{Resonix Labs (Canada) Inc.}},
year = {2026},
howpublished = {\url{https://resonix.tech/evidence/problems/robertson-1e3-dim-3}},
note = {Self-reported vendor benchmark; internally generated by Resonix Labs and not independently verified. Accessed YYYY-MM-DD. Freeze 2026-08-13; libsolvsrk 2.3.0; SciPy 1.14.}
}TRL 4–5 · simulation-lab validated · 398 problems · 14 solver arms · clean + 5 noise levels
Freeze: 2026-08-13 · scipy 1.14 · libsolvsrk 2.3.0 · Methodology
Self-reported by Resonix Labs · not independently verified · Verification status