MathGroup Archive 2006

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

Search the Archive

transforming a rule of lists to a list of rules

  • To: mathgroup at smc.vnet.net
  • Subject: [mg69098] transforming a rule of lists to a list of rules
  • From: Ken Senior <Ken.Senior at nrl.navy.mil>
  • Date: Wed, 30 Aug 2006 06:32:51 -0400 (EDT)
  • Organization: Naval Research Laboratory, Washington, DC
  • Sender: owner-wri-mathgroup at wolfram.com

Hello everyone.

Does anyone know a way to transform a rule involving a list into a list
of individual rules, that is to interpret the rule elementwise?  For
example, given

   {a,b,c} -> {0,3,x}

is there a transformation which will turn this into

   {a->0, b->3, c->x}

Thanks for the help!

Ken


  • Prev by Date: Re: generalized foldlist problem
  • Next by Date: "Anti-Comments"?
  • Previous by thread: scaled complementary error function in Mathematica?
  • Next by thread: Re: transforming a rule of lists to a list of rules