An incidence matrix $M$ is a matrix in $\mathbb{R}^{|V| \times |E|}$, where $M_{ij} = 1$ if vertex $i$ is incident to edge $j$, and $M_{ij} = 0$ otherwise.
You can replace the indicator value of $1$ with the edge weight instead.
An incidence matrix $M$ is a matrix in $\mathbb{R}^{|V| \times |E|}$, where $M_{ij} = 1$ if vertex $i$ is incident to edge $j$, and $M_{ij} = 0$ otherwise.
You can replace the indicator value of $1$ with the edge weight instead.