Team:Colombia/Scripting

From 2014.igem.org

(Difference between revisions)
Line 6: Line 6:
<br>
<br>
<br>
<br>
-
= Scripting =
+
Scripting
 +
Feel free to expand and scroll through the text boxes in order to further examine the code.
<br>
<br>
-
== RALSTONIA DIFFERENTIAL EQUATION SOLUTION ==
+
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
<textarea>
<textarea>
function y=CondIni(x)
function y=CondIni(x)
Line 32: Line 33:
%  
%  
%--------------------------------------------%
%--------------------------------------------%
-
%                 PARAMETERS                 %
+
%                               PARAMETERS                           %
%--------------------------------------------%
%--------------------------------------------%
%
%

Revision as of 01:03, 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