| Author |
Comment/Response |
GS
|
10/31/11 1:46pm
If I enter a Graph
Mathematica 8.0 for Microsoft Windows (32-bit)
Copyright 1988-2010 Wolfram Research, Inc.
In[1]:= Graph[{UndirectedEdge[a, b], UndirectedEdge[b, c], UndirectedEdge[c, a]}]
Out[1]= Graph[<3>, <3>]
In[2]:=
I get only the printout shown, not the plot of a triangle as shown in the manual. Why?
URL: , |
|