MathGroup Archive 1997

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

Search the Archive

Assigning solutions found by FindRoot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg9417] Assigning solutions found by FindRoot
  • From: Christian Zemlin <chr at itb.biologie.hu-berlin.de>
  • Date: Wed, 5 Nov 1997 01:56:34 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

Hello everybody,

I use FindRoot to solve systems of around ten equations and I would like
to use  the results for further computation.  Therefore, I need a
function that assigns  the computed solution to the variables.  For
example:

In[1] := FindRoot[{x == y, x + y == 2}, {x, 0}, {y, 0}] Out[1] := {x ->
1., y -> 1.}

In[2] := **Command I am looking for ** Out[2] := ** Now, x is set to 1
and y is set to 1 **


Can anybody help me with this?

Thanks,
Chris

 
----------------------------------
E-Mail: Christian Zemlin <chr at lotka.biologie.hu-berlin.de> Time:
07:33:18

This message was sent by XFMail
----------------------------------


  • Prev by Date: Re: headers and footers again
  • Next by Date: Comparison of Mathematica on Various Computers
  • Previous by thread: Re: Question (Recurrence)
  • Next by thread: Re: Assigning solutions found by FindRoot