MathGroup Archive 2013

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

Search the Archive

Re: Position

  • To: mathgroup at smc.vnet.net
  • Subject: [mg131164] Re: Position
  • From: Joug Raw <jougraw at gmail.com>
  • Date: Sat, 15 Jun 2013 04:21:28 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • References: <20130613063735.5C0A96A3D@smc.vnet.net>

Simply do this:

t = RandomReal[{0, 5}, 100]
Position[t, _?(# > 2 &)]


On Thu, Jun 13, 2013 at 8:37 AM, Costa Bravo <q13a27tt at aol.com> wrote:

> How can I find the indices  of all  elements greaters than e.g. 2 of a
> vector.
>
> t=RandomReal[{0,5},100]
> Position[t,??]
>
> --
>   Costa
>
>


  • References:
    • Position
      • From: Costa Bravo <q13a27tt@aol.com>
  • Prev by Date: Re: Importing a file and extracting data
  • Next by Date: Re: What is wrong with 2Pi?
  • Previous by thread: Re: Position
  • Next by thread: Re: Position