GraphTheory[WeightMatrix]
|
Calling Sequence
|
|
WeightMatrix(G, cp)
|
|
Parameters
|
|
G
|
-
|
weighted graph
|
cp
|
-
|
(optional) symbol or equation
|
|
|
|
|
Description
|
|
•
|
WeightMatrix returns the matrix of edge weights of a weighted graph. The optional argument cp is used to control whether the weight matrix of the graph or a copy of it should be returned. The argument cp can be either the symbol copy or an equation of the form copy=true or copy=false. If the argument is missing the command returns a copy of the weight matrix of the graph by default.
|
|
|
Download Help Document
Was this information helpful?