Artificial intelligent assistant

Tests for my "LineGraph-from-AdjacencyMatrix" function I think I found a way to generate adjacency matrices $L$ of line graphs from the adjacence matrices $A$ of graphs. Now I want to test my function $L=f(A)$. When $A$ is the cube, $L=f(A)$ already has the following correct properties: * $L$ is $4$-regular, since the cube is cubic (haha), i.e. $3$-regular every edge has $4$ neighbouring edges * $L$ has $24$ vertices, since $A$ has $24$ edges What else? I don't want to draw the line graph from the adjacency matrix $L$. If there are other graphs that a better to test my code, please go ahead..

I would try reading your matrix into Magma (or the online calculator), and interpret it as a graph. From here you can test isomorphism against the built-in line graph operation (Magma has a nice IsIsomorphic(G1, G2) function for graphs).

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 5ec7cfc7f61a344794269a96ca83640a