Team:Aberdeen Scotland/Fixed Points

From 2010.igem.org

(Difference between revisions)
Line 3: Line 3:
<html>
<html>
<h1>Fixed Points</h1>
<h1>Fixed Points</h1>
-
<p>fixed points are the points hwere and equations rate of change, or slope, is zer.  there are three main types of equilibrium points: stable, unstable, and saddle-node points.  A stable equilibrium is a value towards which the function converges, whereas an unstable equilibrium is a value away from which the function will diverge.  A saddle-node  is here the function both converges towards and diverges away from (Wikipedia).</p>
+
<p>Fixed points are the points hwere and equations rate of change, or slope, is zer.  there are three main types of equilibrium points: stable, unstable, and saddle-node points.  A stable equilibrium is a value towards which the function converges, whereas an unstable equilibrium is a value away from which the function will diverge.  A saddle-node  is here the function both converges towards and diverges away from (Wikipedia).</p>
<br>
<br>
<h3>Why are fixed points important?</h3>
<h3>Why are fixed points important?</h3>

Revision as of 14:46, 23 October 2010

University of Aberdeen - ayeSwitch - iGEM 2010

Fixed Points

Fixed points are the points hwere and equations rate of change, or slope, is zer. there are three main types of equilibrium points: stable, unstable, and saddle-node points. A stable equilibrium is a value towards which the function converges, whereas an unstable equilibrium is a value away from which the function will diverge. A saddle-node is here the function both converges towards and diverges away from (Wikipedia).


Why are fixed points important?

fixed points are determined by setting all differential equations in a system equal to zero and solving for the variable being analysed. The numerical method for directly calculating fixed points is to find the roots of the system of equations using built-in root finding function such as fzero in MATLAB or similar functions in Maple and C. The indirect method is to plot and find the intersections of these nullclines, which represent fixed points.


The results we found

We were able to find the equilibrium points of the system analytically (for Hill coefficients) and computationsally. These points were used for bifurcation analysis, and for analysing the probability that our system would exhibit istable behaviour.