Graph theory is the study of graphs, which are mathematical structures used to model pairwise relations between objects. A graph consists of vertices connected by edges. A directed graph is a graph where the edges have a direction associated with them. It can be represented by a vertex matrix where a 1 indicates an edge from vertex i to j, and a 0 indicates no edge. Two examples of directed graphs and their corresponding vertex matrices are given.