36-467/667, Fall 2020
12 November 2020 (Lecture 21)
alpha <- 1e-6
n <- 1e5
xa <- vector(length=200)
xa[1] <- 1
for (t in 2:length(xa)) {
xa[t] <- xa[t-1] + alpha*xa[t-1]*(n-xa[t-1])
}
plot(1:length(xa), xa, xlab="t", ylab=expression(X[A](t)), type="l")
Ansary, Tamim. 2009. Destiny Disrupted: A History of the World Through Islamic Eyes. New York: Public Affairs.
Bacaër, Nicolas. 2011. A Short History of Mathematical Population Dynamics. London: Springer-Verlag.
Bulliet, Richard W. 1979. Conversion to Islam in the Medieval Period: An Essay in Quantitative History. Cambridge, Massachusetts: Harvard University Press.
———. 1994. Islam: The View from the Edge. New York: Columbia University Press.
Dawkins, Richard. 1993. “Viruses of the Mind.” In Dennett and His Critics: Demystifying Mind, edited by Bo Dahlbom. Oxford: Blackwell.
Hodgson, Marshall G. S. 1974. The Venture of Islam: Conscience and History in a World Civilization. Chicago: University of Chicago Press.
Rogers, Everett M. 2003. Diffusion of Innovations. Fifth. New York: Free Press.
Siegfried, André. n.d. Germs and Ideas: Routes of Epidemics and Ideologies. Edinburgh: Oliver; Boyd.
Sperber, Dan. 1996. Explaining Culture: A Naturalistic Approach. Oxford: Basil Blackwell.
Comments on the Assumptions
\(\Rightarrow\) Whether the assumptions are good matches to reality is something you need to investigate case by case, not presume!