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

From 2010.igem.org

(Difference between revisions)
(New page: {{:Team:St_Andrews/defaulttemplate}} <html> <h1> Foruth Order Runge-Kutta Method </h1> </html> =Mathematical basis=)
Line 4: Line 4:
<h1> Foruth Order Runge-Kutta Method </h1>
<h1> Foruth Order Runge-Kutta Method </h1>
</html>
</html>
 +
 +
=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.
=Mathematical basis=
=Mathematical basis=

Revision as of 15:46, 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. 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.

Mathematical basis