Networks and Matrices Flashcards
nodes or vertices
the points on a network
edge
a line joining to nodes or vertices
faces or regions
edges divide a graph up into seperate faces or regions
loop
an edge that starts and ends at the same vertex or edge
multiple edges
2 or more edges that connect to the same vertices
weighted graph/weighted network
graphs that have amounts or distances or some information on each edge
directed edges or arcs
an edge with significant direction shown with an arrow
directed graph/network or digraph
any graph involving directed edges (or more)
undirected graph/network
any graph with no directed edges
simple graph/network
a graph or network with no loops, multiple edges or direction
open walk
a walk which does not start and end at the same vertex
closed walk
any walk that starts and ends at the same vertex
open path
a walk that has no repeats of edges or vertices and does not start and end at the same vertex
close path or cycle
a walk that has no repeats of edges or vertices and starts and ends at the same vertex
path length
the number of edges a walk, path or cycle uses