Skip to content

vaishnu7/Rossler-Attractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rössler attractor

😥 What is Rössler attractor and where is it coming from ? - a system of three non-linear ordinary differential equations originally studied by Otto Rössler in the 1970s. Find more about him.

And fyi Chaos theory is a field of mathematics that studies chaotic systems, which are dynamical systems driven by underlying patterns and deterministic rules that are very sensitive to initial circumstances. For example I collected a really awesome gif of the behaviour of double rod pendulum. By Catslash - Own work, Public Domain

That German biochemist we talked about earlier ? He studied this field of mathematics 👓 Isn't it cool?

Well, to learn about Rössler attractor, let us first know what is an attractor. Here are some of the details notion of an attractor:

  • in dynamic system (time dependence of a point in a geometric space) an attractor is defined as a set of numeric values toward which a system tends to evolve for a variety of initial conditions of the system. E.g. the evolving variable we mentioned in finite-dimensional systems, can be represented algebraically as an n-dimensional vector. If the evolving variable is in 2D or 3D, the attractor may be represented geometrically in 2D or 3D space respectively.
  • an attractor can be a point, curve, manifold, fractal structure, etc.
  • a dynamic system can be described by one or more differential equations. The attractor, also known as the attractive section or attractee, is a subset of the dynamical system's phase space that corresponds to normal behaviour. Let us now return to our main topic of discussion on Rössler. The German Biochemist Otto Rössler researched its attractor for the Rössler System, which is a system of three non-linear Ordinary Differential Equations. Rössler is recognised for his work on "chaos theory," which is a dynamic system of random states and diseases. A continuous-time dynamic system is defined by this set of equations.

Here is a 3D image of the Rössler attractor with bifurcation values a = 0.2, b=0.2, c=5.7.

)

Rössler studied this so called "chaotic attractor" and investivated using various bifurcation parametric values a,b and c. Before concluding this section, let us first know what is bifurcation ?

It is said that, when a parameter value is varied, bifurcations may occur. In other words, bifurcations are qualitative change in its dynamic produced by change in parameter. In this case, you must have noticed that the set of equations we have consist of some parameters namely "a, b and c", which are generated from variation. And due to this variation or change there occurs a sudden behavioural change or topological change of the system.

These are sources for this file: S1 S2 S3 And for your information, because we have used RK4 ( Runge Kutta 4th Order ), this Rossler system can be considered as an example of solving a system of non-linear ODE.

To Run The Code

  • You can try downloading the ROSSLER.mlx file and then execute it or else you may copy paste the code from rossler.m and try running it online Here

About

Rössler attractor solved in MATLAB using the general RK4 method.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages