|
[Date Index]
[Thread Index]
[Author Index]
Re: MinimizeProblem
- To: mathgroup at smc.vnet.net
- Subject: [mg76371] Re: MinimizeProblem
- From: Bill Rowe <readnewsciv at sbcglobal.net>
- Date: Sun, 20 May 2007 02:39:52 -0400 (EDT)
On 5/19/07 at 4:48 AM, anguzman at ing.uchile.cl wrote:
>Why do I get?
>In[4]:=
>Minimize[(x^4-6 x^2+1)^2,{x}]
>Out[4]=
>{1,{x->0}}
=46WIW, version 6 returns
In[4]:= Simplify[Minimize[(x^4 - 6*x^2 + 1)^2, {x}]]
Out[4]= {0, {x -> -1 - Sqrt[2]}}
--
To reply via email subtract one hundred and four
Prev by Date:
Re: Help in changing the vertical axis tick label format
Next by Date:
Re: Minimize[] Problem
Previous by thread:
Re: Re: Re: Wolfram Research 2+12 degree-of-freedom
Next by thread:
Mathstatica vs. built in symbolic statistics in Version 6
|