-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
37 lines (29 loc) · 1.68 KB
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[AV's Ph.D Journal]]></title>
<link href="http://alevax.github.io/atom.xml" rel="self"/>
<link href="http://alevax.github.io/"/>
<updated>2014-09-22T19:25:10+02:00</updated>
<id>http://alevax.github.io/</id>
<author>
<name><![CDATA[Ing. Alessandro Vasciaveo]]></name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[Logistic Map]]></title>
<link href="http://alevax.github.io/blog/2014/04/22/logistic-map/"/>
<updated>2014-04-22T18:01:37+02:00</updated>
<id>http://alevax.github.io/blog/2014/04/22/logistic-map</id>
<content type="html"><![CDATA[<script type="math/tex; mode=display"> x(k+1) = \lambda x(k)[1-x(k)] </script>
<ul>
<li><script type="math/tex"> k </script>, population growth cycle</li>
<li><script type="math/tex"> \lambda </script>, linked to the rate of population growth</li>
<li><script type="math/tex">% <![CDATA[
0 <= x(k) <= 1 %]]></script>, state variable proportional to the number of individuals in the population</li>
</ul>
<p>In order for <script type="math/tex"> x </script> to remain bounded, it should be <script type="math/tex">% <![CDATA[
0<=\lambda<=4 %]]></script>.</p>
<p>The logistic law describes well the dynamics of evolving populations where there is a growth per cycle proportional to <script type="math/tex"> \lambda x(k) </script> with a corrective negative term (feedback) <script type="math/tex"> -\lambda x^2(k) </script> which is proportional to the square of the size already attained by the population.</p>
]]></content>
</entry>
</feed>