Structurally Identifiable Parameters & Parameter Combinations

All Solutions
k1 is uniquely identifiable
k2 is uniquely identifiable
COMBOS Runtime = 0.65 seconds

Model Entered

dx[1](t)/dt = k1-k2*x[1](t)*x[2](t)
dx[2](t)/dt = -x[2](t)^2*(k1-k2*x[1](t)*x[2](t))
y[1](t) = x[1](t)
x[1](0) = 0

Model in Copy/Paste Format

dx1/dt = k1-k2*x1*x2; dx2/dt = -x2^2*(k1-k2*x1*x2); y1 = x1; x1(0) = 0;

Mapped Parameters

k1
p1
k2
p2