hi
i want to solve this eigen problem:
( A + B .* C ) x = a x
where A,B are known square matrices and a is eigenvalue x is eigenstate
.* is matlab like operator, term by term product
C ^ -1 = M1 + a * M2 ; where M1 and M2 are known matrices
.* operator not converted to some normal operator so i cant convert this problem to normal "nonlinear polynomial eigenvalue" problem
"nonlinear polynomial eigenvalue" are known and solvable problems
i want to solve this eigen problem:
( A + B .* C ) x = a x
where A,B are known square matrices and a is eigenvalue x is eigenstate
.* is matlab like operator, term by term product
C ^ -1 = M1 + a * M2 ; where M1 and M2 are known matrices
.* operator not converted to some normal operator so i cant convert this problem to normal "nonlinear polynomial eigenvalue" problem
"nonlinear polynomial eigenvalue" are known and solvable problems