MathGroup Archive 2012

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

Search the Archive

Re: Mathematica loop help

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125424] Re: Mathematica loop help
  • From: Martin Scherer <martin.scherer at gcsc.uni-frankfurt.de>
  • Date: Tue, 13 Mar 2012 03:06:52 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Hi Anshu and Bill,

I'am also very interested in the question whether you could back substitute the solution #i to the FindRoot #i+1 call. Please let me know, if and how you solved the problem! 

The solutions of FindRoot are in the format:
{as -> 10., hs -> 1., ws -> 30., asl -> 10.0001, wsl -> 31.0003}

and the starting solution is in format
startSols := {{as , a}, {hs, h}, {ws, w}, {asl, a}, {wsl, w}}

I think you need to convert the solutions list to a nested list {{x, number}, ...} again, so it can be used by FindRoot...

Thank you in advance,

Greetings,
Martin



  • Prev by Date: How to define a specific definite integral result in Mathematica
  • Next by Date: Re: More "standard" output form
  • Previous by thread: Re: How to define a specific definite integral result in Mathematica
  • Next by thread: Re: Mathematica loop help