@ennvvy wrote:
I am trying to find the fiedler value for a directed graph using
fiedler
command in Laplacians package in Julia.using LightGraphs using Laplacians g=watts_strogatz(100,12,0.0,is_directed=true) a=adjacency_matrix(g) l=fiedler(a; nev=1, tol=0.0)
However, I get the following error:
ERROR: InexactError: Int64(0.8333333333333334)
Posts: 1
Participants: 1