MathGroup Archive 2009

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

Search the Archive

Re: Map to nested list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98300] Re: Map to nested list
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Sun, 5 Apr 2009 06:38:05 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <gr4jh9$a7a$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

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

?

Regards
   Jens

athanase 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: How to remove all cycles
  • Previous by thread: Re: Map to nested list
  • Next by thread: Re: Map to nested list