A handly GUI tool for visualizing 2D linear dynamical system (differential equations).
You need the python packages matplotlib
and numpy
installed:
pip install numpy
pip install matplotlib
To run SystemVisualizer, simply execute the python package:
python3 -m visualizer