<< NARVAL_G_ShowNodes NARVAL NARVAL_G_SplitEdge >>

NARVAL >> NARVAL > NARVAL_G_Spectrum

NARVAL_G_Spectrum

Perform the spectrum of a graph.

Calling Sequence

[S]=NARVAL_G_Spectrum(g)

Parameters

g :

graph.

S :

spectrum.

Description

NARVAL_G_Spectrum performs the spectrum S of the graph g. The spetrum of a graph is the set of eigenvalues of its adjacency matrix.

Examples

n=100;//network size
l=1000;//network squared area side
d=100;//Locality radius
[g]=NARVAL_T_LocalityConnex(n,l,d);//generation of a topology
ind=1;
f=NARVAL_G_ShowGraph(g,ind);
[S]=NARVAL_G_Spectrum(g);//application of NARVAL_G_Spectrum
S

Dependency

NARVAL_G_AdjacencyMatrix

Author

http://wwwen.uni.lu/interdisciplinary_centre_for_security_reliability_and_trust

Contact

<< NARVAL_G_ShowNodes NARVAL NARVAL_G_SplitEdge >>