Generalized Eigenvalues and Vectors VI

Owning Palette: Linear Algebra VIs

Requires: Full Development System

Computes the generalized right eigenvalues and eigenvectors of the matrix pair A and B. The data types you wire to the A and B inputs determine the polymorphic instance to use.

Use the pull-down menu to select an instance of this VI.

 Add to the block diagram  Find on the palette

Real Generalized Eigenvalues and Vectors

A is a square real matrix.
B is the second square real matrix.
output option determines whether the VI computes Eigenvectors.

0eigenvalues
1eigenvalues and vectors (default)
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.

Complex Generalized Eigenvalues and Vectors

A is a square complex matrix.
B is the second square complex matrix.
output option determines whether the VI computes Eigenvectors.

0eigenvalues
1eigenvalues and vectors (default)
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.