MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

A very EZ Question! Make a Graph!

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60262] A very EZ Question! Make a Graph!
  • From: "mumat" <csarami at gmail.com>
  • Date: Fri, 9 Sep 2005 04:07:01 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Everybody,

I need to make a graph given the vertices and edges.

let's say:

Vertex set: V=Range[5]={1,2,3,4,5}
Edge Set:   E={{1,2},{2,3},{4,5},{1,4},{2,5}};

Also, Is there any funtion that Lists the vertices adjacent to a given
vertex! I mean using the Combinatorica package in Mathematica!


I know it might sound stupid, but I could find a solution to this in
Mathematica Manual!!!

I appreciate your help.

regards,

chekad


  • Prev by Date: Re: NMinimize InitialPoints BUGREPORT ?
  • Next by Date: Re: Re: Pictures into Mathematica
  • Previous by thread: Re: PolynomialGCD
  • Next by thread: Re: A very EZ Question! Make a Graph!