Home

Public demonstrations

See it run.

Seven demos. Real benchmarks. Published problems.

Every demo below runs on published literature or public datasets — Lorenz (1963), Van der Pol (1920), Robertson (1966), IEEE EMTP, IEEE-CIS, CelesTrak TLEs. Zero proprietary data. Full citations. The numbers are real.

SolvSRK

SolvSRK vs. the field on textbook problems

SolvSRK is our hybrid ODE solver — it handles the messy, real-world simulations where standard solvers crash or slow to a crawl. Think of it as the engine that keeps running when sensors are noisy and equations get wild.

Technical: Benchmarked against SciPy and SUNDIALS baselines at matched tolerances (atol=1e-8, rtol=1e-8). Where noise is applied, it matches real sensor conditions. Every problem comes from published literature (Hairer-Wanner, DETEST, Lorenz 1963).

Lorenz Attractor

The iconic butterfly attractor. Chaotic 3D system with sigma=10, rho=28, beta=8/3. Under additive sensor noise (sigma=0.01), standard solvers collapse step size while SolvSRK filters and integrates.

dim=3S0 (non-stiff)Additive, sigma=0.01

Source: Lorenz (1963)

Lorenz attractor — 3D phase space
SolvSRKFloat64 (perturbed IC)
Trajectory computed with SolvSRK (EK + CVODE BDF). t in [0, 25].
SolverStepsWall timeMax rel. errorSurvived
SolvSRK4,21812.3 ms2.1e-7pass
SciPy BDF18,42048.7 ms3.8e-7pass
SciPy Radau14,83042.1 ms2.9e-7pass
SciPy RK456,2508.4 ms1.4e-6pass
SciPy LSODA7,89014.2 ms8.7e-7pass
CVODE BDF15,60038.5 ms3.2e-7pass

Want to see this on your problems?

These demos run on textbook benchmarks and public datasets. The real story is what happens on your system, with your noise, at your tolerances. We offer a 30-day evaluation pilot on your actual problems.

Talk to us