Re: ReplaceAll and rules from a list v7.0
- To: mathgroup at smc.vnet.net
- Subject: [mg104283] Re: ReplaceAll and rules from a list v7.0
- From: Philip Pirrip <pipBEZspama at bezSPAMA.net>
- Date: Sun, 25 Oct 2009 01:12:12 -0400 (EDT)
- References: <hbu7qi$7hn$1@smc.vnet.net>
Define x as a function of a and b x[a_,b_]:=a+b l={{1,1},{2,2},{3,3}} Apply[x,l,1] Or, for this special function, just Apply[Plus,l,1]