powered by
Computes eigenvalues and eigenvectors of the kronecker product of a matrix with an identity matrix.
eigenkronecker(x, n)
The spectral decomposition of kronecher product between x and an identity matrix of dimesion n is returned as a list with components
x
n
a vector containing the eigenvalues.
a matrix whose columns contain the eigenvectors.
a numeric or complex symmetric matrix whose spectral decomposition is to be computed. Logical matrices are coerced to numeric.
dimension of the identity matrix.
Claudio Agostinelli and Giovanni Saraceno
Only symmetric matrices are considered.
R.A. Horn and C.R. Johnson (1994) Topics in Matrix Analysis, Cambridge University Press. Theorem 4.2.12.
eigen and kronecker.
eigen
kronecker
eigenkronecker(x=cbind(c(1,-1), c(-1,1)), n=2)
Run the code above in your browser using DataLab