Complimentary eigenvalue of a matrix

asked 2018-01-09 08:03:31 +0200

Deepak Sarma gravatar image

updated 2018-01-09 08:06:26 +0200

How to obtain all the complimentary eigenvalues (also associated complimentary eigenvectors) of a given matrix. Complimentary eigenvalues and eigenvectors of a given matrix $A$ of order $n\times n$ is the solution to the following system

$x≥0_n$, $Ax−λx≥0_n$ and $⟨x, Ax−λx⟩=0$ where $x(\neq 0_n)\in R^n$

edit retag flag offensive close merge delete

Comments

You can try to implement the algorithm from Fernandes-Júdice-Sherali-Forjaz.

vdelecroix gravatar imagevdelecroix ( 2018-01-09 19:10:00 +0200 )edit