begin name lin3moi end name begin reactions v1 {1.0}$s + {1.0}m1 = {1.0}x2 + {1.0}m2 v2 {1.0}x2 = {1.0}x3 v3 {1.0}x3 + {1.0}m2 = {1.0}$p + {1.0}m1 end reactions begin rate equations v1 = (Vm1*(s*m1[t] - (m2[t]*x2[t])/Keq1))/(K1m1*K1s*(1 + m1[t]/K1m1 + m2[t]/K1m2)*(1 + s/K1s + x2[t]/K1x2)) v2 = (Vm2*(x2[t] - x3[t]/Keq2))/(K2x2*(1 + x2[t]/K2x2 + x3[t]/K2x3)) v3 = (Vm3*(-(p/Keq3) + m2[t]*x3[t]))/(K3m2*K3x3*(1 + m1[t]/K3m1 + m2[t]/K3m2)*(1 + p/K3p + x3[t]/K3x3)) end rate equations begin parameters K1m1 = 1.0 K1m2 = 1.0 K1s = 1.0 K1x2 = 1.0 K2x2 = 1.0 K2x3 = 1.0 K3m1 = 1.0 K3m2 = 1.0 K3p = 1.0 K3x3 = 1.0 Keq1 = 1.0 Keq2 = 1.0 Keq3 = 1.0 Vm1 = 1.0 Vm2 = 1.0 Vm3 = 1.0 p = 0.0 s = 1.0 defaultcompartment = 1.0 end parameters begin initial conditions m1[0] = m1i m2[0] = m2i x2[0] = x2i x3[0] = x3i end initial conditions begin initial values m1i = 1.0 m2i = 0.0 x2i = 0.0 x3i = 1.0 end initial values begin assignment rules end assignment rules begin function definitions end function definitions begin events end events begin process annotations end process annotations begin species annotations end species annotations begin units end units