Jump to content

Irregular matrix

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Karol Langner (talk | contribs) at 05:41, 9 December 2005 (moved Ragged matrix to Irregular matrix). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An irregular matrix, or ragged matrix, is a matrix that has an different number of elements in each row. Ragged matrices are inconvenient for standard linear algebra, since important matrix transformations cannot be performed on them, but they are usefull in computing.

For example, the following is an irregular matrix:

See also