Re: Directed Graph from Adjacency Matrix
- To: mathgroup at smc.vnet.net
- Subject: [mg58807] Re: Directed Graph from Adjacency Matrix
- From: "sashap" <pavlyk at gmail.com>
- Date: Tue, 19 Jul 2005 04:10:17 -0400 (EDT)
- References: <dbflj5$n0m$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
You have to explicitly specify that you want a directed graph using option of FromAdjacencyMatrix: ShowGraph@FromAdjacencyMatrix[{{0, 1, 0}, {0, 0, 1}, {1, 0, 0}}, Type -> Directed]