MathGroup Archive 2009

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

Search the Archive

Re: Map to nested list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98305] Re: [mg98256] Map to nested list
  • From: DrMajorBob <btreat1 at austin.rr.com>
  • Date: Sun, 5 Apr 2009 06:39:02 -0400 (EDT)
  • References: <200904040109.UAA26284@smc.vnet.net>
  • Reply-to: drmajorbob at bigfoot.com

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

{{True, False}, {True, False}}

Bobby

On Fri, 03 Apr 2009 20:09:45 -0500, athanase <aeoost 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 :)
>
>



-- 
DrMajorBob at bigfoot.com


  • Prev by Date: Re: Map to nested list
  • Next by Date: Re: Joust in Mathematica
  • Previous by thread: Map to nested list
  • Next by thread: Re: Map to nested list