|
|
||
|
|
| Graph Utilities Package Symbol | Tutorials »|See Also »|More About » |
| Method | Automatic | method to use | |
| RefinementMethod | Automatic | method used to improve ordering | |
| RecursionMethod | None | recursion method to use |
Needs["GraphUtilities`"] This defines a small graph:
This numbers the vertices using ordering from VertexList:
This finds the bandwidth of the graph with the above ordering:
This finds a vertex ordering that attempts to minimize the bandwidth:
This renumbers the vertices using the minimum bandwidth ordering:
This finds the bandwidth using the vertex ordering given by MinimumBandwidthOrdering:
Needs["GraphUtilities`"] This defines a rectangular matrix:
This finds the row and column ordering that attempts to minimize the bandwidth of the matrix:
Plots of the matrix before and after the ordering show a decrease in bandwidth:
|
| © 2008 Wolfram Research, Inc. |