| acf.pl | A Perl script that builds an AUTO constants file based on input from the user. Very simplistic, but useful for getting started. (Last update: 18 June 2003) |
| flin2.c | The AUTO equations file for a forced linear system. |
| c.flin2 | The AUTO constants file. |
| flin2.dat | A data file created by the MATLAB script flscript2.m The four columns are t, x, y, theta. The parameters were omega=1, a=1, b=2, and k=10. |
| res2.auto | An AUTO script (written using the "CLUI" commands) to generate the resonance plot. Run it by entering the command auto res2.auto in a Unix shell. |
| flscript2.m | A MATLAB script that creates a periodic orbit data file to be used as a starting point in AUTO |
| flinsys.m | The MATLAB version of the differential equations for the forced linear system. (This function is used by flscript2.m.) |
| flin2.tar | tar file containing all the above files. |
| flin.c | The AUTO equations file for a forced linear system. |
| c.flin | The AUTO constants file. |
| flin.dat | A data file created by the MATLAB script flscript.m (omega=1, b=2, k=10). |
| res.auto | An AUTO script (written using the "CLUI" commands) to generate the resonance plot. |
| flscript.m | A MATLAB script that creates a periodic orbit data file to be used as a starting point in AUTO |
| flinsys.m | The MATLAB version of the differential equations for the forced linear system. (This function is used by flscript.m.) |
| flin.tar.gz | gzip'd tar file containing all the above files. |
| wn.c | The AUTO equations file. |
| c.wn | The AUTO constants file. |
| wn.dat | A data file created by the MATLAB script wnscript.m. |
| wn.auto | An AUTO script (written using the "CLUI" commands) to generate the resonance plot. |
| wnscript.m | A MATLAB script that creates a periodic orbit data file to be used as a starting point in AUTO. |
| wnsys.m | The MATLAB version of the differential equations of the forced weakly nonlinear oscillator. (This function is used by wnscript.m.) |
| wn.tar | tar file containing all the above files. |