Jump to content

Irregular matrix

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SmackBot (talk | contribs) at 15:26, 17 December 2007 (Standard headings &/or gen fixes. using AWB). 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, can be described as a matrix that has a different number of elements in each row. Ragged matrices are not used in linear algebra, since standard matrix transformations cannot be performed on them, but they are useful as arrays in computing.

For example, the following is an irregular matrix:

See also

References