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
- References:
- Map to nested list
- From: athanase <aeoost@gmail.com>
- Map to nested list