Eigenvalue Decomposition of Matrix that doesn't fit in memory

조회 수: 1 (최근 30일)
Jonathan
Jonathan 2013년 8월 26일
I have a Matrix, X, that is too large to fit into memory. I would like to perform an eigenvector & eigenvalue decomposition of X. My question: is it possible to take a large matrix X, decompose it into many smaller matrices: {x1, x2, ....xn} perform some equivalent of the eigen-decomposition of these smaller matrices and then finally recombine their resultants into what is the equivalent eigen-decomposition of X?
Thanks!

답변 (1개)

Leah
Leah 2013년 8월 26일
Not really, maybe principle component analysis is a better option.

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by