MathGroup Archive 1997

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

Search the Archive

Outer solutions of Findminimum

  • To: mathgroup at smc.vnet.net
  • Subject: [mg9845] Outer solutions of Findminimum
  • From: helge.berglann at bio.uio.no (Helge Berglann)
  • Date: Fri, 28 Nov 1997 05:35:59 -0500
  • Organization: SUM/Bio
  • Sender: owner-wri-mathgroup at wolfram.com

I need a tip on how to grab the value of parameters in a message so that
the output of these inputs become 0.4 and 0.6 respectively.


In[1]:=Check[FindMinimum[-Sin[Pi x],{x,0,0,0.4}],
FirstParameterOfMessage,FindMinimum::regex]


FindMinimum::regex: 
   Reached the point 0.4 which is outside the region {{0., 0.4}}.

Out[1]=
FirstParameterOfMessage

In[2]:=
Check[FindMinimum[-Sin[Pi
x],{x,0.7,0.6,1}],FirstParameterOfMessage,FindMinimum::regex]

FindMinimum::regex: 
   Reached the point 0.6 which is outside the region {{0.6, 1.}}.

Out[2]=
FirstParameterOfMessage

Helge


  • Prev by Date: Re: Applying transformation rule to matrix
  • Next by Date: Re: Earth Surface Mapping Co-Ordinate Systems
  • Previous by thread: Re: math problem ???
  • Next by thread: Re: Outer solutions of Findminimum