|
[Date Index]
[Thread Index]
[Author Index]
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]
Prev by Date:
Re: Validating functions input
Next by Date:
Extract Coefficients of Fourier Series
Previous by thread:
Re: Re: "2p" in BenchmarkReport[] ?
Next by thread:
Re: Directed Graph from Adjacency Matrix
|