Solves the polynomial eigenvalue problem. Wire data to the Input Matrices input to determine the polymorphic instance to use or manually select the instance.


icon

The following equation defines the polynomial eigenvalue problem.

where

C0, C1, …, Cp – 1 are square n × n matrices in Input Matrices λj is the jth element in Eigenvalues xj has length n and is the jth column in Eigenvectors with j = 0, 1, …, n*p – 1

If p = 1, the VI calculates eigenvalues and eigenvectors using the following equation.

C0xj = λjxj

If p = 2, the VI calculates generalized eigenvalues and eigenvectors using the following equation.

C0xj = –λjC1xj