|
[Date Index]
[Thread Index]
[Author Index]
How to get the output of Minimize function in x = a format
- To: mathgroup at smc.vnet.net
- Subject: [mg68502] How to get the output of Minimize function in x = a format
- From: "erkutsonmez" <erkuts at gmail.com>
- Date: Tue, 8 Aug 2006 06:28:40 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Say that,I have the following minimization problem
Minimize[x^2 - 3x + 6, x]
which gives me the x value that minimizes the expression in the format
of
{x -> 3\2}.
I want to get the result in the format of x = 3/2 before seeing the
result . What should i do?
In other words i want x = argmin[x^2 - 3x + 6, x], how should i code
it?
Thanks for help,
Best
Erkut
Prev by Date:
Re: PiecewiseExpand bug?
Next by Date:
Re: Using Map with function that has options...
Previous by thread:
RE: Re: Re: MemberQ
Next by thread:
Re: How to get the output of Minimize function in x = a format
|