What is the best algorithm for solving a band-diagonal matrix?

Posted by Goose Bumper on Stack Overflow See other posts from Stack Overflow or by Goose Bumper
Published on 2010-04-28T21:43:18Z Indexed on 2010/04/28 21:47 UTC
Read the original article Hit count: 391

I'm trying to figure out the best way to solve a pentadiagonal matrix. Is there something faster than gaussian elimination?

© Stack Overflow or respective owner

Related posts about matrix

Related posts about sparse-matrix