www.kxcad.net Home > CAE Index > MSC Software Index > Adams MD R2 Index
EIGENVALUES_R Returns a vector of real components of the generalized eigenvectors of matrices A and B. Format EIGENVALUES_R (A, B) Arguments A, B A pair of like-sized square matrices. Examples The following example illustrates the use of the EIGENVALUES_R function: Function EIGENVALUES_R({{1,2},{3,4}}, {{5,6},{7,8}}) Result {0.9999999933, -0.9999999933, 0.9999999933, -0.9999999933} Learn more about matrix/array functions.