Jump to content

Irregular matrix

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Niokog (talk | contribs) at 12:03, 12 May 2023 (moved jagged array from see also to the appropriate location in the text). 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 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 in computing as arrays which are called jagged arrays. Irregular matrices are typically stored using Iliffe vectors.

For example, the following is an irregular matrix:

See also

References