Re: ``flattening" systems of equations
- To: mathgroup@smc.vnet.net
- Subject: [mg10443] Re: [mg10375] ``flattening" systems of equations
- From: Hugh Walker <hwalker@hypercon.com>
- Date: Tue, 13 Jan 1998 02:07:39 -0500
Hello Selwin:
Try this
eq = { Thread[{a,b}=={c,d}],e==f}//Flatten
and get
{a==c,b==d,e==f}
Cheers!
***********************************************
>What is the simplest way to convert a system of equations like this:
>
>{{a,b,...}=={c,d,...}, e==f}
>
>into this:
>
>{a==c, b==d,..., e==f}?
>
Hugh Walker
Gnarly Oaks