Team:IBB Pune/Modeling
From 2009.igem.org
(Difference between revisions)
(→Results) |
|||
Line 66: | Line 66: | ||
After each min, the population of co-operators and defectors is updated depending upon their respective growth rates. | After each min, the population of co-operators and defectors is updated depending upon their respective growth rates. | ||
- | D(t) = D(t-1)+r*D(t-1) .... (3) Defector population (t) | + | 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) | + | k(t) = k(t-1) + (r-c) * k(t-1) .... (4) Co-operator population (t) |
Line 74: | Line 74: | ||
The Lactose that remains at time 't' is given by: | The Lactose that remains at time 't' is given by: | ||
<br> | <br> | ||
- | L=L-L*Ec*k2 .... (5) | + | L = L - L * Ec * k2 .... (5) |
Line 80: | Line 80: | ||
The net Glucose present in the medium at time 't' is given by: | 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) |
===Results=== | ===Results=== |
Revision as of 14:06, 21 October 2009