EIG_VI

Returns a vector of the imaginary components of the generalized eigenvectors of matrices A and B.

Format

EIG_VI (A, B)

Arguments

 
A, B
A pair of like-sized square matrices.

Examples

The following example illustrates the use of the EIG_VI function:
 
 
Function
EIG_VI ({{1,2},{3,4}}, {{5,6},{7,8}})
Result
{5.7669324483E-09, 6.7041961058E-09, -5.7669324483E-09, -6.7041961058E-09}