|
[Date Index]
[Thread Index]
[Author Index]
tab-delimited file to graph
- To: mathgroup at smc.vnet.net
- Subject: [mg69439] tab-delimited file to graph
- From: aitor69gonzalez at gmail.com
- Date: Tue, 12 Sep 2006 06:53:53 -0400 (EDT)
Hello,
I have a directed graph "mygraph" in a tab delimited file that looks
like this:
v1 v2
v2 v3
v3 v1
v1 v4
I would like to import this graph into mathematica, so that I can take
advantage of the -DiscreteMath`Combinatorica`- functions. So far, I was
only able to import it with Import["mygraph","TSV"] into a list of
two-item lists. Now, I am stuck there. Can somebody help me to convert
this list of two-item lists into a matrix or adjacency list of a
directed graph?
Thank you in advance,
Aitor
Prev by Date:
init.m of FrontEnd in M5.2
Next by Date:
Re: ReplaceAll (/.)
Previous by thread:
RE: init.m of FrontEnd in M5.2
Next by thread:
Re: tab-delimited file to graph
|