Having the following Laplacian matrix :
0 0 0 0 0
0 0 0 0 0
-1 -1 2 0 0
0 0 0 0 0
0 0 0 -1 1
I got those eigenvalues and eigenvectors :
E = 0 : V : {1,0,0.5,0,0}
E = 0 : V : {0,1,0.5,0,0}
E = 0 : V : {0,0,0,1,1}
I know from the graph that vertices 1+2+3 are component connected and 4+5 are components connected by themself, how can i conclude this from the vectors above ?