| Author |
Comment/Response |
Andrew
|
04/17/08 12:58pm
How do I make a graph by simply inputting a vertex set and an edge set? I have tried calling MakeGraph[{1,2,3},{{1,2},{2,3}}], which I want draw a graph with vertices 1,2,3 and edges (1,2),(2,3). The edge parameter expects a function that I do not have. Any suggestions?
URL: , |
|