Map to nested list
- To: mathgroup at smc.vnet.net
- Subject: [mg98256] Map to nested list
- From: athanase <aeoost at gmail.com>
- Date: Sun, 5 Apr 2009 06:29:47 -0400 (EDT)
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 :)