SolveEigenvalueProblem: Return the matrix of eigenvectors (Q) and the diagonal matrix...

View source: R/muxLib_annotated.R

SolveEigenvalueProblemR Documentation

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

Description

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

Usage

SolveEigenvalueProblem(Matrix)

Arguments

Matrix

matrix

Value

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


manlius/muxViz documentation built on March 1, 2023, 10:28 a.m.