First time here? Check out the FAQ!
answered 4 years ago
Like this maybe
sage: M = matrix([[1,1,1],[0,1,1],[0,0,1]]) sage: U = (M-1)**2 sage: DiGraph(U,multiedges=False,loops=False).plot()