Tuesday 27 September 2011

Tuesday 20 September 2011

D1 More graphs 20/09/11

  • Digraphs (directed graphs)
  • Modelling situations with graphs
  • Moving around graphs
  • Defining path, cycle, tree
  • Traversing graphs - Eulerian & Semi-Eulerian graphs
  • Odd/even vertices

Tuesday 13 September 2011

D1 Introduction to graphs 13/09/11

  • Defining terms relating to graphs
  • - nodes, vertices, arcs, edges, isomorphic, connected, disconnected, complete
  • - subgraph, loops, multiple edges, bipartite, complete bipartite, degrees
  • Relationship between edges and sum of degrees
  • Describing a graph using a vertex set and edge set
  • Describing a graph using an adjacency matrix
  • Network (weighted graph) and distance matrix