Team:St Andrews/project/modelling/models/RK4
From 2010.igem.org
(Difference between revisions)
(→Introduction) |
(→Mathematical basis) |
||
Line 9: | Line 9: | ||
=Mathematical basis= | =Mathematical basis= | ||
+ | |||
+ | TEXT |
Revision as of 15:51, 9 September 2010
Foruth Order Runge-Kutta Method
Introduction
Our method of solving differential equations is based on Fourth Order Runge-Kutta Method. This technique is the most widely used way of numerically solving differential equations and various methods of implementation were looked at. Most of our coding has been based on the work of Aberdeen 2009 iGEM team who used the same method in their modelling. We would like to thank the team for their work and making it available to others like us for future use.
Mathematical basis
TEXT