Team:UT-Tokyo-Software/Notebook/Applets/FN

From 2012.igem.org

(Difference between revisions)
(Created page with "{{:Team:UT-Tokyo-Software/Template}} <html> <head> <title>UT-Tokyo-Software</title> </head> <body> <div id="honbun"> <header> <span style="font:300% 'Courier';">Fire Works 1</s...")
 
(One intermediate revision not shown)
Line 9: Line 9:
<header>
<header>
-
<span style="font:300% 'Courier';">Fire Works 1</span><br>
+
<span style="font:300% 'Courier';">Fitzhugh-Nagumo equation</span><br>
</header>
</header>
<article>
<article>
 +
<p>
 +
Solving the ordinary differential equation, by using fourth Runge-Kutta methods.<br>
 +
Chaotic oscillation can be seen.
 +
</p>
<script type="text/javascript" src="http://www.java.com/js/deployJava.js"></script>
<script type="text/javascript" src="http://www.java.com/js/deployJava.js"></script>
<script type="text/javascript">
<script type="text/javascript">

Latest revision as of 16:42, 25 September 2012

UT-Tokyo-Software
Fitzhugh-Nagumo equation

Solving the ordinary differential equation, by using fourth Runge-Kutta methods.
Chaotic oscillation can be seen.