MathGroup Archive 2009

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

Search the Archive

Map to nested list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98218] Map to nested list
  • From: athanase <aeoost at gmail.com>
  • Date: Fri, 3 Apr 2009 04:33:32 -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: Update to Hinton Button/palette tutorial for Mathematica 7?
  • Next by Date: Re: Deleting entire row and/or column
  • Previous by thread: Re: Can't figure out how to export Mathematica into Word
  • Next by thread: Re: Map to nested list