class="resources"
Computes generalized right eigenvalues and eigenvectors of the matrix pair A and B. You can use this polymorphic VI to compute generalized right eigenvalues and eigenvectors for real square matrixes or complex square matrixes. The data types you wire to the A and B inputs determine the polymorphic instance to use.

![]() |
A is a square real matrix. | ||||
![]() |
B is the second square real matrix. | ||||
![]() |
output option determines whether the VI computes Eigenvectors.
|
||||
![]() |
Eigenvalues returns the generalized right eigenvalues of the matrix pair A and B. | ||||
![]() |
Eigenvectors returns generalized right eigenvectors of the matrix pair A and B. | ||||
![]() |
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |

![]() |
A is a square complex matrix. | ||||
![]() |
B is the second square complex matrix. | ||||
![]() |
output option determines whether the VI computes Eigenvectors.
|
||||
![]() |
Eigenvalues returns the generalized right eigenvalues of the matrix pair A and B. | ||||
![]() |
Eigenvectors returns generalized right eigenvectors of the matrix pair A and B. | ||||
![]() |
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |