Returns a vector of real components of the generalized eigenvectors of matrices A and B.
Format
EIGENVALUES_R (A, B)
Arguments
A, B | A pair of like-sized square matrices. |
Examples
The following example illustrates the use of the EIGENVALUES_R function:
Function | EIGENVALUES_R({{1,2},{3,4}}, {{5,6},{7,8}}) |
Result | {0.9999999933, -0.9999999933, 0.9999999933, -0.9999999933} |