Structurally Identifiable Parameters & Parameter Combinations

All Solutions
Model may have been entered incorrectly or cannot be solved with COMBOS algorithms.
COMBOS Runtime = 0.37 seconds

Model Entered

dx[1](t)/dt = p1*x[4](t)-p4*x[1](t)
dx[2](t)/dt = p5*x[1](t)-p6*x[2](t)
dx[3](t)/dt = p7*x[2](t)-p8*x[3](t)
dx[4](t)/dt = -p3*x[3](t)^(p3-1)*x[4](t)^2*(p7*x[2](t)-p8*x[3](t))
y[1](t) = x[1](t)
y[2](t) = x[2](t)
y[3](t) = x[3](t)
x[1](0) = 0.3
x[2](0) = 0.9
x[3](0) = 1.3

Model in Copy/Paste Format

dx1/dt = p1*x4-p4*x1; dx2/dt = p5*x1-p6*x2; dx3/dt = p7*x2-p8*x3; dx4/dt = -p3*x3^(p3-1)*x4^2*(p7*x2-p8*x3); y1 = x1; y2 = x2; y3 = x3; x1(0) = 0.3;x2(0) = 0.9;x3(0) = 1.3;

Mapped Parameters

p1
p1
p4
p2
p5
p3
p6
p4
p7
p5
p8
p6
p3
p7