maximize the eigenvalue of a symmetric matrix
A Coarse Idea
We meet with an integer optimizing problem, which is defined as follows:
Xy}{\sqrt{y^TX^TXy}})
Where
denotes
dimensional column parameter vector, each entry taking value from
.
represents the optimal solution.
denote
dimensional column vector, whose values are known. The matrix
is defined on
dimensional column vectors
, where each column vector is definitively. The columns of
are calculated by substraction of every two column vector
. It is listed as follows:
![X =\left[\begin{array}{cccccccc}<br />
|&\ldots&|&|&\dots&|&\ldots&|\\ x_{1}-x_{2}&\ldots&x_{1}-x_{n}&x_{2}-x_{3}&\dots&x_{2}-x_{n}&\ldots&x_{n-1}-x_{n}\\ |&\ldots&|&|&\dots&|&\ldots&|\\ \end{array}\right]](http://latex.codecogs.com/png.latex? X =\left[\begin{array}{cccccccc}<br />
|&\ldots&|&|&\dots&|&\ldots&|\\ x_{1}-x_{2}&\ldots&x_{1}-x_{n}&x_{2}-x_{3}&\dots&x_{2}-x_{n}&\ldots&x_{n-1}-x_{n}\\ |&\ldots&|&|&\dots&|&\ldots&|\\ \end{array}\right])
The Goal
Our goal is to build an algorithm, which can solve the optimization problem in polynomial order time with
,
and
. What's happiest, you can yield an analytical solution to the optimization problem.