Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Functions for undirected graphs
Contributed by: Peter Cullen Burbery
Functions for undirected graphs.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["PeterBurbery/UndirectedGraphs"]
To load the code after installation, evaluate this code:
Needs["PeterBurbery`UndirectedGraphs`"]
Find the girth for the Petersen graph:
In[1]:= |
Out[1]= |
Is this a graphical degree sequence:
In[2]:= |
Out[2]= |
Make a random graph:
In[3]:= |
Out[3]= |
Make another random graph:
In[4]:= |
Out[4]= |
Is this a graphical degree sequence:
In[5]:= |
Out[5]= |
Make an alternating tree graph:
In[6]:= |
Out[6]= |
Make a firecracker graph:
In[7]:= |
Out[7]= |
Wolfram Language Version 13.1