Improper use of slot
- To: mathgroup at smc.vnet.net
- Subject: [mg58754] Improper use of slot
- From: "Robert G. Wilson v" <rgwv at rgwv.com>
- Date: Sun, 17 Jul 2005 03:04:04 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Help, I am trying to 'pipe' into Binomial[] two arguments which are taken from a list, say lst. I could do something like: ... lst= ...; Binomial[ Max[lst], Min[lst]] but I was hoping for something a little bit more elegant like: Binomial[ Last[#], First[#]] & /@ lst but that dog wont hurt. Any suggestions? Thank you in advance. Bob Wilson.
- Follow-Ups:
- Re: Improper use of slot
- From: yehuda ben-shimol <bsyehuda@gmail.com>
- Re: Improper use of slot