GraphTheory[GraphSpectrum]
|
Calling Sequence
|
|
GraphSpectrum(G)
GraphSpectrum(G, exact)
|
|
Description
|
|
•
|
The GraphSpectrum command returns the spectrum of the eigenvalues of a specified graph. The output is a list . Each element of is a list of size 2, where the first element is an eigenvalue and the second element is its multiplicity. If the second argument is provided, the evaluation of the eigenvalues are not carried out using floating points.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?