MathGroup Archive 2009

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

Search the Archive

Re: Map to nested list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98288] Re: Map to nested list
  • From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
  • Date: Fri, 3 Apr 2009 20:15:51 -0500 (EST)
  • References: <gr4jh9$a7a$1@smc.vnet.net>

Map[IntegerQ, {{1, 1/5}, {1, 1/5}}, {2}]

Cheers -- Sjoerd

On Apr 3, 11:05 am, athanase <aeo... at gmail.com> wrote:
> this expression
>
> IntegerQ/@{1,1/5}
>
> outputs {True, False}
>
> which operator is used for nested list?
>
> so
>
> IntegerQ ? {{1,1/5},{1,1/5}}
>
> outputs {{True, False},{True, False}}
>
> thankyou :)



  • Prev by Date: Re: Map to nested list
  • Next by Date: cell bracket symbols
  • Previous by thread: Re: Map to nested list
  • Next by thread: Re: Map to nested list