MathGroup Archive 2005

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

Search the Archive

Re: # question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60251] Re: # question
  • From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 8 Sep 2005 06:37:17 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <dfov7c$f8t$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

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

Regards

  Jens

"ekantian" <ekantian at yahoo.com> schrieb im 
Newsbeitrag news:dfov7c$f8t$1 at smc.vnet.net...
| 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: NMinimize InitialPoints BUGREPORT ?
  • Next by Date: Re: # question
  • Previous by thread: # question
  • Next by thread: Re: # question