(* file: Logistic.m author: Hinke Osinga, The Geometry Center data: April 15, 1998 *) Print["The Logistic Map:"]; Print["f[x] = lambda x (1 - x)"]; DynSys[x_] := N[lambda x (1 - x)]; x0 = 0.94; lambda = 2; its = 100; xrange = {0, 1}; Print["lambda = ", lambda, ", x0 = ", x0, ", its = ", its]; Print[""]; critical = 0.5; lrange = {0, 4};