[genius] Wed Feb 15 13:13:40 2017 Jiri (George) Lebl <jirka 5z com>



commit 377bfce1499ef88638059c11fead15274bae6d15
Author: Jiri (George) Lebl <jiri lebl gmail com>
Date:   Wed Feb 15 13:13:44 2017 -0600

    Wed Feb 15 13:13:40 2017  Jiri (George) Lebl <jirka 5z com>
    
        * examples/fourier-series-*.gel: Run 10 instead of 3 iterations of
          the animation for the Gibbs, also fix english typo in a comment
          in the plotting example.

 ChangeLog                             |    6 ++++++
 examples/fourier-series-animation.gel |    2 +-
 examples/fourier-series-plotting.gel  |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index be9d8e9..7a6ca65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Feb 15 13:13:40 2017  Jiri (George) Lebl <jirka 5z com>
+
+       * examples/fourier-series-*.gel: Run 10 instead of 3 iterations of
+         the animation for the Gibbs, also fix english typo in a comment
+         in the plotting example.
+
 Tue Dec 27 15:42:39 2016  Jiri (George) Lebl <jirka 5z com>
 
        * examples/duffing-equation-trajectories.gel: example for Duffing
diff --git a/examples/fourier-series-animation.gel b/examples/fourier-series-animation.gel
index 1de9cf2..037b696 100644
--- a/examples/fourier-series-animation.gel
+++ b/examples/fourier-series-animation.gel
@@ -31,7 +31,7 @@ print("Done... Starting animation...");
 
 PlotWindowPresent(); # Make sure the window is raised
 
-for k = 1 to 3 do (
+for k = 1 to 10 do (
     for n = 1 to elements(hvals) do (
         h = hvals@(n);
         LinePlot(F, fs@(n))
diff --git a/examples/fourier-series-plotting.gel b/examples/fourier-series-plotting.gel
index 5b40698..cd36749 100644
--- a/examples/fourier-series-plotting.gel
+++ b/examples/fourier-series-plotting.gel
@@ -33,7 +33,7 @@ a = c@(1);
 b = c@(2);
 
 for n=1 to N do (
-  #wait(1); if you want to slow the anumation
+  #wait(1); #if you want to slow the animation
   fs = FourierSeriesFunction (a@(1:n), b@(1:n), 1);
   print("Plotting up to the " + n + "th harmonic...");
   LinePlot(PeriodicExtension(f,-1,1), fs);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]