MathGroup Archive 2010

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

Search the Archive

Re: Using NMinimize on a vector

  • To: mathgroup at smc.vnet.net
  • Subject: [mg108201] Re: Using NMinimize on a vector
  • From: dh <dh at metrohm.com>
  • Date: Wed, 10 Mar 2010 01:46:55 -0500 (EST)
  • References: <hn5aok$6gt$1@smc.vnet.net>


be used inside NMinimize. Here is an example:



fun[x_] := Norm[x0 - x]

On 09.03.2010 12:17, cool-RR wrote:

> I want to run this: `NMinimize[Distances[x, seq, z], x]` But x should

E-Mail:<mailto:dh at metrohm.com>

Internet:<http://www.metrohm.com>




  • Prev by Date: Re: Possible bug in Table and/or lists (Mathematica v.7)
  • Next by Date: reading expressions in a file
  • Previous by thread: Using NMinimize on a vector
  • Next by thread: Re: Using NMinimize on a vector