MathGroup Archive 1998

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

Search the Archive

Re: ``flattening" systems of equations



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





  • Prev by Date: RE: Why doesn't this work ?
  • Next by Date: Row & Column Vectors, Dot & Outer Products, Revisited
  • Prev by thread: ``flattening" systems of equations
  • Next by thread: Re: ``flattening" systems of equations