MathGroup Archive 2005

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

Search the Archive

# question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60233] # question
  • From: "ekantian" <ekantian at yahoo.com>
  • Date: Thu, 8 Sep 2005 04:53:11 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

how do i manage overlapping #?

i.e.

Map[
  Select[{2, 3, 6, 1, 0}, # < # &],
  {2, 5, 3}]


which i would like to return {{1,0},{2,3,1,0},{2,1,0}}

thx.


  • Prev by Date: Re: Re: ComplexExpand confusion
  • Next by Date: Re: Strange "not a symbol or valid symbol name" error
  • Previous by thread: Re: NMinimize InitialPoints BUGREPORT ?
  • Next by thread: Re: # question