MathGroup Archive 2006

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

Search the Archive

Re: List Question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg67945] Re: List Question
  • From: "dkr" <dkrjeg at adelphia.net>
  • Date: Thu, 13 Jul 2006 06:54:29 -0400 (EDT)
  • References: <e92e03$ljm$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

In[14]:=
f[{a_,b_,___}]:={a,b};
f/@{{x1,y1},{x2,y2},{x3,y3,z3},{x4,y4}}
Out[15]=
{{x1,y1},{x2,y2},{x3,y3},{x4,y4}}


dkr


  • Prev by Date: RE:How to get a positive solution from Solve Command
  • Next by Date: log scaling axes
  • Previous by thread: Re: List Question
  • Next by thread: RE: List Question