Re: Map to nested list
- To: mathgroup at smc.vnet.net
- Subject: [mg98302] Re: Map to nested list
- From: Adriano Pascoletti <adriano.pascoletti at dimi.uniud.it>
- Date: Fri, 3 Apr 2009 20:18:32 -0500 (EST)
- References: <200904030905.EAA10477@smc.vnet.net>
Specify the second level Map[IntegerQ, {{1, 1/5}, {1, 1/5}}, {2}] Adriano Pascoletti 2009/4/3 athanase <aeoost at gmail.com> > 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 :) > >