Linear 2D flows

Run commands with OCTAVE v6.1.0.

This file mirrors the implementation of the corresponding python file.

Let's now consider flows which are not just constrained to a line. Flows in higher dimensions have a larger space to move about in the parameter space and can lead to interesting dynamics. First, we will look at some kinds of flows by drawing their vector plot. On top of the vector plot, we can also plot the trajectory. The trajectory is essentially how the phase space parameters change in time. It is different from the time series as time does not appear explicitly.

image.png

We can also make the plots interactive by wrapping them inside a function. The plot below draws a set of "linear flows".

image.png

image.png