Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 487 Bytes

File metadata and controls

18 lines (14 loc) · 487 Bytes

System Visualizer

A handly GUI tool for visualizing 2D linear dynamical system (differential equations).

An outward spiral visualized

Dependencies

You need the python packages matplotlib and numpy installed:

pip install numpy
pip install matplotlib

Initiation

To run SystemVisualizer, simply execute the python package:

python3 -m visualizer