networks[charpoly] - characteristic polynomial of an undirected graph
|
Calling Sequence
|
|
charpoly(G, x)
|
|
Parameters
|
|
G
|
-
|
undirected graph or network
|
x
|
-
|
variable in characteristic poly
|
|
|
|
|
Description
|
|
•
|
This routine computes the characteristic polynomial of the adjacency matrix of G expressed as a polynomial in x.
|
•
|
As part of the networks package it is normally loaded via with(networks) but the full name of networks['charpoly'](...) can also be used.
|
|
|
Download Help Document
Was this information helpful?