Team:Paris/Network analysis and design/Core system/Mathematical analysis and simulations/Integration methods

From 2008.igem.org

(Difference between revisions)
(Simulations and quick comparison between numerical methods)
(Navigator)
Line 26: Line 26:
<center>[[Team:Paris/Network_analysis_and_design/Core_system|Back to the overall presentation of our system and model]]</center>     
<center>[[Team:Paris/Network_analysis_and_design/Core_system|Back to the overall presentation of our system and model]]</center>     
-
<center>[[Team:Paris/Network_analysis_and_design/Core_system/Mathematical_analysis_and_simulations#FIFO|Top of the page]]</center>
+
<center>[[Team:Paris/Network_analysis_and_design/Core_system/Mathematical_analysis_and_simulations|Back to the mathematical_analysis_and_simulations]]</center>
-
 
+
<center>[[Team:Paris/Network analysis and design/Core system/Mathematical analysis and simulations/Integration methods|top of the page]]</center>
-
<center>[[Team:Paris/Network_analysis_and_design/Core_system/Mathematical_analysis_and_simulations/Mathematical_analysis|Mathematical analysis]] [[Team:Paris/Network analysis and design/Core system/Mathematical analysis and simulations/Integration methods|Effects of integration methods]]</center>
+

Revision as of 13:54, 26 October 2008


Impact of integration methods


Simulations and quick comparison between numerical methods

This section wil just be made of some simulations to show the influence of the solver used. Indeed, when it comes to detect oscillations, some weird phenomenon can just be produced by simulation algorithms' aterfact. We have just obtained the following curves for the same initial system of ODEs.

  • Numerical simulations with Euler algorithm
Simueuler.jpg
Simueulerzoom.jpg

(The second picture is just a zoom, as defined by the red box)

  • Numerical simulations with variable-step methods
Simuode45.jpg
Simuode45zoom.jpg

(The second picture is just a zoom, as defined by the red box)

One can notice that some oscillations seem to occur in the second case, which is not the case in simulations made with constant step. Therefore, the precise tuning of the algorithm used have to be undertaken in order to avoid false detection of oscillations.

Navigator

Back to the overall presentation of our system and model
Back to the mathematical_analysis_and_simulations
top of the page