On Mar 15, 11:21 pm,
NaitMerzoukAbdela...@gmail.com wrote:
I'v forgotten to mension that lambda[i] is in C* (A is invertibe,
otherwise we do a minimisation)
N M A
Hello,
I don't know I understand it well. When A is a nonsingular n by n
matrix you have r_n=p(A)r_0, where r_n is the characteristic
polynomial of A. So of course p(A)=0 and hence r_n=0 implying you are
in the exact solution. I still do not know what is such a method good
for, because you must know all eigenvalues of A to compute the
solution of a linear system with this matrix A. Computing eigenvalues
is definitely much harder task than to compute the solution of a
linear system. Anyway, (almost) whichever book on optimization could
serve as a reference for descent methods. The theory around the Cayley-
Hamilton theorem (which is why this "method" works) can be found in
every good book on matrix theory.
P.J.