MathGroup Archive 2001

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

Search the Archive

Re: how to get an assignment from a rule ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg29338] Re: how to get an assignment from a rule ?
  • From: "Orestis Vantzos" <atelesforos at hotmail.com>
  • Date: Thu, 14 Jun 2001 02:27:17 -0400 (EDT)
  • Organization: National Technical University of Athens, Greece
  • References: <9g7411$cf3$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Set@@@{a->b,c->d}
"Guido Carlet" <carlet at sissa.it> wrote in message
news:9g7411$cf3$1 at smc.vnet.net...
> Anybody knows how to do this in Mathematica ?
>
> I have a list of rules:
>
> {a->b,  c->d}
>
> and  I want to get the corresponding  assignments:
>
> a = b
>
> c = d
>
> Is there a command in Mathematica to do this ?
>
> Thank you !
>
>
>
>




  • Prev by Date: Re: Replacing elements in matrix.
  • Next by Date: Re: how to get an assignment from a rule ?
  • Previous by thread: Re: how to get an assignment from a rule ?
  • Next by thread: Re: how to get an assignment from a rule ?