In[]:=
mm=ResourceFunction["https://www.wolframcloud.com/obj/nikm/DeployedResources/Function/MetamathImport"]["SetMM"]
Out[]=
MetamathObject
In[]:=
metamathGraph=mm["DependencyGraph"]
Out[]=
Graph
In[]:=
MatrixPlot@AdjacencyMatrix[metamathGraph]
Out[]=
In[]:=
MatrixPlot@IncidenceMatrix[SimpleGraph@metamathGraph]
Out[]=
In[]:=
MatrixPlot@KirchhoffMatrix[metamathGraph]
Out[]=
In[]:=
MatrixPlot@EdgeCycleMatrix[metamathGraph]
Out[]=
SystemException[MemoryAllocationFailure]
In[]:=
embedding=GraphEmbedding[TransitiveReductionGraph@metamathGraph,"SpringElectricalEmbedding"]
Out[]=
In[]:=
fe=DimensionReduction[Table[RandomGraph[{10,20}],10],2]
Out[]=
DimensionReducerFunction
In[]:=
fe@RandomGraph[{10,20}]
Out[]=
{-4.02987,2.77402}
In[]:=
dr=DimensionReduce[AdjacencyMatrix@metamathGraph,3]
Out[]=
In[]:=
embedding3d=GraphEmbedding[Graph3D[TransitiveReductionGraph@metamathGraph],"SpringElectricalEmbedding"];
In[]:=
Graphics3D[{PointSize[0.001],MapThread[Tooltip,{Point/@embedding3d[[;;]],VertexList[metamathGraph][[;;]]}]}]
Out[]=