Hello everyone,
I am new user of Mathematicia and have been trying to get my hands on this amazing tool by analyzing random graphs and networks related to my research. However, this tool does not returns the correct adjacency matrix for the graph as mentioned below:
Graph[{1 <-> 7, 1 <-> 2, 1 <-> 6, 2 <-> 3, 2 <-> 5, 3 <-> 4, 4 <-> 5, 5 <-> 6}]
The correct adjacency matrix for the above graph should be
But Mathematicia tool returns the answer as
This is the syntax I have used:
Please help me to know where am I going wrong. Thank you.