MathGroup Archive 2006

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

Search the Archive

Re: Inserting Blank Lists

  • To: mathgroup at smc.vnet.net
  • Subject: [mg68273] Re: Inserting Blank Lists
  • From: "dkr" <dkrjeg at adelphia.net>
  • Date: Mon, 31 Jul 2006 03:45:40 -0400 (EDT)
  • References: <eahsid$op4$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

In[26]:=
L={{"a","b"},{"c","d"},{"e","f"}};
Insert[L,{},Table[{i},{i,2,Length@L}]]
Out[27]=
{{a,b},{},{c,d},{},{e,f}}

dkr


  • Prev by Date: x=2;Composition[f,FindMinimum][x+1,{x,a}]
  • Next by Date: Re: Replacing Numbers in a List
  • Previous by thread: Re: Inserting Blank Lists
  • Next by thread: Re: Inserting Blank Lists