Question: Compute the Feigenbaum delta from the logistic map. The logistic map is given by , and the Feigenbaum delta is defined as where and where
Compute the Feigenbaum delta from the logistic map. The logistic map is given by
and the Feigenbaum delta is defined as
where
and where is the value of for which is in the orbit of the period cycle with
Here is a resonable outline:
Loop Start at period with and increment with each iteration
Compute initial guess for using and
Loop Iterate Newton's method, either a fixed number of times or until convergence
Initialize logistic map
Loop Iterate the logistic map times
Compute and
Loop end
One step of Newton's method
Loop end
Save and compute
Loop end
Grading will be done on the converged values of up to Set Compute the Feigenbaum delta
Store approximate values in the row vector delta for assessment, where lengthdelta numdoublings and
delta:numdoublings are computed from the algorithm described in Lectures
numdoublings; deltazerosnumdoublings; delta; Output your results
fprintfn deltan
;
for n:numdoublings
fprintfg f
ndeltan;
end
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
