diff options
Diffstat (limited to '27/CH11/EX11.3.3/Example_11_3_3.sce')
-rwxr-xr-x | 27/CH11/EX11.3.3/Example_11_3_3.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/27/CH11/EX11.3.3/Example_11_3_3.sce b/27/CH11/EX11.3.3/Example_11_3_3.sce new file mode 100755 index 000000000..7056fe643 --- /dev/null +++ b/27/CH11/EX11.3.3/Example_11_3_3.sce @@ -0,0 +1,16 @@ +//Example 11.3.3 Page 408
+//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=3;
+r=5;
+
+d=log(m)/log(r)
+
+//End of Example.
\ No newline at end of file |