Course Links

                           

Back

 

  • MATLAB Introduction - This is a tutorial for MATLAB and contains extra information on using MATLAB to visualize nonlinear systems.
  • LaTeX Introduction - This is a tutorial for using LaTeX to typset mathematical expressions.
  • Chaos Wiki - When you open this page, a jsMath window appears. Open Control Panel, select Printer Fonts and the window eventually goes away.

Online Calculator - https://www.desmos.com/calculator and Logistic map example

http://people.uncw.edu/hermanr/Chaos/QuickIter/ - Shows some Maple Code

http://people.uncw.edu/hermanr/wiki/matlabwiki.html#%5B%5BDiscrete%20Dynamics%20I%5D%5D – Shows MATLAB Code
 

Some Wolfram|Alpha  commands from http://people.uncw.edu/hermanr/mat365/wolframalpha.htm.

Maxima Online http://maxima-online.org/  - Type in the lines below and hit Calculate.

[or, try this.]

 

solve(x=4*x*(1-x));
define (f (x), 4*x*(1-x));
plot2d ([f(x),x], [x, 0, 1]);

plot2d ([f(f(f(x))),x], [x, 0, 1]);
factor(f(f(f(x)))-x);

 

 

Top


E-Mail: Dr. Russell Herman Last Updated: January 15, 2018