how to get an assignment from a rule ?
- To: mathgroup at smc.vnet.net
- Subject: [mg29315] how to get an assignment from a rule ?
- From: Guido Carlet <carlet at sissa.it>
- Date: Wed, 13 Jun 2001 03:10:47 -0400 (EDT)
- Organization: CINECA
- Sender: owner-wri-mathgroup at wolfram.com
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 !