|
SOLUTIONS
|
GRAPH UTILITIES PACKAGE SYMBOL
PageRankVector
PageRankVector[g]
returns the page rank of the graph g.
DetailsDetails
- To use
, you first need to load the Graph Utilities Package using Needs["GraphUtilities`"]. - The following options can be given:
-
Tolerance Automatic the tolerance that should be allowed in computing results TeleportProbability 0.15 the probability that an internet user may choose to visit a vertex at random instead of choosing an outlink RemoveSinks True whether sinks (a sink is a vertex with no outer links) are removed by linking with all vertices
calculates the page rank of nodes in a directed graph and returns them as a vector. The ordering of the vector is the same as that of VertexList.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




