Return the matrix of eigenvectors (Q) and the diagonal matrix of eigenvalues (L) as well as a vector with ordered eigenvalues (E)

SolveEigenvalueProblem(Matrix)

Arguments

Matrix

matrix

Value

Matrix of eigenvectors (Q), Diagonal matrix of eigenvalues (L), and vector with ordered eigenvalues (E)