Dynamical Systems operators
1 operator in the dynamical_systems category of the live registry. Compose them in a contract or call POST /api/zeq/compute — KO42 is always on, plus up to three more per call.
How it computes: no dedicated closed form — solveGeneric tries ~16 universal formulas, then integrates the master equation (RK4) and returns a real, deterministic value with a transparent NUMERICAL FALLBACK disclosure.
| Operator | Description | Equation |
|---|---|---|
NL10 | Stochastic differential equation dx/dt = f(x) + g(x)*xi(t) modeling deterministic dynamics driven by random noise. | \frac{dx}{dt} = f(x) + g(x)\xi(t) |
Compute one — a real call
Ask the operator which inputs it needs (the honesty contract refuses empty inputs rather than inventing them):
curl -sS -X POST https://zeqsdk.com/api/zeq/operator-spec \
-H "Content-Type: application/json" \
-d '{"operator":"NL10"}'
See also
- The solvers — the coverage map and the ODE fallback
- The honesty contract — compute, ask, or refuse
- All operator categories