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.


icon

Inputs/Outputs

  • c2dcdb.png A

    A is a square complex matrix.

  • c2dcdb.png B

    B is the second square complex matrix.

  • ci32.png output option

    output option determines whether the VI computes Eigenvectors.

    0eigenvalues
    1eigenvalues and vectors (default)
  • i1dcdb.png Eigenvalues

    Eigenvalues returns the generalized right eigenvalues of the matrix pair A and B.

  • i2dcdb.png Eigenvectors

    Eigenvectors returns generalized right eigenvectors of the matrix pair A and B.

  • ii32.png error

    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.