how to get the sagemath programs related to graphs with nodes and edges
i need to write programs to draw a graph in graph theory using sagemath
i need to write programs to draw a graph in graph theory using sagemath
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2024-08-30 06:54:50 +0100
Seen: 208 times
Last updated: Aug 30
Just create a graph
G = Graph([[1,2],[2,3]])
and press
G.TAB
to see the many available methods of graph objects.Hi
look here maybe it could help you ?
is this homework ?
RTFM ? https://doc.sagemath.org/html/en/refe...