Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 12-Apr-2026 09:35:09 digraph_adj_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Test digraph_adj(). abc_adjacency_test(): Test abc_adjacency() "abc" adjacency matrix A: 0 1 0 0 0 1 1 0 0 abcd_adjacency_test(): Test abcd_adjacency() "abcd" adjacency matrix A: 0 1 0 0 0 0 1 0 1 0 0 1 1 0 0 0 five_adjacency_test(): Test five_adjacency() "five" adjacency matrix A: 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 digraph_adj_to_arc_test(): digraph_adj_to_arc() converts a digraph in adjacency form to arc list form; The adjacency matrix A: 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 The arc list (inode,jnode): 1 2 6 2 2 3 3 4 4 5 5 6 digraph_adj_to_google_test(): Test digraph_adj_to_google() adjacency matrix A: 0 1 0 0 0 0 1 0 1 0 0 1 1 0 0 0 Google transition matrix G: 0.0375 0.0375 0.4625 0.8875 0.8875 0.0375 0.0375 0.0375 0.0375 0.8875 0.0375 0.0375 0.0375 0.0375 0.4625 0.0375 digraph_adj_to_incidence_test(): digraph_adj_to_incidence() converts a digraph in adjacency form to incidence matrix form; The adjacency matrix A: 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 The incidence matrix I: 1 0 0 0 0 0 -1 -1 1 0 0 0 0 0 -1 1 0 0 0 0 0 -1 1 0 0 0 0 0 -1 1 0 1 0 0 0 -1 digraph_adj_to_transition_test(): Test digraph_adj_to_transition() adjacency matrix A: 0 1 0 0 0 0 1 0 1 0 0 1 1 0 0 0 Transition matrix T: 0 0 0.5000 1.0000 1.0000 0 0 0 0 1.0000 0 0 0 0 0.5000 0 digraph_adj_transitive_closure_test(): digraph_adj_transitive_closure() finds the transitive closure of a digraph The adjacency matrix A: 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 The transitive closure: 1 1 1 1 1 1 1 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 1 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 moler_adjacency_test(): Test moler_adjacency() Moler adjacency matrix A: 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 sauer_adjacency_test() : Test sauer_adjacency() Sauer adjacency matrix A: Columns 1 through 13 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 Columns 14 through 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0 digraph_adj_test(): Normal end of execution. 12-Apr-2026 09:35:09