Re: how to get an assignment from a rule ?
- To: mathgroup at smc.vnet.net
 - Subject: [mg29358] Re: how to get an assignment from a rule ?
 - From: "Seth Chandler" <Schandler at uh.edu>
 - Date: Thu, 14 Jun 2001 02:27:33 -0400 (EDT)
 - References: <9g7411$cf3$1@smc.vnet.net>
 - Sender: owner-wri-mathgroup at wolfram.com
 
{a->b,c->d}/.Rule->Set
"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 !
>
>
>
>