M = incidenceMatrix G
An incidence matrix M is the #vertexSet of G by #edges of G matrix where entry (i,j) equals 1 if vertex i is incident to edge j, and equals 0 otherwise.
|
The object incidenceMatrix is a method function.
The source of this document is in Graphs.m2:2049:0.