MathGroup Archive 2009

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

Search the Archive

Map to nested list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98256] Map to nested list
  • From: athanase <aeoost at gmail.com>
  • Date: Fri, 3 Apr 2009 20:09:45 -0500 (EST)

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: release memory
  • Next by Date: Re: Please help, factorisation question
  • Previous by thread: Re: Map to nested list
  • Next by thread: Re: Map to nested list