//Example 11.3.2 Page 407 //Non-Linear Dynamics and Chaos, First Indian Edition Print 2007 //Steven H. Strogatz clear; clear; clc; close; // m = number of copies. // r = scale factor. m=4; r=3; d=log(m)/log(r) //End of Example.