EIGENVALUES_I

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

Format

EIGENVALUES_I (A, B)

Arguments

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

Examples

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