Pentadiagonal matrix

From HandWiki

In linear algebra, a pentadiagonal matrix is a special case of band matrices. Its only nonzero entries are on the main diagonal, and the first two upper and two lower diagonals. So it is of the form

(c1d1e100b1c2d2e2a1b20a2en30dn2en2an3bn2cn1dn100an2bn1cn)n×n.

It follows that a pentadiagonal matrix has at most 5n6 nonzero entries, where n is the size of the matrix. Hence, pentadiagonal matrices are sparse, making them useful in numerical analysis.

See also