how to get only the connected graphs from this code.
for G in graphs(10):
G.show()
L=G.laplacian_matrix().eigenvalues()
L.sort()
show(L)
| 1 | initial version | |
how to get only the connected graphs from this code.
for G in graphs(10):
G.show()
L=G.laplacian_matrix().eigenvalues()
L.sort()
show(L)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.