GraphTheory[IncidenceMatrix]
|
Calling Sequence
|
|
IncidenceMatrix(G)
IncidenceMatrix(G, reverse)
|
|
Parameters
|
|
G
|
-
|
graph
|
reverse
|
-
|
(literal) reverse the sign convention for digraphs
|
|
|
|
|
Description
|
|
•
|
IncidenceMatrix(G) returns the incidence matrix of a graph G whose rows are indexed by the vertices and columns by the edges of G. The order of the edges is defined by Edges(G).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?