Team:Michigan/Modeling
From 2010.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
Mathematical models are very important in the design of an iGEM project. The Michigan modeling team is composed of [[User:Evolver|Josh]], [[User:Kevijose|Kevin]], [[User:htwong|Candy]], [[User:Jejihong|Jennifer]], and [[User:seongkyu|John]]. To construct our models, we have taken advantage of MATLAB's Simbiology toolset. More information and tutorials on Matlab and Simbiology can be found here: [http://www.mathworks.com/academia/student_center/tutorials/launchpad.html?s_cid=0410_webg_igem10_294031 MATLAB Tutorial] | Mathematical models are very important in the design of an iGEM project. The Michigan modeling team is composed of [[User:Evolver|Josh]], [[User:Kevijose|Kevin]], [[User:htwong|Candy]], [[User:Jejihong|Jennifer]], and [[User:seongkyu|John]]. To construct our models, we have taken advantage of MATLAB's Simbiology toolset. More information and tutorials on Matlab and Simbiology can be found here: [http://www.mathworks.com/academia/student_center/tutorials/launchpad.html?s_cid=0410_webg_igem10_294031 MATLAB Tutorial] | ||
- | There are several components to a good mathematical model. These include assumptions, parameters, and equations. | + | There are several components to a good mathematical model. These include assumptions, variables, parameters, and equations. |
- | *Assumptions | + | *Assumptions help to decide how to describe each part of the system, as well as to identify which parts (if any) to deem negligible. Almost always, these assumptions yield an idealized version of the system, and it is within this framework that the model is truly valid. Outside of this ideal model, the real system deviates. However, if the assumptions are sufficiently comprehensive and reasonably valid, then this ideal model can be a very good approximation to the real system. |
- | *Parameters are | + | |
- | * | + | *Variables are quantities that are "measured" independently, e.g. in a simulation or experiment. As the name implies, they are not defined to be constants in the system, although occasionally a variable may maintain a [nearly] constant value in a particular simulation or trial of an experiment. The behavior, relationships, and responses of the variables are of utmost interest in the model, as they are what allow conclusions to be drawn. |
- | + | ||
+ | *Parameters are quantities, in particular defined to be constant, that the model takes to be part of the inherent description of the system. They help to characterize the properties and relations between variables. For example, the relationship between two variables is defined by the functional form and the parameters, used as "coefficients". Often, parameters are used to characterize a relationship that cannot or need not be described in an explicit functional form (e.g. reaction rate constants in a differential rate equation). | ||
+ | |||
+ | *Equations relate variables to each other, and they essentially translate the [idealized] system into the language of mathematics. The form of each equation is dictated by the assumptions and the parameters. For example, a system of ordinary differential equations constitutes the mathematical representation of the model. In this case, one seeks the solution to the system of ODEs to acquire a full understanding of the dynamic behavior of the idealized system. Often, an analytic solution may be impossible to find, so numerical simulations/solutions are extensively used. Alternatively, one can examine other aspects, such as steady-state behavior. | ||
==Pili== | ==Pili== |
Revision as of 20:11, 26 October 2010