Tests whether the given graph (given as an adjacency matrix) contains cycles.
isCyclic(coefs)
coefs
a square adjacency matrix.
A logical indicating whether there are cycles in the graph.