Re: Computing 22k x 22k matrix eigen values



exact arithmetic? you mean indeed integer arithmetic,
then computing the eigenvalues of the tridiagonal matrix numerically?
special version avoiding the normalization
o.k.
but what about the eigenvectors..
i still hope he wants only some ..


Yes, exact integer arithmetic with 2^n scalings. Matrix known only
as product Ax. Nonzero entries (actually -1,+1) about 100/row.
Picture perfect for Lanczos if reorthogonalization is skipped
hence exact arithmetic. Tridiag converted to quad float when done,
all 16M eigenvalues extracted. No eigenvectors needed, I think.

.



Relevant Pages

  • Re: Compute eigen values/vectors of a 22k x 22k matrix
    ... Any CAS program should be ... Strassen's algorithm has nothing to do with finding eigenvalues. ... the eigenvalues of any matrix by computing anything with the ...
    (sci.math)
  • Re: smw formula for eigen updates
    ... >without computing the eigendecomposition of the resulting ... Error analysis of update methods for the symmetric eigenvalue problem. ... eigenvalues and eigenvectors of the matrix $A+\rho ww\sp T$, ...
    (sci.math.num-analysis)
  • Re: Matrix exponential for very small matrices?
    ... computing the matrix exponential of very small real matrices ... where D just has the eigenvalues on its diagonal. ... The diagonal elements are: ...
    (sci.math.num-analysis)
  • Re: the characteristic polynomial and finding eigenvalues
    ... >i've been researching methods recently of finding eigenvalues, ... >the QR algorithm, or bisection, and then the newton raphson method could be ... the characteristic polynomial by computing its value (not its coefficients) ...
    (sci.math.num-analysis)
  • Re: Eigenvalues from dot products
    ... and there is a quick way to generate these dot products. ... you use Gram-Schmidt orthogonalization on M*w_k to extend the orthogonal ... Eigenvalues of a tridiagonal matrix can be found by well-tested methods, ... As Kahan proved in a famous paper, computing the singular values ...
    (sci.math.num-analysis)