Tagged Questions
The chaos tag has no wiki summary.
5
votes
1answer
145 views
RSolve not solving discrete Rossler system
I'm working with chaotic attractors, and testing some continuous-> discrete equivalences. I've made a continuous simulation of the Rossler system this way
a = 0.432; b = 2; c = 4;
Rossler = {
...
4
votes
1answer
212 views
chaos game for DNA sequences
I have tried the mathematica code for making the chaos game for DNA sequences posted in this address:
http://facstaff.unca.edu/mcmcclur/blog/GeneCGR.html
which is like this:
genome = ...
0
votes
0answers
28 views
Lyapunov Exponent estimation in Java / pseudocode
I'd like to estimate the predictability of a time series that is possibly chaotic. For this reason I thought that the Lyapunov exponents would be a good candidate.
I've done some research on the ...
0
votes
1answer
31 views
MPI parallelism in chaotic systems
I have a Fortran program for dynamics (basically a verlet algo). In order to compute the velocities faster I parallelized the algorithm with MPI. What makes me nervous is that if I have four ...