MathGroup Archive 1997

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

Search the Archive

FindMinimum var specification

  • To: mathgroup at smc.vnet.net
  • Subject: [mg8828] FindMinimum var specification
  • From: "Bernd Gehrmann" <gehrmab at uni-muenster.de>
  • Date: Mon, 29 Sep 1997 02:39:54 -0400
  • Organization: Westfaelische Wilhelms-Universitaet Muenster, Germany
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,

why does the following not work (and how can
I make it work)?

vars := Sequence[{x[1],0.1},{x[2],0.1}];

...

FindMinimum[x[1]^2 + x[2]^2, vars];


Bernd.



  • Prev by Date: Division symbol in Graphical Plots
  • Next by Date: Re: Delay Differential Equations
  • Previous by thread: Division symbol in Graphical Plots
  • Next by thread: Re: FindMinimum var specification