Re: Mapping Down Two Lists
- To: mathgroup at smc.vnet.net
- Subject: [mg25210] Re: [mg25179] Mapping Down Two Lists
- From: "Harvey P. Dale" <hpd1 at is2.nyu.edu>
- Date: Fri, 15 Sep 2000 02:21:46 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
John: This does it: Plus @@ ((#[[1]]-#[[3]])^2 & /@ Transpose[Join[Transpose[lst1],{lst2}]]) Best, Harvey