MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

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]


  • Prev by Date: Re: How create vertical line using Plot?
  • Next by Date: RE: How create vertical line using Plot?
  • Previous by thread: Re: ReplaceAll and rules from a list v7.0
  • Next by thread: Re: ReplaceAll and rules from a list v7.0