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