MathGroup Archive 1998

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

Search the Archive

``flattening" systems of equations



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}?

(Solve[] works on systems in either form, but FindRoot[] seems to
require the second.)

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dr. Selwyn Hollis
Associate Professor of Mathematics
Armstrong Atlantic State University
Savannah, GA 31419 USA
<http://www.math.armstrong.edu/faculty/hollis/>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 




  • Prev by Date: Re: Easy question: Infinite Series, Infinite Sequences
  • Next by Date: Re: Save a sequence of images as a QuickTime file?
  • Prev by thread: Re: Why doesn't this work ?
  • Next by thread: Re: ``flattening" systems of equations