Possible Duplicate:
Minimizing a function of many coordinates
Suppose that the function $F[\vec{x}]$ computes a certain polynomial of the elements of the list $\vec{x}$. How can I use Nminimize or FindMinimum to find the vector $\vec{x}$ which minimizes the function $F[\vec{x}]$ ?
Edit: I found this question Minimizing a function of many coordinates which asks about the same thing. The answer offered there using arrays, worked for my problem as well.
FindMinimumwork ? Have you read documentation pages ? – Artes Dec 29 '12 at 16:45Apply, e.g.poly @@ {a, b, c, d, e, f}yieldspoly[a, b, c, d, e, f]. – Artes Dec 29 '12 at 16:58xavailable? Please provide a (toy) example of the expression. – Yves Klett Dec 29 '12 at 16:59NminimizeorFindMinimum. – m_goldberg Dec 29 '12 at 17:59