Structurally Identifiable Parameters & Parameter Combinations

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

Model Entered

dx[1](t)/dt = -d*x[1](t)
dx[2](t)/dt = kTL*x[1](t)-b*x[2](t)
dx[3](t)/dt = -d*x[3](t)
dx[4](t)/dt = kTL*x[3](t)-b*x[4](t)
dx[5](t)/dt = -d*x[5](t)
dx[6](t)/dt = kTL*x[5](t)/2-b*x[6](t)
dx[7](t)/dt = -d*x[7](t)
dx[8](t)/dt = kTL*x[7](t)-3*b*x[8](t)/4
y[1](t) = x[2](t)
y[2](t) = x[4](t)
y[3](t) = x[6](t)
y[4](t) = x[8](t)
x[1](0) = 1
x[2](0) = 0
x[3](0) = 1/2
x[4](0) = 0
x[5](0) = 1
x[6](0) = 0
x[7](0) = 1
x[8](0) = 0

Model in Copy/Paste Format

dx1/dt = -d*x1; dx2/dt = kTL*x1-b*x2; dx3/dt = -d*x3; dx4/dt = kTL*x3-b*x4; dx5/dt = -d*x5; dx6/dt = kTL*x5/2-b*x6; dx7/dt = -d*x7; dx8/dt = kTL*x7-3*b*x8/4; y1 = x2; y2 = x4; y3 = x6; y4 = x8; x1(0) = 1;x2(0) = 0;x3(0) = 1/2;x4(0) = 0;x5(0) = 1;x6(0) = 0;x7(0) = 1;x8(0) = 0;

Mapped Parameters

d
p1
kTL
p2
b
p3
