1.2 Lecture 2. Incidence matrices

There are several ways of encoding graphs. We use the most straightforward one. Our notations are not standard, but will be kept throughout the course.

Given a graph, numerate its vertices:

% latex2html id marker 4831
$\displaystyle A_1,\dots,A_{\alpha}.
$

Definition 1.2.1   The incidence matrix of a graph is the % latex2html id marker 4838
$ \alpha\times\alpha$ matrix $ m_{ij}$ with natural 1.1 entries where

% latex2html id marker 4844
$\displaystyle m_{ij}=$number of edges joining % latex2html id marker 4845
$\displaystyle A_i$ and % latex2html id marker 4846
$\displaystyle A_j.
$

The numbers $ m_{ii}$ mean, of course, the number of loops based at $ A_i$ .

Exercise 1.2.2   Number the vertices and compose the incidence matrix of some graphs from Example [*].



Subsections