FindMinimum is not obeying my bounds
- To: mathgroup at smc.vnet.net
- Subject: [mg62652] FindMinimum is not obeying my bounds
- From: Chris Chiasson <chris.chiasson at gmail.com>
- Date: Wed, 30 Nov 2005 00:07:13 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Dear MathGroup, FindMinimum is not obeying my bounds: In[1]:= FindMinimum[(x-1)^2,{x,-80,-100,-70}] Out[1]= {0.,{x\[Rule]1.}} Version Number: 5.2.0.0 Platform: Windows How does this turn out on your computers? Regards, -- http://chrischiasson.com/contact/chris_chiasson
- Follow-Ups:
- Re: FindMinimum is not obeying my bounds
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: FindMinimum is not obeying my bounds