Re: sparse matrices and eigenvalue computation

From: Chip Eastham (hardmath_at_gmail.com)
Date: 11/16/04


Date: 16 Nov 2004 13:30:34 -0800

Sparse matrices are simply those whose entries are in large proportion
zero values. Algorithms that use matrix-vector multiplications can
easily take advantage of "sparsity" because of the reduced operation
count when zero products are neglected.

For a good background to eigenvalue algorithms, I recommend Golub and
van Loan's Matrix Computations (3rd ed.). It has a fairly practical
emphasis but puts the various numerical methods (like QR with shifts)
in a theoretical context.

regards, chip



Relevant Pages

  • Re: zero boundary values for optimization problems?
    ... You may want to first try fixing the variables via the bounds, as this is much easier to do, and the algorithms that you mention can handle variables with equal lower and upper bounds. ... and then fixing the first variable to zero. ...
    (comp.soft-sys.matlab)
  • Re: When to check the return value of malloc
    ... for zero byte requests on the grounds they are probably an error. ... In my own experience, some algorithms on arrays ... gracefully degrade to the case of 0-length arrays. ... But the original example did check for zero. ...
    (comp.lang.c)
  • Re: Division by zero
    ... But when x is zero the ... external library would return NaN and we can never retrieve a. ... thus defining a three-dimensional space. ... can you identify some algorithms that would be ...
    (comp.theory)
  • Re: When to check the return value of malloc
    ... for zero byte requests on the grounds they are probably an error. ... In my own experience, some algorithms on arrays ... gracefully degrade to the case of 0-length arrays. ... But the original example did check for zero. ...
    (comp.lang.c)