MathGroup Archive 1995

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

Search the Archive

Re: How do you input a solution from FindRoot into another equation?

  • To: mathgroup at christensen.cybernetics.net
  • Subject: [mg747] Re: How do you input a solution from FindRoot into another equation?
  • From: j-guyer at nwu.edu (Jon Guyer)
  • Date: Wed, 12 Apr 1995 11:59:29 -0500
  • Organization: Northwestern University, Evanston, IL

In article <3mfauj$l4o at news0.cybernetics.net>, rdack at acs.ucalgary.ca
(Robert Dack) wrote:

>Can someone tell me how to take the output from the FindRoot
>cammand and input it into the next command line?  The output
>comes out in the form { x -> 2.435 }, so the usual [%] command on
>the next line won't work.

x /. % 

(substitute appropriate variable name for 'x')

-- 
Jonathan E. Guyer                        j-guyer at nwu.edu


  • Prev by Date: Re: How do you input a solution from FindRoot into another equation?
  • Next by Date: Default methods within Mathematica
  • Previous by thread: Re: How do you input a solution from FindRoot into another equation?
  • Next by thread: How do you input a solution from FindRoot into another equation?