Team:St Andrews/project/modelling/models/RK4

From 2010.igem.org

(Difference between revisions)
(Introduction)
Line 6: Line 6:
=Introduction=
=Introduction=
-
Our method of solving differential equations is based on Fourth Order Runge-Kutta Method. While much of the code has been based on the work of the Aberdeen 2009 iGEM project, over the course of using this solver we made a number of adjustments to better suit our purposes. However, we extend great thanks to the team for their work.
+
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=
=Mathematical basis=

Revision as of 15:51, 9 September 2010


St Andrews from East Sands

University of St Andrews iGEM 2010

Welcome!

The Saints

University of St Andrews iGEM 2010

Our first year at iGEM!

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