eigenkronecker: Spectral Decomposition of a kronecker product of a matrix...

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/eigenkronecker.R

Description

Computes eigenvalues and eigenvectors of the kronecker product of a matrix with an identity matrix.

Usage

1

Arguments

x

a numeric or complex symmetric matrix whose spectral decomposition is to be computed. Logical matrices are coerced to numeric.

n

dimension of the identity matrix.

Details

Only symmetric matrices are considered.

Value

The spectral decomposition of kronecher product between x and an identity matrix of dimesion n is returned as a list with components

values

a vector containing the eigenvalues.

vectors

a matrix whose columns contain the eigenvectors.

Author(s)

Claudio Agostinelli and Giovanni Saraceno

References

R.A. Horn and C.R. Johnson (1994) Topics in Matrix Analysis, Cambridge University Press. Theorem 4.2.12.

See Also

eigen and kronecker.

Examples

1
 eigenkronecker(x=cbind(c(1,-1), c(-1,1)), n=2)

robustsur documentation built on Oct. 4, 2021, 9:07 a.m.