For Use With Lesson 12-2
A finite graph is a set of points, called vertices, connected by curves, or paths.
You can use a matrix to describe a finite graph. The digit “1” indicates a path between two vertices or one vertex and itself. The digit “0” indicates that no path exists between two vertices or from one vertex to itself.
Example 1
Write a matrix A to represent the finite graph. Explain the significance of element
Element
Directed graphs are finite graphs that indicate the direction of a path. The directed graph below represents the information in the map.
You can use a matrix to represent the information in a directed graph.
Example 2
Write a matrix B to represent the information from the directed graph. Compare elements
Element