-
Notifications
You must be signed in to change notification settings - Fork 0
Weighted Graph to Linear ODE
Andrea Vandin edited this page Nov 28, 2022
·
2 revisions
This repository contains code to process weighted graphs from Netzschleuder to export them in a format supported by the ERODE tool
- The graphs are exported as linear ODEs:
$\dot{x}(t) = Ax(t)$ , with-
$A$ the adjacency matrix, and -
$x$ one variable per node in the graph
-
Please open the following jupyter lab notebook on Google colab and run it.