EIG_VR

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

Format

EIG_VR (A, B)

Arguments

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

Examples

The following example illustrates the use of the EIG_VR function:
 
Function
EIG_VR ({{1,2},{3,4}}, {{5,6},{7,8}})
Result
{0.9999999933, -0.9999999933, 0.9999999933, -0.9999999933}