Structurally Identifiable Parameters & Parameter Combinations

All Solutions
k1 is uniquely identifiable
k2 is uniquely identifiable
k3 is uniquely identifiable
COMBOS Runtime = 0.36 seconds

Model Entered

dx[1](t)/dt = k1-k2*x[1](t)/(k3+x[1](t))
y[1](t) = x[1](t)

Model in Copy/Paste Format

dx1/dt = k1-k2*x1/(k3+x1); y1 = x1; 

Mapped Parameters

k1
p1
k2
p2
k3
p3