Paul Magnano:Assignment Week 2
From OpenWetWare
(Difference between revisions)
(→Question 1) |
(→Question 1) |
||
| Line 1: | Line 1: | ||
=Assignment week 2= | =Assignment week 2= | ||
==Question 1== | ==Question 1== | ||
| - | + | *consider the model: | |
dcdt = q*u - q*c -((y*c)/(K+c)); | dcdt = q*u - q*c -((y*c)/(K+c)); | ||
dydt = (y*r*c)/(K+c) - q*y | dydt = (y*r*c)/(K+c) - q*y | ||
| - | + | *q*u= inflow rate | |
| - | + | q*c=outflow rate | |
| + | r=net rate of yeast population growth | ||
| + | y=yeast population | ||
| + | c=nutrient concentration | ||
| + | k=constant | ||
==Question 2== | ==Question 2== | ||
Revision as of 23:22, 24 January 2013
Assignment week 2
Question 1
- consider the model:
dcdt = q*u - q*c -((y*c)/(K+c));
dydt = (y*r*c)/(K+c) - q*y
- q*u= inflow rate
q*c=outflow rate r=net rate of yeast population growth y=yeast population c=nutrient concentration k=constant


