You are on page 1of 2

METHOD RK4

STARTTIME = 0
STOPTIME = 0.5
DT = 0.0008

{Type Equations Here.}

d/dt (A) = - (Kcat1*Etot1*A*B)/((Kma*B)+(Kmb*A)+(A*B))+(Kcat5*Etot5*H*I)/


(Kmh*I+Kmi*H+H*I)
d/dt (B) = - (Kcat1*Etot1*A*B)/((Kma*B)+(Kmb*A)+(A*B))+(-kcat4*Etot4*F*B)/
(kmf*B+kmb*F+F*B)
d/dt (E1) = 0
d/dt (E1AB) = 0
d/dt (C) = (Kcat1*Etot1*A*B)/((Kma*B)+(Kmb*A)+(A*B)) + (-Kcat2*Etot2*C)/ (Kmc+C)
d/dt (D) = (Kcat1*Etot1*A*B)/((Kma*B)+(Kmb*A)+(A*B))+(kcat4*Etot4*F*B)/
(kmf*B+kmb*F+F*B)
d/dt (E2) = 0
d/dt (CA) = 0
d/dt (E) = (Kcat2*Etot2*C)/ (Kmc+C)- Kcat3*Etot3*E*E/( Kme+E)
d/dt (IE3) = 0
d/dt (F) = (Kcat3*Etot3*E)/ (Kme+E)+(-kcat4*Etot4*F*B)/(kmF*B+kmb*F+F*B)
d/dt (G) = (Kcat3*Etot3*E)/ (Kme+E)
d/dt (E3) = 0

d/dt(E4)=0
d/dt(EBF)=0
d/dt(H)=(kcat4*Etot4*F*B)/(kmf*B+kmb*F+F*B) -Kcat5*Etot5*H*I/(Kmh*I+Kmi*H+H*I)
d/dt (I) = (-Kcat5*Etot5*H*I)/(Kmh*I+Kmi*H+H*I)
d/dt (E5) = 0
d/dt (HNADE5) = 0
d/dt (J) = (Kcat5*Etot5*H*I)/(Kmh*I+Kmi*H+A*I)

init A =0.004
init B =0.5
init E1 = 1
init E1AB=0
init C= 3
init D=0.0001
init E2= 1
init CA= 0
init E= 0.018
init IE3= 0
init E3 = 8
init F= 0.03
init G= 0
init E= 0.018
init H=1.8
init E4 =1
init EBF=0
init I =1.2
init E5 =1
init HNADE5=0
init J=0.083

Kcat1= 3
Kma= 0.005
Kmb= 0.049
Kcat2 = 0.2
Kmc= 1.16
Kme = 15
Kcat3= 100
Etot1 = 5
Etot2 = 116
Etot3= 2
Etot4= 1
Kcat4=3.19
Kcat5=0.312
kmf=0.009
kmb=0.021
Etot5= 1
Kmh= 0.00012
Kmi= 0.005

{Type Equations Here.}

You might also like