MathGroup Archive 2013

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

Search the Archive

Re: Position

  • To: mathgroup at smc.vnet.net
  • Subject: [mg131150] Re: Position
  • From: Waclaw Kusnierczyk <waku at idi.ntnu.no>
  • Date: Fri, 14 Jun 2013 05:02:35 -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>

One way is to put a condition on a pattern:

    Flatten@Position[t, x_ /; x>2]

See help for Condition.

vQ

On 06/13/2013 08:37 AM, Costa Bravo 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: problems with FrameTicks
  • Next by Date: Re: problems with NDSolve
  • Previous by thread: Re: Position
  • Next by thread: Re: Position