Team:Colombia/Scripting

From 2014.igem.org

(Difference between revisions)
Line 15: Line 15:
<br>
<br>
<b><font color="#8A0808" size="3" >DETERMINISTIC MODEL</font></b>
<b><font color="#8A0808" size="3" >DETERMINISTIC MODEL</font></b>
 +
<br>
This code creates the differential equations governing the concentration dinamics of each protein in our model, finds the steady state solutions and then solves them using the numerical aproximation method Runge-Kutta
This code creates the differential equations governing the concentration dinamics of each protein in our model, finds the steady state solutions and then solves them using the numerical aproximation method Runge-Kutta
<textarea>
<textarea>

Revision as of 01:11, 16 October 2014

Wheeltz - CSS3 Navigational Wheel Menu

  • Home
  • iGEM
  • Facebook
  • Twitter






Scripting

Feel free to expand and scroll through the text boxes in order to further examine the code.


DETERMINISTIC MODEL
This code creates the differential equations governing the concentration dinamics of each protein in our model, finds the steady state solutions and then solves them using the numerical aproximation method Runge-Kutta