Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何翻译这个 MATLAB 代码
[W LA] = eig(Matrix)
在 R 代码中,我有这个
w= eigen(Matrix)$vectors
但是如何获得'LA'矩阵
LA= eigen(Matrix)$values %*% diag(length(Matrix))