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