previous up next
Go backward to Reachability and Edge Relation
Go up to Top
Go forward to Exponentiation of Relations
RISC-Linz logo

Example

Graph <N_5, E> where E = {<0, 1>, <1, 2>, <1, 3>, <2, 3>, <3, 4>}

reflexiveN5(E) = E union {<0, 0>, <1, 1>, <2, 2>, <3, 3>, <4, 4>}
transitiveN5(E) =
   {<0, 1>, <0, 2>, <0, 3>, <0, 4>, <1, 2>, <1, 3>, <1, 4>, <2, 3>, <2, 4>}

Author: Wolfgang Schreiner
Last Modification: January 26, 2000

previous up next