Team:IBB Pune/Modeling
From 2009.igem.org
(Difference between revisions)
Line 61: | Line 61: | ||
4. Absorbed glucose confers growth rate advantage of '''r''' | 4. Absorbed glucose confers growth rate advantage of '''r''' | ||
- | + | ||
r = (R)*(g)*(Gc) .... (2) | r = (R)*(g)*(Gc) .... (2) | ||
- | After each min, the population of co-operators and defectors is updated depending upon | + | After each min, the population of co-operators and defectors is updated depending upon their respective growth rates. |
- | rates. | + | <br> |
+ | D(t) = D(t-1)+r*D(t-1) .... (3) Defector population (t) | ||
+ | k(t) = k(t-1) + (r-c)*k(t-1) .... (4) Co-operator population (t) | ||
- | |||
- | |||
- | + | The Lactose that remains at time 't' is given by: | |
- | + | ||
- | The Lactose that remains at time 't' | + | |
<br> | <br> | ||
L=L-L*Ec*k2 .... (5) | L=L-L*Ec*k2 .... (5) | ||
Line 80: | Line 78: | ||
- | The net Glucose present in the medium: | + | The net Glucose present in the medium at time 't' is given by: |
<br> | <br> | ||
G=G+((2*L*Ec*k2)-(N*Gc) .... (6) | G=G+((2*L*Ec*k2)-(N*Gc) .... (6) |
Revision as of 13:55, 21 October 2009