MathGroup Archive 2007

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

Search the Archive

Re: data structures in Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg83394] Re: data structures in Mathematica
  • From: vicky Al Aisa <vickyisai at gmail.com>
  • Date: Mon, 19 Nov 2007 06:16:34 -0500 (EST)
  • References: <fhmiip$bab$1@smc.vnet.net> <fhp2us$240$1@smc.vnet.net>

On Nov 18, 3:08 am, Szabolcs Horv=E1t <szhor... at gmail.com> wrote:
> vicky Al Aisa wrote:
> > Hello all
>
> > I am trying to implement some routing stuff in Mathematica(5.2).   I
> > want to define some data structures like a Grid( something like bread
> > board)....is it possible to define some DS in mathematica?
>
> > If not what is available tat can help me making a DS
>
> I am not sure what you mean by a "grid", but have you read the
> documentation on the structure of expressions in Mathematica?
>
> Type
> tutorial/ExpressionsOverview
> into the address bar of the documentation centre.
>
> --
> Szabolcs

Yeah, sorry for that .
This is exactly what I want to do

I have to implement a type of routing for circuit board.
I want to start with a structure of grid (
http://www.michaelbach.de/ot/lum_herGrid/hermannGrid.gif)  because the
circuit board has a grid inside it of perpendicular wires running).

As i have to code a routing algorithm , i am planning to start with
some data structure that can define such a grid in some way( with an
array of points ) or something)
Because I further plan to use graph to do routing and building routes
in this structure, so I wanted to know how can i define any data
structure in mathematica.(5.2)

Thanks




  • Prev by Date: Re: Basic Question about Mathematica
  • Next by Date: Re: Tally[ ] and Union[ ]
  • Previous by thread: Re: Re: SeriesCoefficient: needs work!
  • Next by thread: Re: data structures in Mathematica