MathGroup Archive 2010

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

Search the Archive

Tree with repeated labels

  • To: mathgroup at smc.vnet.net
  • Subject: [mg113220] Tree with repeated labels
  • From: Francisco Javier García Capitán <garciacapitan at gmail.com>
  • Date: Tue, 19 Oct 2010 05:55:57 -0400 (EDT)

I would like (using TreePlot or another way) to display a tree with say
three levels  such that the root is the symbol 0 and each node having three
daughters labelled 1, 2 and 3

TreePlot[{0->1, 0->2,0->3}]

does the first level, but I don't know how  to continue.



--
---
Francisco Javier Garc=EDa Capit=E1n
http://garciacapitan.auna.com



  • Prev by Date: Locator Manipulate
  • Next by Date: Re: A integral
  • Previous by thread: Re: Locator Manipulate
  • Next by thread: Re: Tree with repeated labels