for g in graphs.nauty_geng("8 -c"):
if g.size()==9:
A=g.adjacency_matrix().eigenvalues()
A.sort()
g.show()
show(A)
![]() | 1 | initial version | |
for g in graphs.nauty_geng("8 -c"):
if g.size()==9:
A=g.adjacency_matrix().eigenvalues()
A.sort()
g.show()
show(A)