MathGroup Archive 2012

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

Search the Archive

Re: Map onto a column

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125457] Re: Map onto a column
  • From: JasonE <ebaughjason at gmail.com>
  • Date: Wed, 14 Mar 2012 00:42:51 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <jjmv20$cfr$1@smc.vnet.net>

I don't know if this is *neat*, but it works:

In[88]:= Map[f,Transpose[a][[2]]]
Out[88]= {f[2],f[5],f[8]}


Jason

Jason Ebaugh
Contact: jasonebaugh at jasonebaugh.info
LinkedIn: www.linkedin.com/in/jasonebaugh




  • Prev by Date: Possibly related to my post "Unexpected Graph Output"...
  • Next by Date: Export Data and Decimal Separator
  • Previous by thread: Re: Map onto a column
  • Next by thread: Re: Map onto a column