darkeclipz / calcupy

Calculus powered graphical calculator.
3 stars 0 forks source link

Support for graphs #15

Open darkeclipz opened 5 years ago

darkeclipz commented 5 years ago

Add support for graphs.

A graph G can be represented with an adjacency matrix of G. If the matrix is symmetrical the graph is undirected. If the coefficients of the matrix are only 0 or 1, then G is an unweighted graph.

Determine basic properties from Graph Theory:

darkeclipz commented 5 years ago

https://elements.heroku.com/buildpacks/weibeld/heroku-buildpack-graphviz