Skip to main content

Dynamical Systems operators

1 operator in the dynamical_systems category of the live registry. Compose them in a contract or call POST /api/zeq/computeKO42 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.

OperatorDescriptionEquation
NL10Stochastic 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