Setting up a system of ODEs in matlab? Or general ODE help?

gpr2k302

New member
Can anyone help me get this into matlab or at least help me to solve the problem without it maybe. I'm trying to find the optimal cell density (N) that will allow me to get the maximum value of E from the following equations:

all k values are constant.

dN/dt = k6*N
dE/dt = k2*N - k3*N^2 - k4*E*t

I'm thrown of by the E and t on the right side of the second equation so i can't solve it very well.
 
Back
Top