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 | |
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.
![]() | 2 | None |
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?
![]() | 3 | None |
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?
![]() | 4 | None |
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?
![]() | 5 | None |
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?
![]() | 6 | None |
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?