|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
KatzCentrality
KatzCentrality[g,
]
gives a list of Katz centralities for the vertices in the graph g and weight
.
KatzCentrality[g,
,
]
gives a list of Katz centralities using weight
and initial centralities
.
Details and OptionsDetails and Options
- KatzCentrality gives a list of centralities
that satisfy
, where
is the adjacency matrix of g. - If
is a scalar, it is taken to mean
. - KatzCentrality[g,
] is equivalent to KatzCentrality[g,
, 1]. - The option WorkingPrecision->p can be used to control the precision used in internal computations.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

