MathGroup Archive 1997

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

Search the Archive

Re: Assigning solutions found by FindRoot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg9459] Re: [mg9417] Assigning solutions found by FindRoot
  • From: Hugh Walker <hwalker at hypercon.com>
  • Date: Thu, 6 Nov 1997 02:40:05 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

Christian Zemlin writes:

<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.>

Christian:

FindRoot[{x == y, x + y == 2}, {x, 0}, {y, 0}]/.Rule->Set

should do what you want.


Hugh Walker
Gnarly Oaks
Phone: (713) 729-3093



  • Prev by Date: Re: Lists and Recursion
  • Next by Date: Re: DSolve to solve simultaneous ODEs
  • Previous by thread: Re: Assigning solutions found by FindRoot
  • Next by thread: Re: Assigning solutions found by FindRoot