for g in graphs.nauty_geng("8 -c"):
g.show()
h = g.laplacian_matrix().eigenvalues()
h.sort()
show(h)
I am trying to extract those graphs having all laplacian eigenvalues are integer. But How I can filter the remaining graphs.
1 | initial version | asked 2019-07-04 16:43:29 +0100 Anonymous |
for g in graphs.nauty_geng("8 -c"):
g.show()
h = g.laplacian_matrix().eigenvalues()
h.sort()
show(h)
I am trying to extract those graphs having all laplacian eigenvalues are integer. But How I can filter the remaining graphs.
for g in graphs.nauty_geng("8 -c"):
g.show()
h = g.laplacian_matrix().eigenvalues()
h.sort()
show(h)
I am trying to extract those graphs having all laplacian eigenvalues are integer. But How I can filter the remaining graphs.do this in sage?
for g in graphs.nauty_geng("8 -c"):
g.show()
h = g.laplacian_matrix().eigenvalues()
h.sort()
show(h)
I am trying to extract those graphs having all laplacian eigenvalues are integer. How I can do this in sage?
for g in graphs.nauty_geng("8 -c"):
g.show()
h = g.laplacian_matrix().eigenvalues()
h.sort()
show(h)
I am trying to extract those graphs having all laplacian eigenvalues are integer. How I can do this in sage?
for g in graphs.nauty_geng("8 -c"):
g.show()
h = g.laplacian_matrix().eigenvalues()
h.sort()
show(h)
I am trying to extract those graphs having all laplacian eigenvalues are integer. How I can do Is it possible to solve this problem in sage?
for g in graphs.nauty_geng("8 -c"):
g.show()
h = g.laplacian_matrix().eigenvalues()
h.sort()
show(h)
I am trying to extract those graphs having all laplacian eigenvalues are integer. Is it possible to solve this problem in sage?